macOS
brew install boot-cljlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für boot-clj in AI-Agent-Workflows.
Installation
brew install boot-cljlocal Homebrew formula metadata
nix profile install nixpkgs#bootnixpkgs package indexes · pkgs/by-name/bo/boot/package.nix · Quelle: api.github.com
sudo apt install r-cran-bootDebian stable package indexes · r-cran-boot · Quelle: deb.debian.org
scoop install extras/boot-cljScoop official bucket manifest trees · bucket/boot-clj.json · Quelle: api.github.com
Überblick
Build tooling for Clojure
Verlauf
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.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
boot | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/boot-clj/boot
Installationsmetadaten
| Paketschlüssel | brew:boot-clj |
|---|---|
| Version | 2.8.3 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/boot-clj |
| Homepage | https://boot-clj.github.io/ |
| Repository | https://github.com/boot-clj/boot |
| Upstream-Dokumentation | https://github.com/boot-clj/boot#readme |
| Lizenz | EPL-1.0 |
| Quellarchiv | https://github.com/boot-clj/boot/releases/download/2.8.3/boot.jar |
| Zuletzt aktualisiert | 2026-06-22T14:02:54-07:00 |
| Pulse | updated |
| Abhängigkeiten | openjdk |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-bootQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.