koduj-dev/homebrew-tap

June 15, 2026 · View on GitHub

Homebrew tap for Docker Commander — monitor and control Docker from one self-contained binary (works on macOS and Linux/Linuxbrew).

brew install koduj-dev/tap/dockercmd
dockercmd --version

That installs the signed release binary for your OS/arch. To run the server:

dockercmd            # serves the web UI on http://127.0.0.1:8470

See the main repo for docs, configuration, and other install methods (release binaries, container image, go install).

Verifying

The downloaded binary matches the sha256 pinned in the formula, which in turn matches the repo's signed SHA256SUMS for each release (cosign-verifiable). See the main repo's “Verifying a download”.