2-Minute Setup
Quick Start
Get AI code review running. No credit card required.
1
Install the CLI
One command. No config files needed.
npm install -g @codecora/cli Requires Node.js 18+
2
Sign In
Opens your browser. Click "Authorize" and you're done.
cora auth login3
Review Your Code
Get instant AI feedback on your staged changes.
git add .
cora review Catches bugs, security issues, and performance problems before commit.
4
Enable Auto-Review
Optional
Every commit gets reviewed automatically via pre-commit hook.
cora enable You're Done!
You now have 1M free tokens/month. No credit card required.
- GLM 5 AI included (no API key needed)
- BYOK option available
- Pre-commit hooks ready
What's next?
Having issues? Check the troubleshooting guide