-
v1.0.0 - Initial Release
Stablereleased this
2026-01-31 15:34:35 +00:00 | 31 commits to main since this releaseInitial Release v1.0.0
Welcome to Local Code Assistant v1.0.0!
This is the first release of Local Code Assistant, a privacy-focused CLI tool for local AI code assistance using Ollama.
Features
- Code generation from natural language prompts
- Code explanation and documentation
- Code refactoring and optimization
- Test generation for multiple languages
- Interactive REPL mode
- Multi-language support (Python, JavaScript, TypeScript, Go, Rust)
- Context-aware suggestions
- Secure offline operation
Installation
pip install local-code-assistantQuick Start
local-code-assistant status # Check connection local-code-assistant generate "a function to calculate fibonacci" --language python local-code-assistant explain mycode.py local-code-assistant refactor mycode.py --safeRequirements
- Python 3.9+
- Ollama installed and running
- A local LLM model (codellama recommended)
Links
Downloads