macOS
brew install baconlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bacon pour les workflows d'agents IA.
installation
brew install baconlocal Homebrew formula metadata
sudo apk add baconAlpine Linux edge package indexes · bacon · Source: dl-cdn.alpinelinux.org
sudo apt install baconDebian stable package indexes · bacon · Source: deb.debian.org
nix profile install nixpkgs#baconnixpkgs package indexes · pkgs/by-name/ba/bacon/package.nix · Source: api.github.com
sudo pacman -S baconArch Linux sync databases · bacon · Source: geo.mirror.pkgbuild.com
aperçu
Background rust code check
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour bacon. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
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_CONFIGexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
bacon | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/Canop/bacon
métadonnées d'installation
| Clé du paquet | brew:bacon |
|---|---|
| Version | 3.23.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/bacon |
| Page d'accueil | https://dystroy.org/bacon/ |
| Dépôt | https://github.com/Canop/bacon |
| Docs amont | https://dystroy.org/bacon |
| Licence | AGPL-3.0-or-later |
| Archive source | https://github.com/Canop/bacon/archive/refs/tags/v3.23.0.tar.gz |
| Dernière mise à jour | 2026-05-19T17:27:33Z |
| Pulse | updated |
| Dépendances de compilation | pkgconf, rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 baconpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.