macOS
brew install boot-cljlocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.