Looking for the Warp app? It's in the main homebrew-cask repository and can be installed with brew install --cask warp.
warp-agent-cli: the stable Warp Agent CLI for macOS and Linuxoz: the stable command-line interface to Oz agentsoz@preview: the Preview command-line interface to Oz agents
oz-agent-worker: the self-hosted worker daemon for Warp cloud agents.
Install Warp Agent CLI directly:
brew install --cask warpdotdev/warp/warp-agent-cliInstall the agent worker directly:
brew install warpdotdev/warp/oz-agent-workerAlternatively, tap the repository first:
brew tap warpdotdev/warp
brew install --cask <cask>
brew install <formula>Or, in a brew bundle Brewfile:
tap "warpdotdev/warp"
cask "<cask>"
brew "<formula>"brew help, man brew or check Homebrew's documentation.