Official Homebrew Cask tap for Termpolis — the Secure AI-Assisted Development terminal where Claude, Codex, Gemini, and Qwen work together as a team.
brew tap codedev-david/termpolis
brew install --cask termpolisOr in one line:
brew install --cask codedev-david/termpolis/termpolisbrew update
brew upgrade --cask termpolisbrew uninstall --cask termpolisTo also remove app data and preferences:
brew uninstall --zap --cask termpolisThe cask serves the right binary automatically:
| Mac | Artifact |
|---|---|
| Apple Silicon (M1/M2/M3/M4) | Termpolis-x.y.z-arm64.dmg |
| Intel | Termpolis-x.y.z.dmg |
Both .dmgs are notarized and code-signed with a Developer ID Application certificate.
The version on this tap tracks the latest stable Termpolis release. Each tag push to the main repo triggers an automated PR against this tap (see .github/workflows/update-cask.yml).
For app bugs, open an issue at codedev-david/termpolis.
For tap-specific issues (cask installs the wrong file, sha256 mismatch, etc.), open one here.
The cask formula in this repository is released under the BSD 2-Clause License (the same license Homebrew itself uses for casks). Termpolis itself is Apache 2.0 — see the main repo.