macOS
brew install baconlocal Homebrew formula metadata
安装
brew install baconlocal Homebrew formula metadata
sudo apk add baconAlpine Linux edge package indexes · bacon · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#baconnixpkgs package indexes · pkgs/by-name/ba/bacon/package.nix · 来源: api.github.com
sudo pacman -S baconArch Linux sync databases · bacon · 来源: geo.mirror.pkgbuild.com
概览
Background rust code check
历史
bacon is a Rust command-line tool for keeping cargo check, clippy, tests, documentation, and custom jobs running in the background while a developer edits code. Its package-manager significance is less about being a foundational compiler tool and more about packaging a common Rust workflow as a small, editor-adjacent daemon.
The public GitHub repository was created in October 2020 under Canop, and the README describes bacon as a background code checker designed for minimal interaction alongside an editor. Early releases reached 1.x by January 2021, and by 2026 the project was still publishing 3.x releases.
bacon grew around Cargo jobs rather than replacing Cargo: the official README shows default usage for check, clippy, tests, nextest, documentation, and user-defined jobs in bacon.toml. That kept it close to Rust's standard tooling while adding continuous feedback, keyboard switching between jobs, and project-local configuration.
The project is distributed through crates.io and is packaged in Homebrew, Debian, Alpine, Arch, and Nix according to the batch package metadata. GitHub repository metadata showed several thousand stars by June 2026, consistent with a well-known Rust developer convenience tool rather than a niche one-off.
Its adoption path follows the modern Rust CLI pattern: cargo install for upstream users, then operating-system packages for people who want reproducible workstation setup or package-manager updates.
Typical usage is to run bacon in a Rust workspace and let it keep a selected job alive. The README examples cover plain bacon, bacon clippy, bacon test, bacon nextest, bacon doc, check-all, and custom job definitions in bacon.toml.
Because bacon watches a project and re-runs Cargo commands, it is most useful during active development and continuous refactoring. It is not a build system; it is a terminal feedback loop around Cargo.
Package nerds care about bacon because it is a clean example of a language-ecosystem helper that became worth packaging independently. It wraps common Cargo invocations without becoming a new dependency manager, and its config discovery across Cargo metadata and bacon.toml mirrors how Rust workspaces actually get shared.
安全态势
没有找到 bacon 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.
prefs.toml$BACON_PREFSCargo.toml workspace.metadata.baconworkspace-root/bacon.tomlworkspace-root/.config/bacon.tomlCargo.toml package.metadata.baconpackage-root/bacon.tomlpackage-root/.config/bacon.toml$BACON_CONFIG可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bacon | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/Canop/bacon
安装元数据
| 软件包键 | brew:bacon |
|---|---|
| 版本 | 3.23.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/bacon |
| 主页 | https://dystroy.org/bacon/ |
| 仓库 | https://github.com/Canop/bacon |
| 上游文档 | https://dystroy.org/bacon |
| 许可证 | AGPL-3.0-or-later |
| 源码归档 | https://github.com/Canop/bacon/archive/refs/tags/v3.23.0.tar.gz |
| 最后更新 | 2026-05-19T17:27:33Z |
| Pulse | updated |
| 构建依赖 | pkgconf, rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bacon |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
bacon 3.12.0-3
background code checker
https://github.com/Canop/bacon
sudo apt install baconbacon
nix profile install nixpkgs#baconbacon 3.18.0-r0
Background code checker for Rust
https://github.com/Canop/bacon
sudo apk add baconbacon 3.23.0-1
A background rust code checker
sudo pacman -S bacon来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.