# 使用 Homebrew, scoop, Nix, apt 安装 boot-clj

查看 boot-clj 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:boot-clj
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install boot-clj
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#boot
```

  证据: nixpkgs package indexes: pkgs/by-name/bo/boot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Debian apt (92%):

```sh
sudo apt install r-cran-boot
```

  证据: Debian stable package indexes: r-cran-boot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

### Windows

- Scoop (92%):

```sh
scoop install extras/boot-clj
```

  证据: Scoop official bucket manifest trees: bucket/boot-clj.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:boot-clj
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/boot-clj>
- **版本:** 2.8.3
- **来源摘要:** Build tooling for Clojure
- **主页:** <https://boot-clj.github.io/>
- **仓库:** <https://github.com/boot-clj/boot>
- **上游文档:** <https://boot-clj.github.io/>
- **许可证:** EPL-1.0
- **源码归档:** <https://github.com/boot-clj/boot/releases/download/2.8.3/boot.jar>
- **最后更新:** 2026-06-22T14:02:54-07:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- boot (cli)
- boot (别名)

## 依赖

- openjdk

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 2.8.3
- 管理器更新时间: 2026-06-22
- 本地数据: OK
- 上游仓库: https://github.com/boot-clj/boot
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

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.

### 时间线

- 2014: Boot 2.0.0 prereleases appear on GitHub.
- 2015: Boot 2.0.0 release-candidate series continues.
- 2016: Boot 2.6.0 and 2.7.x releases published.
- 2018: Boot 2.8.0 and 2.8.x releases published.
- 2019: Boot 2.8.3 published on GitHub.

### Related projects

- Related projects include Clojure itself, Maven repositories used for dependency resolution, Leiningen credentials compatibility noted in the curation data, boot-bin wrapper releases, and ClojureScript build workflows documented by the Boot project.

### 来源

- <https://boot-clj.github.io/>
- <https://github.com/boot-clj/boot#readme>
- <https://github.com/boot-clj/boot/releases/tag/2.0.0-pre28>
- <https://github.com/boot-clj/boot/releases/tag/2.8.3>


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- 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: $BOOT_HOME/boot.properties, ./boot.properties, $BOOT_HOME/profile.boot, ./profile.boot, ./build.boot, ./.bootignore

## Credential files

- Unix: $BOOT_HOME/credentials.gpg, ~/.lein/credentials.clj.gpg
## 源数据库详情

- **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:** stable

## 其他软件包管理器记录

- Scoop - extras/boot-clj: normalized package name match | Scoop official bucket manifest trees: bucket/boot-clj.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- Debian apt - r-cran-boot - 1.3-31-1: installed executable or alias match | Debian stable package indexes: r-cran-boot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNU R package for bootstrapping functions from Davison and Hinkley | https://cran.r-project.org/package=boot
- Nix - boot: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/bo/boot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - r-cran-boot - 1.3-30-1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: r-cran-boot from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNU R package for bootstrapping functions from Davison and Hinkley | https://cran.r-project.org/package=boot


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [openjdk](https://pkg.so/zh-hans/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [leiningen](https://pkg.so/zh-hans/brew/leiningen/) - Shares pkgdb curated category or tags: build-tool, build-tools, cli, clojure, developer-tools.
- [maven](https://pkg.so/zh-hans/brew/maven/) - Shares pkgdb curated category or tags: build-tool, build-tools, cli, developer-tools.
- [sbt](https://pkg.so/zh-hans/brew/sbt/) - Shares pkgdb curated category or tags: build-tool, build-tools, cli, developer-tools.
- [bazel](https://pkg.so/zh-hans/brew/bazel/) - Shares pkgdb curated category or tags: build-tool, build-tools, cli, developer-tools.
- [ant](https://pkg.so/zh-hans/brew/ant/) - Shares pkgdb curated category or tags: build-tool, build-tools, cli, developer-tools.
- [bear](https://pkg.so/zh-hans/brew/bear/) - Shares pkgdb curated category or tags: build-tool, build-tools, cli, developer-tools.
- [maturin](https://pkg.so/zh-hans/brew/maturin/) - Shares pkgdb curated category or tags: build-tool, build-tools, cli, developer-tools.
- [rebar3](https://pkg.so/zh-hans/brew/rebar3/) - Shares pkgdb curated category or tags: build-tool, build-tools, cli, developer-tools.
- [bazel-diff](https://pkg.so/zh-hans/brew/bazel-diff/) - Local metadata places this package in an adjacent workflow. Shared terms: build, build-tool, build-tools, cli, developer.

## Combined YAML source

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


## 来源

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