Automic VaultAutomic Vault

brew

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

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install boot-clj

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#boot

nixpkgs package indexes · pkgs/by-name/bo/boot/package.nix · 来源: api.github.com

Debian apt已验证 · 92%
sudo apt install r-cran-boot

Debian stable package indexes · r-cran-boot · 来源: deb.debian.org

Windows

Scoop已验证 · 92%
scoop install extras/boot-clj

Scoop 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.

时间线

  • 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.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:build tool

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
$BOOT_HOME/boot.properties./boot.properties$BOOT_HOME/profile.boot./profile.boot./build.boot./.bootignore

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
$BOOT_HOME/credentials.gpg~/.lein/credentials.clj.gpg

可执行文件

已安装的可执行文件

命令类型暴露范围备注
bootcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-26
管理器版本2.8.3
管理器更新时间2026-06-22
本地数据OK
上游not checked
检测到的最新版本未检测到

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
Pulseupdated
依赖openjdk
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameboot-clj
Version Scheme0
Revision2
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Scoop95%

extras/boot-clj

scoop install extras/boot-clj
  • normalized package name match
  • 匹配方式:Boot Clj
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/boot-clj.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
Debian apt92%

r-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-boot
  • Section: gnu-r
  • Architecture: all
  • Source Package: boot
  • 1 依赖
  • installed executable or alias match
  • 匹配方式:Boot
Debian stable package indexes · deb.debian.org · Debian stable package indexes: r-cran-boot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

boot

nix profile install nixpkgs#boot
  • installed executable or alias match
  • 匹配方式:Boot
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bo/boot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

r-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
  • Section: universe/math
  • Architecture: all
  • Source Package: boot
  • 1 依赖
  • installed executable or alias match
  • 匹配方式:Boot
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: r-cran-boot from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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