macOS
brew install boot-cljlocal Homebrew formula metadata
brew
boot-clj のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install boot-cljlocal Homebrew formula metadata
nix profile install nixpkgs#bootnixpkgs package indexes · pkgs/by-name/bo/boot/package.nix · ソース: api.github.com
sudo apt install r-cran-bootDebian stable package indexes · r-cran-boot · ソース: deb.debian.org
scoop install extras/boot-cljScoop official bucket manifest trees · bucket/boot-clj.json · ソース: api.github.com
概要
Build tooling for Clojure
履歴
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.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.gpg実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
boot | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/boot-clj/boot
インストールメタデータ
| パッケージキー | brew:boot-clj |
|---|---|
| バージョン | 2.8.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/boot-clj |
| ホームページ | https://boot-clj.github.io/ |
| リポジトリ | https://github.com/boot-clj/boot |
| 上流ドキュメント | https://github.com/boot-clj/boot#readme |
| ライセンス | EPL-1.0 |
| ソースアーカイブ | https://github.com/boot-clj/boot/releases/download/2.8.3/boot.jar |
| 最終更新 | 2026-06-22T14:02:54-07:00 |
| Pulse | updated |
| 依存関係 | openjdk |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-bootソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.