Getting Started
Installation
Option A: One-line install (Recommended)
bash
curl -fsSL https://raw.githubusercontent.com/agentgazer/agentgazer/main/scripts/install.sh | shWorks on macOS and Linux. Automatically downloads Node.js if needed.
Option B: Homebrew (macOS / Linux)
bash
brew install agentgazer/tap/agentgazerInitial Setup
Run the setup wizard:
bash
agentgazer onboardThis creates ~/.agentgazer/config.json, generates an auth token, and guides you through configuring LLM provider API keys.
Start the Service
bash
agentgazer startOpens the dashboard at http://localhost:18880.
| Service | Port |
|---|---|
| Server + Dashboard | 18880 |
| LLM Proxy | 18900 |
Verbose Mode
For debugging, start with verbose logging:
bash
agentgazer start -vVerify
bash
agentgazer doctorUninstall
bash
# curl install
agentgazer uninstall
# Homebrew
brew uninstall agentgazerUser data (~/.agentgazer/) is preserved. Remove manually if needed.
Next Steps
- Proxy Guide — Route LLM calls through the proxy (zero code changes)
- Dashboard — Navigate the web UI
- Alerts — Set up notifications for downtime, errors, and budget