Getting Started
Install the Arcanon scanner and upload your first scan.
What is Arcanon?
Arcanon scans your codebase locally and uploads service dependency results to a shared hub. Your team gets a live service map, instant blast-radius analysis, and drift detection. The results can also be accessed using an mcp server.
Quick Start
Install the scanner:
curl -fsSL https://arcanon.dev/install.sh | shHow It Works
- Scan locally — The scanner analyses your code on your machine. Nothing leaves until you push.
- Upload results — Scan results are pushed to Arcanon Hub over HTTPS.
- See the graph — Open the dashboard. Your entire service graph is live.
Next Steps
- Scanner CLI — Full command reference
- API Reference — REST and GraphQL API docs