GrokRoute is a local proxy β it runs entirely on your machine at 127.0.0.1:8083.
- β Your prompts never touch our servers β we don't have any servers
- β
API keys are stored locally in
~/.grokroute/grokroute-config.json - β No telemetry, no tracking, no analytics
- β TLS verification can be disabled for local/test environments only
Only the chat requests you make go to the AI provider you configure (Groq, Agnes, Zhipu, Laguna, or local Ollama). GrokRoute does not intercept, log, or store your data.
Found a security issue? Please do not open a public GitHub issue.
Instead, report it privately:
- Email:
security@grokroute.dev(or open a private vulnerability report on GitHub) - Expect a response within 48 hours
- We'll work with you to validate and fix the issue
- You'll be credited in the release notes (unless you prefer anonymity)
| Version | Supported |
|---|---|
| 2.x | β Active |
| 1.x | β EOL |
| < 1.0 | β EOL |
- π Never commit
grokroute-config.jsonto version control - π Use environment variables for CI/CD:
GROQ_API_KEY,AGNES_API_KEY, etc. - π Rotate API keys periodically
- π Run behind a firewall β the proxy binds to
127.0.0.1by default (localhost only)
GrokRoute is MIT licensed. Use it freely, securely, and responsibly.