# Installer bacon avec Homebrew, apk, apt, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bacon pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:bacon
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bacon
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add bacon
```

  Preuve: Alpine Linux edge package indexes: bacon from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install bacon
```

  Preuve: Debian stable package indexes: bacon from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#bacon
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ba/bacon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S bacon
```

  Preuve: Arch Linux sync databases: bacon from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:bacon
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.24.0
- **Résumé source:** Background rust code check
- **Page d'accueil:** <https://dystroy.org/bacon/>
- **Dépôt:** <https://github.com/Canop/bacon>
- **Dernière mise à jour:** 2026-07-14T11:47:09Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bacon (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.24.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2020: Canop/bacon GitHub repository created.
- 2021: First GitHub release series visible as v1.1.3 and related 1.x releases.
- 2026: v3.23.0 released, showing continued maintenance.

### Related projects

- Cargo, clippy, rustdoc, and cargo-nextest are the core tools bacon commonly drives.
- watchexec and cargo-watch are adjacent file-watching command runners; bacon is more Rust-job oriented and interactive.

### Sources

- <https://crates.io/crates/bacon>
- <https://dystroy.org/bacon>
- <https://github.com/Canop/bacon>
- <https://github.com/Canop/bacon/releases>
- source_facts.package-manager


## Notes 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.



## 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: prefs.toml, $BACON_PREFS, Cargo.toml workspace.metadata.bacon, workspace-root/bacon.toml, workspace-root/.config/bacon.toml, Cargo.toml package.metadata.bacon, package-root/bacon.toml, package-root/.config/bacon.toml, $BACON_CONFIG
## Autres enregistrements de gestionnaires de paquets

- Debian apt - bacon - 3.12.0-3: normalized package name match | Debian stable package indexes: bacon from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | background code checker | https://github.com/Canop/bacon
- Nix - bacon: normalized package name match | nixpkgs package indexes: pkgs/by-name/ba/bacon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - bacon - 3.18.0-r0: normalized package name match | Alpine Linux edge package indexes: bacon from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Background code checker for Rust | https://github.com/Canop/bacon
- pacman - bacon - 3.24.0-1: normalized package name match | Arch Linux sync databases: bacon from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A background rust code checker | https://dystroy.org/bacon


## Combined YAML source

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


## Sources

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