Kodus CLI is your gateway to running Kodus AI Code Review Agents in your own infrastructure. With a single command, deploy and manage your code review automation system, keeping your code quality high while maintaining full control over your data and infrastructure.
- π₯ One-Command Deployment: Deploy your entire Kodus infrastructure in minutes
- π Self-Hosted: Keep your code and data within your infrastructure
- π€ AI-Powered Reviews: Leverage advanced AI models for code review automation
- π Git Integration: Seamless integration with GitHub, GitLab, and Bitbucket
- π Monitoring & Analytics: Built-in Grafana dashboards for insights
- π³ Docker-Powered: Containerized for consistency and easy management
- π Secure by Default: Enterprise-grade security with auto-generated credentials
# Install globally
npm install -g kodus-cli
# Deploy Kodus in your infrastructure
kodus install
# Deploy Kodus
kodus install
# Follow the interactive prompts to configure:
# - Environment type (local/external)
# - Git service integration
# - AI provider settings
# - Infrastructure preferences
-
Local Development
- Perfect for testing and development
- Runs everything on localhost
- Ideal for small teams and individual developers
-
External Deployment
- Production-ready setup
- Configurable for any domain
- Suitable for enterprise environments
Service | Features |
---|---|
GitHub | Pull Request Reviews, Issue Analysis |
GitLab | Merge Request Reviews, Pipeline Integration |
Bitbucket | Pull Request Reviews, Repository Analysis |
Kodus supports multiple AI providers for code review:
- OpenAI (GPT-4)
- Google AI
- Anthropic (Claude)
- Novita AI
- Vertex AI
- All data stays within your infrastructure
- No code or sensitive information is sent to external servers
- Enterprise-grade encryption for all communications
- Role-based access control
- Audit logging for all operations
We welcome contributions!
# Clone the repository
git clone https://github.com/yourusername/kodus-cli.git
# Install dependencies
npm install
# Run tests
npm test
MIT Β© Kodus
Special thanks to all our contributors and the amazing open-source community.
Website β’ Documentation β’ Twitter β’ Discord
Made with β€οΈ by the Kodus Team