CodeSonor CLI 🔍
AI-Powered GitHub Repository Analyzer with Multi-LLM Support
Analyze any GitHub repository with AI-powered insights. Choose from 8 different AI providers!
🚀 Installation
Basic (includes Gemini)
pip install codesonor
With Specific Provider
pip install codesonor[openai] # OpenAI GPT
pip install codesonor[anthropic] # Anthropic Claude
pip install codesonor[mistral] # Mistral AI
pip install codesonor[groq] # Groq (fastest)
pip install codesonor[all-llm] # All providers
🤖 Supported AI Providers
| Provider | Free Tier | Speed | Get API Key |
|---|---|---|---|
| Gemini ⭐ | ✅ Yes | Fast | Get Key |
| OpenAI | ❌ Paid | Medium | Get Key |
| Claude | ❌ Paid | Fast | Get Key |
| Mistral | ❌ Paid | Fast | Get Key |
| Groq ⚡ | ✅ Yes | Ultra-fast | Get Key |
| OpenRouter 🌐 | 💳 Pay-per-use | Fast | Get Key |
| xAI Grok | ❌ Paid | Fast | Get Key |
| Ollama 🆓 | ✅ FREE | Medium | Download |
⭐ Default | ⚡ Fastest | 🌐 100+ models | 🆓 Local & FREE
⚙️ Configuration
One-Time Setup (Recommended)
codesonor setup
This interactive wizard will:
- ✅ Let you choose your AI provider
- ✅ Guide you to get the API key
- ✅ Save everything to
~/.codesonor/config.json - ✅ Never ask again!
Check Your Configuration
codesonor config
Alternative Methods
Environment Variables (if you prefer):
# Windows (PowerShell)
$env:GEMINI_API_KEY = "your_key"
$env:GITHUB_TOKEN = "your_token"
# Linux/Mac
export GEMINI_API_KEY="your_key"
export GITHUB_TOKEN="your_token"
Per-Command (override saved config):
codesonor analyze URL --gemini-key YOUR_KEY --github-token YOUR_TOKEN
📖 Usage
Full Analysis with AI
codesonor analyze https://github.com/owner/repo
Quick Summary (No AI)
codesonor summary https://github.com/owner/repo
Advanced Options
# Skip AI analysis (faster)
codesonor analyze https://github.com/owner/repo --no-ai
# Limit number of files analyzed
codesonor analyze https://github.com/owner/repo --max-files 200
# Export results as JSON
codesonor analyze https://github.com/owner/repo --json-output results.json
📊 Example Output
╭─────────────────────────────────────────────────╮
│ CodeSonor Analysis: awesome-project │
╰─────────────────────────────────────────────────╯
Repository Information
┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Field ┃ Value ┃
┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ Owner │ awesome-owner │
│ Repository │ awesome-project │
│ Stars │ 1,234 │
│ Forks │ 567 │
│ Language │ Python │
└────────────┴────────────────────────────────┘
Language Distribution
┏━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━┓
┃ Language ┃ Files ┃ % ┃
┡━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━┩
│ Python │ 45 │ 78.5% │
│ JavaScript │ 8 │ 14.0% │
│ CSS │ 4 │ 7.0% │
│ HTML │ 1 │ 0.5% │
└────────────┴──────────┴────────┘
🤖 AI-Generated Summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This repository implements a modern web application
framework with clean architecture and comprehensive
testing. Key features include...
🎯 Features
- 🤖 AI Analysis: Get intelligent insights about repository purpose, architecture, and key features
- 📊 Language Stats: Detailed breakdown of programming languages used
- 📁 Smart Filtering: Automatically skips common directories (node_modules, dist, build)
- ⚡ Performance: File limits and optimizations for fast analysis
- 🎨 Beautiful Output: Rich terminal formatting with colors and tables
- 💾 Export Options: Save results as JSON for further processing
🛠️ Development
Install with development dependencies:
pip install codesonor[dev]
Run tests:
pytest
📦 Web App Version
CodeSonor also comes with a Flask web application. To use it:
# Install with web dependencies
pip install codesonor[web]
# Clone the repository for web app files
git clone https://github.com/farhanmir/CodeSonor.git
cd CodeSonor
# Run the web server
python app.py
Visit http://localhost:5000 in your browser.
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
👤 Author
Farhan Mir
- GitHub: @farhanmir
🙏 Acknowledgments
- Powered by Google Gemini AI
- Built with Python, Click, and Rich
- GitHub REST API v3
Note: This tool analyzes public repositories. Ensure you have appropriate permissions before analyzing private repositories.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codesonor-0.5.0.tar.gz.
File metadata
- Download URL: codesonor-0.5.0.tar.gz
- Upload date:
- Size: 83.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72234926e187089639b53a9d1bbe2ddb1ad0194ab0f19438ff33e00f30b8726e
|
|
| MD5 |
a9951539c49f930aa8aa3f9bf245db25
|
|
| BLAKE2b-256 |
2aee8aa7c5ad7cbedcc57a2093d440e7f01f93a2f2f76505bb49c7dbbf4ddfe0
|
File details
Details for the file codesonor-0.5.0-py3-none-any.whl.
File metadata
- Download URL: codesonor-0.5.0-py3-none-any.whl
- Upload date:
- Size: 85.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fd1af9a1d79bde6c766d1f757059b7e952103863ea842edc35754d35db53244
|
|
| MD5 |
509eb43a8b0bfbc7ebc3628c76fd941a
|
|
| BLAKE2b-256 |
7c2e247177195f1f8c5304285ffd4d34a400b2fa6de98a8d51076cf4fb2ce977
|