Experimental project coming soon
https://pypi.org/project/bolor/
Bolor is a local LLM-based code repair tool with self-healing capabilities.
It can scan codebases for issues, fix detected problems, and generate code from natural language descriptions.
The tool is designed to work locally without requiring an internet connection.
## Key Features
- **Code Scanning**: Scan your code for issues and get suggestions for improvements
- **Code Generation**: Generate code from natural language prompts
- **Local Operation**: Works offline with local models
## Commands
- `bolor update` - Download or update local GGUF models
- `bolor check <file>` - Analyze a file and suggest fixes
- `bolor explain <file>` - Explain what the code does using LLM
- `bolor optimize <file>` - Optimize code for better performance or readability
- `bolor document <file>` - Add or improve documentation in code
- `bolor config` - Configure Bolor settings