macOS
brew install borklocal Homebrew formula metadata
brew
Bash-Operated Reconciling Kludge. Version 0.14.0 via Homebrew; verified from local package data.
install
brew install borklocal Homebrew formula metadata
nix profile install nixpkgs#borknixpkgs package indexes · pkgs/by-name/bo/bork/package.nix · source: api.github.com
overview
Bash-Operated Reconciling Kludge
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bork | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/borksh/bork
install metadata
| Package key | brew:bork |
|---|---|
| Version | 0.14.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bork |
| Homepage | https://bork.sh/ |
| Repository | https://github.com/borksh/bork |
| Upstream docs | https://bork.sh/ |
| License | Apache-2.0 |
| Source archive | https://github.com/borksh/bork/archive/refs/tags/v0.14.0.tar.gz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bork |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bork
nix profile install nixpkgs#borksource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.