macOS
brew install boot-cljlocal Homebrew formula metadata
brew
Build tooling for Clojure. Version 2.8.3 via Homebrew; verified 2026-06-22.
install
brew install boot-cljlocal Homebrew formula metadata
sudo apt install r-cran-bootDebian stable package indexes · r-cran-boot · source: deb.debian.org
nix profile install nixpkgs#bootnixpkgs package indexes · pkgs/by-name/bo/boot/package.nix · source: api.github.com
scoop install extras/boot-cljScoop official bucket manifest trees · bucket/boot-clj.json · source: api.github.com
overview
Build tooling for Clojure
history
Boot is a Clojure build framework and command-line script runner built around the idea that builds are programs. Its historical niche was giving Clojure projects programmable build pipelines, immutable filesets, classloader isolation, and ad-hoc scripting before the newer Clojure CLI tooling became common.
Boot's own README describes it as both a Clojure build framework and an ad-hoc Clojure script evaluator. Instead of treating a build as a static project map, Boot evaluates Clojure scripts in a runtime environment that can add dependencies, compose tasks, and pass managed filesets between task middleware.
The public release line visible in the official GitHub releases starts with 2.0.0 prereleases in late 2014, moves through 2.0 release candidates in early 2015, and continues through the 2.7 and 2.8 series. The 2.8.3 release in April 2019 is the last stable release shown in the sampled GitHub release metadata.
Boot was adopted inside the Clojure community as an alternative to Leiningen-style project configuration, especially for workflows needing composable pipelines, ClojureScript builds, REPL-driven automation, and single-file scripts. The official README lists package-manager installation paths through Homebrew, Nix, AUR, Docker, Chocolatey, and Scoop, showing that it crossed from library ecosystem tooling into OS package collections.
Users run `boot` with tasks such as `repl`, `pom`, `jar`, and `install`, or write a `build.boot` script that composes tasks in Clojure. The wrapper script or executable is a thin launcher that downloads and runs Boot's JARs from Maven, so `boot -u` historically handled updating the runtime bits.
Boot is interesting to package nerds because it is both a package and a package bootstrapper: the installed command is a shim, while the real tool comes from Maven coordinates. It also illustrates a Clojure-era preference for programmable build logic, fileset immutability, and REPL-friendly build automation rather than declarative-only project files.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
$BOOT_HOME/boot.properties./boot.properties$BOOT_HOME/profile.boot./profile.boot./build.boot./.bootignoreCredential-bearing paths to review before unattended agent runs.
$BOOT_HOME/credentials.gpg~/.lein/credentials.clj.gpgexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
boot | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/boot-clj/boot
install metadata
| Package key | brew:boot-clj |
|---|---|
| Version | 2.8.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/boot-clj |
| Homepage | https://boot-clj.github.io/ |
| Repository | https://github.com/boot-clj/boot |
| Upstream docs | https://github.com/boot-clj/boot#readme |
| License | EPL-1.0 |
| Source archive | https://github.com/boot-clj/boot/releases/download/2.8.3/boot.jar |
| Last updated | 2026-06-22T14:02:54-07:00 |
| Pulse | updated |
| Dependencies | openjdk |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | boot-clj |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
extras/boot-clj
scoop install extras/boot-cljr-cran-boot 1.3-31-1
GNU R package for bootstrapping functions from Davison and Hinkley
https://cran.r-project.org/package=boot
sudo apt install r-cran-bootboot
nix profile install nixpkgs#bootr-cran-boot 1.3-30-1
GNU R package for bootstrapping functions from Davison and Hinkley
https://cran.r-project.org/package=boot
sudo apt install r-cran-bootsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.