Skip to content

kodustech/kodus-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kodus CLI Banner

Deploy and manage Kodus AI Code Review Agents in your infrastructure

GitHub license npm version Downloads

🌟 Overview

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.

✨ Features

  • πŸ”₯ 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

πŸš€ Quick Start

# Install globally
npm install -g kodus-cli

# Deploy Kodus in your infrastructure
kodus install

πŸ“– Documentation

Basic Usage

# Deploy Kodus
kodus install

# Follow the interactive prompts to configure:
# - Environment type (local/external)
# - Git service integration
# - AI provider settings
# - Infrastructure preferences

Environment Types

  • 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

Supported Git Services

Service Features
GitHub Pull Request Reviews, Issue Analysis
GitLab Merge Request Reviews, Pipeline Integration
Bitbucket Pull Request Reviews, Repository Analysis

AI Integration

Kodus supports multiple AI providers for code review:

  • OpenAI (GPT-4)
  • Google AI
  • Anthropic (Claude)
  • Novita AI
  • Vertex AI

πŸ”’ Security

  • 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

🀝 Contributing

We welcome contributions!

# Clone the repository
git clone https://github.com/yourusername/kodus-cli.git

# Install dependencies
npm install

# Run tests
npm test

πŸ“œ License

MIT Β© Kodus

🌟 Star History

Star History Chart

πŸ™ Acknowledgments

Special thanks to all our contributors and the amazing open-source community.


Website β€’ Documentation β€’ Twitter β€’ Discord

Made with ❀️ by the Kodus Team