Manage and run proxy connections from the command line.
Install with Homebrew (macOS):
brew tap larryzhao/rift
brew install riftThis installs a prebuilt binary for your architecture (Apple Silicon or Intel). Upgrade later with:
brew upgrade riftrift --helpReleases are cut with just:
just release 1.2.3This builds prebuilt darwin/arm64 and darwin/amd64 binaries, publishes them
to a GitHub release, and updates the Homebrew formula in the
larryzhao/homebrew-rift tap.