# Install mill with Homebrew, Nix, scoop

Fast, scalable JVM build tool. Version 1.1.7 via Homebrew; verified 2026-06-21. Also installable with nix: nix profile install nixpkgs#mill.

## Install

```sh
sudo av install brew:mill
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install mill
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mill
```

  Evidence: nixpkgs package indexes: pkgs/by-name/mi/mill/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/mill
```

  Evidence: Scoop official bucket manifest trees: bucket/mill.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:mill
- **Package manager:** Homebrew
- **Version:** 1.1.7
- **Source summary:** Fast, scalable JVM build tool
- **Homepage:** <https://mill-build.org/>
- **Last updated:** 2026-06-21T16:13:55Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- mill (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.1.7
## Project history and usage

Mill is a JVM build tool from Li Haoyi's `com-lihaoyi` ecosystem. Li announced the 0.1.0 release on the Scala Users forum on February 18, 2018, describing it as a new Scala build tool that could replace SBT and aimed to be fast, simple, and friendly. Scaladex metadata for the 0.1.0 artifacts lists the same release date and Li Haoyi as developer.

### Project history

The tool began in the Scala build-tool world, but its scope widened into a general build tool for Java, Scala, Kotlin, and other platforms. The Mill documentation positions it against Maven, Gradle, and SBT: smaller declarative build files than Maven, object-oriented programmable builds rather than Gradle or SBT-style complexity, and faster JVM workflows through caching, parallelism, and a long-lived daemon. A 2025 Mill 1.0.0 release post framed that version as a breaking release intended to set a stable technical foundation, with build files written in Scala 3 and Java, Scala, and Kotlin support highlighted in the surrounding release discussion.

### How it is used

In practice, developers use Mill from the `mill` CLI, with project-local bootstrap scripts, `build.mill` or `build.mill.yaml` build definitions, dependency management, testing, packaging, publishing, and IDE import. Its ecosystem role is closest to Maven, Gradle, and SBT, but it appeals especially to Scala and JVM teams that want build logic expressed as ordinary Scala-like code with aggressive incremental evaluation. The official docs cite real-world use in projects such as C3P0, Coursier, Ammonite, SpinalHDL, Chisel, and work at Netflix and Disney Streaming.

### Sources

- <https://formulae.brew.sh/formula/mill>
- <https://github.com/com-lihaoyi/mill>
- <https://index.scala-lang.org/com-lihaoyi/mill/artifacts/mill-scalaworker/0.1.0>
- <https://mill-build.org/blog/13-mill-build-tool-v1-0-0.html>
- <https://mill-build.org/mill/cli/installation-ide.html>
- <https://mill-build.org/mill/index.html>
- <https://users.scala-lang.org/t/mill-your-shiny-new-scala-build-tool/2333>


## Security Notes

generalized runtime or code generation signal.

- **Geiger risk:** yellow / medium
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: build.mill, build.mill.yaml, .mill-version, .config/mill-version, ./mill
## Other Package-Manager Records

- Nix - mill: normalized package name match | nixpkgs package indexes: pkgs/by-name/mi/mill/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/mill: normalized package name match | Scoop official bucket manifest trees: bucket/mill.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/mill.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mill.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
