Installation
Grroxy is a cyber security toolkit that blends manual testing with AI Agents.
Desktop App
Download the latest desktop app for your platform:
Install via Go
go install github.com/glitchedgitz/grroxy/cmd/grroxy@latest
go install github.com/glitchedgitz/grroxy/cmd/grroxy-app@latest
go install github.com/glitchedgitz/grroxy/cmd/grroxy-tool@latest
go install github.com/glitchedgitz/cook/v2/cmd/cook@latest CA Certificate
On first run, Grroxy generates a CA cert at ~/.config/grroxy/ca.crt. Install it in your system trust store:
# macOS
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/.config/grroxy/ca.crt
# Linux
sudo cp ~/.config/grroxy/ca.crt /usr/local/share/ca-certificates/grroxy.crt
sudo update-ca-certificates Or download from the UI at Settings → Download Cert.
Start
grroxy start - Web UI —
http://127.0.0.1:8090 - Proxy —
127.0.0.1:8888
Set your browser proxy to 127.0.0.1:8888 and start browsing. Requests appear in the All Requests tab.
Configuration
Config directory: ~/.config/grroxy
# Change config directory
grroxy config /path/to/config
# Override network settings
grroxy-app -host 127.0.0.1:9090 -proxy 127.0.0.1:9999 Each project creates an isolated database with its own requests, indexes, labels, notes, and settings.