Skip to content

Installation

revcat is a single static Go binary. Install it however you prefer.

Terminal window
brew install akshitkrnagpal/tap/revcat

The tap lives at https://github.com/akshitkrnagpal/homebrew-tap and is updated by every release.

Requires Go 1.26 or later.

Terminal window
go install github.com/akshitkrnagpal/revcat/cmd/revcat@latest

The binary lands in $(go env GOPATH)/bin; make sure that’s on your PATH.

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.

Terminal window
revcat version
revcat doctor

revcat doctor runs a top-level health check and tells you what’s missing if you haven’t logged in yet.

Quickstart →