Install Details
Manual install, upgrade, and uninstall instructions. For the quick setup, see the install page.
Manual Install
macOS App
Download Zestful.dmg, open it, and drag Zestful to Applications. Signed and notarized — no Gatekeeper warnings.
CLI
Download the universal binary (Apple Silicon + Intel):
curl -L https://github.com/caladriuslogic/zestful/releases/download/v3.0.0/zestful \ -o /usr/local/bin/zestful && chmod +x /usr/local/bin/zestful
Requirements
- macOS 13 (Ventura) or later
- Apple Silicon or Intel Mac
- Homebrew (for the quick install method)
Upgrade
Homebrew
brew upgrade --cask zestful brew upgrade zestful-cli
Manual
Download the latest DMG from Releases and replace the app in Applications.
Uninstall
Homebrew
brew uninstall --cask zestful brew uninstall zestful-cli brew untap caladriuslogic/zestful
Manual
# Remove app rm -rf /Applications/Zestful.app # Remove CLI rm /usr/local/bin/zestful # Remove config rm -rf ~/.config/zestful