# Installer bork avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:bork
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bork
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bork
```

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

## Faits du paquet

- **Clé du paquet:** brew:bork
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.14.0
- **Résumé source:** Bash-Operated Reconciling Kludge
- **Page d'accueil:** <https://bork.sh/>
- **Dépôt:** <https://github.com/borksh/bork>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bork (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

bork is a Bash-based declarative configuration-management tool whose joke expansion, Bash-Operated Reconciling Kludge, accurately signals both its Unix minimalism and its Puppet-like reconciliation model.

### Historique du projet

The current borksh repository was created in February 2021, while the public project history includes an earlier mattly/bork repository. The official site describes bork as a Bash DSL for declarative assertions about system state.

bork intentionally targets Bash 3.2 and common Unix utilities such as sed, awk, and grep, which makes portability across macOS and Unix-like systems part of the design rather than an accident.

### Historique d'adoption

bork is niche but packaged: the batch input records Homebrew and Nix availability, and the official packages page tracks package versions across channels. That suggests a tool maintained for small-scale operator and dotfile workflows rather than broad enterprise configuration management.

Its adoption is strongest where users want declarative host setup without agents, services, or a large language runtime.

### Modes d'utilisation

Users write assertions using ok and no functions, declaring desired states such as files, directories, packages, or services. bork handlers then decide whether to check, install, upgrade, or otherwise reconcile that assertion.

The manpage frames bork files as config files in their own right, so there is no separate fixed config path; users pass or run the scripts that contain their assertions.

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

bork is interesting because it keeps configuration management inside the shell and standard Unix toolbox. It is the opposite of a heavy agent: package it, run a script, reconcile state.

For package curation, it is a reminder that some useful infrastructure tools are intentionally tiny DSLs rather than daemons or platforms.

### Chronologie

- 2021-02: Official GitHub repository metadata shows borksh/bork created.
- 2021-02: GitHub release metadata shows v0.11.1 in the public release feed.
- 2025: Repository metadata shows continued maintenance activity.
- 2026: Package-manager input records Homebrew and Nix packaging.

### Related projects

- Puppet is a conceptual reference point in bork's own tagline about configuration management.
- Bash and common Unix utilities are explicit runtime foundations.
- The borksh/homebrew-tap repository is related packaging infrastructure maintained by the project organization.

### Sources

- <https://api.github.com/repos/borksh/bork>
- <https://bork.sh/>
- <https://bork.sh/manpage.html>
- <https://bork.sh/packages.html>
- <https://github.com/borksh/bork>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - bork: normalized package name match | nixpkgs package indexes: pkgs/by-name/bo/bork/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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