Install the CLI
Pick the install path that fits your environment.
Requirements
Section titled “Requirements”- Git installed and available on PATH
- macOS, Linux, or Windows (x86_64/arm64)
- For AI features: provider API keys (OpenAI, Anthropic, Gemini, Azure OpenAI, or local Ollama)
Homebrew (recommended)
Section titled “Homebrew (recommended)”brew install relicta-tech/tap/relictaUpgrade:
brew upgrade relictaDirect download (macOS Apple Silicon example)
Section titled “Direct download (macOS Apple Silicon example)”curl -L https://github.com/relicta-tech/\relicta/releases/latest/download/relicta_\Darwin_aarch64.tar.gz | tar xzsudo mv relicta_Darwin_aarch64/relicta /usr/local/bin/Replace platform/arch as needed (Darwin_x86_64, Linux_x86_64, Linux_aarch64, Windows_x86_64).
Go install
Section titled “Go install”go install github.com/relicta-tech/relicta/cmd/relicta@latestVerify & self-check
Section titled “Verify & self-check”relicta --versionrelicta plan --helpUninstall
Section titled “Uninstall”- Homebrew:
brew uninstall relicta - Manual: remove the binary you placed on PATH
Troubleshooting
Section titled “Troubleshooting”- “command not found”: Ensure the install path (e.g.,
/usr/local/binor$HOME/go/bin) is on PATH. - Missing SSL/CA errors: Update CA bundles on your OS; curl-based installs require HTTPS.
- AI provider errors: Verify the correct API key environment variable for your provider (see Configuration).