tally is a single self-contained binary. Pick the method that fits your environment.Documentation Index
Fetch the complete documentation index at: https://tally.wharflab.com/llms.txt
Use this file to discover all available pages before exploring further.
Homebrew (macOS/Linux)
tally register-docker-plugin if you want Docker to discover the plugin without editing ~/.docker/config.json.
Homebrew also installs a docker-lint symlink under Homebrew’s Docker plugin directory. See
Docker CLI plugin if you prefer to configure Docker’s cliPluginsExtraDirs.
mise
tally binary through mise’s global tool shims.
WinGet (Windows)
tally register-docker-plugin after installation to register the plugin with Docker.
npm
node_modules installs are rejected by tally register-docker-plugin.
Bun
bunx and project-local node_modules launches are rejected by
tally register-docker-plugin.
uv
uv tool install for Python-managed Docker CLI plugin setup. Active Python virtual environments are rejected by
tally register-docker-plugin.
pip
RubyGems
Docker / Podman
Official images are published to GitHub Container Registry atghcr.io/wharflab/tally. All images are signed with
cosign (keyless/OIDC).
The Linux image is distroless, non-root, and shell-free. It contains only the
tally binary. The Windows image is built on Nano Server.Image tags
| Tag | Description |
|---|---|
ghcr.io/wharflab/tally:latest | Multi-platform image index: auto-selects linux/amd64, linux/arm64, or windows/amd64 |
ghcr.io/wharflab/tally:v<VERSION> | Versioned multi-platform image index (e.g., v1.2.3) |
ghcr.io/wharflab/tally:v<VERSION>-linux-amd64 | Per-platform tag |
ghcr.io/wharflab/tally:v<VERSION>-linux-arm64 | Per-platform tag |
ghcr.io/wharflab/tally:v<VERSION>-windows-amd64 | Per-platform tag |
Docker (Linux)
Podman (Linux)
Docker (Windows containers)
Verify image signatures
All published images are signed with cosign via keyless/OIDC. Verify before use:Go
Requires Go 1.21 or later.From source
Verify your installation
After installing, confirm tally is on yourPATH:
PATH (for Go installs, this is usually $GOPATH/bin or $HOME/go/bin).