CodeMaxx is a cross-platform CLI tool that helps developers understand, and fix code using multiple large language models (LLMs).
Choose your OS:
iwr https://raw.githubusercontent.com/Saisathvik94/codemaxx/main/scripts/install.ps1 -UseBasicParsing | iexRun as Administrator
curl -sSL https://raw.githubusercontent.com/Saisathvik94/codemaxx/main/scripts/install.sh | sudo bashAfter installation,
codemaxxwill be available on your PATH.
- Install Ollama
- Pull the model:
ollama pull qwen2.5-coder:3b
- Select it inside CodeMaxx:
codemaxx models
Now all commands will run locally without sending your code to external APIs.
Best for:
-
Private repositories
-
Offline development
-
Security-sensitive projects
For cloud providers:
codemaxx keys
Workflow:
-
Select a provider (OpenAI, Anthropic, Gemini, Perplexity, etc.)
-
Enter your API key
-
Save configuration
You can switch models anytime using:
codemaxx models
1. explain
Explain what your code does.
codemaxx explain <path>
codemaxx explain <path> --prompt "Explain this in simple terms"
codemaxx explain --prompt "For what Golang is famous for?"
2. fix
Fix errors and refactor code.
codemaxx fix <path>
codemaxx fix <path> --prompt "Refactor using best practices"
3. review
AI-powered Git review.
codemaxx review
codemaxx review --prompt "Focus on performance issues"
What it does:
-
Reads staged Git changes
-
Analyzes diff intelligently
-
Detects bugs & vulnerabilities
-
Suggests improvements
Perfect before every commit.
4. keys
Manage API keys.
codemaxx keys
5. models
Switch between cloud and local models.
codemaxx models
6. upgrade
Upgrade CodeMaxx to the latest available version.
codemaxx upgrade
What it does:
-
Checks the latest GitHub release
-
Compares with your current version
-
Downloads the latest binary
-
Replaces the existing installation
-
Preserves your configuration
No manual reinstall required.
- Select a model (Cloud or Local)
- Provide code / file / Git diff
- CodeMaxx structures intelligent prompts
- The model analyzes your code
- Clean, formatted output appears in your terminal
Zero UI clutter. Maximum developer speed.
-
You control where your code goes.
-
Use cloud LLMs for best intelligence
-
Use local Ollama for privacy
-
Always review AI suggestions
-
Use version control before applying fixes
-
Pull requests are welcome!
-
Fork the repo
-
Create a feature branch
-
Commit your changes
-
Open a PR
Free to use, modify, and distribute.