macOS
brew install karnlocal Homebrew formula metadata
brew / rank 9703
Manage multiple Git identities. Version 0.1.0 via Homebrew; verified 2026-07-27.
install
brew install karnlocal Homebrew formula metadata
overview
Manage multiple Git identities
history
karn is a small Git identity helper for developers who use different user.name and user.email values across personal, work, and open-source repositories.
The project began as a Go command-line tool in March 2015. Its README describes the core behavior: karn checks a directory tree, compares it with a user configuration, and updates only a repository's local Git identity rather than the global Git configuration.
The release series stayed intentionally narrow. The v0.0.1 release was tagged from the initial implementation, and v0.1.0 in February 2021 added support for GPG signing keys.
karn reached package-manager visibility through Homebrew and the Arch User Repository, which fits its audience: developers who want a shell-friendly way to keep Git identities separated without remembering per-repository commands.
Typical use is to keep identity rules in ~/.karn.yml, then run karn manually or wrap Git commands so karn update runs before Git operations.
karn is a tidy example of a package-manager-sized developer convenience: a tiny binary, a dotfile, and a focused fix for a workflow footgun that Git itself leaves to local config discipline.
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.
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.
~/.karn.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
karn | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:karn |
|---|---|
| Version | 0.1.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/prydonius/karn |
| Repository | https://github.com/prydonius/karn |
| Last updated | 2026-07-27T21:58:37+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source 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.