Installation
revcat is a single static Go binary. Install it however you prefer.
Homebrew
Section titled “Homebrew”brew install akshitkrnagpal/tap/revcatThe tap lives at https://github.com/akshitkrnagpal/homebrew-tap and is updated by every release.
go install
Section titled “go install”Requires Go 1.26 or later.
go install github.com/akshitkrnagpal/revcat/cmd/revcat@latestThe binary lands in $(go env GOPATH)/bin; make sure that’s on your PATH.
Pre-built binaries
Section titled “Pre-built binaries”Every release publishes binaries for macOS / Linux / Windows on amd64 and arm64. Grab the matching archive from GitHub Releases, unpack, and put revcat on your PATH.
Verify
Section titled “Verify”revcat versionrevcat doctorrevcat doctor runs a top-level health check and tells you what’s missing if you haven’t logged in yet.