Generate code, suggest terminal commands, search docs, assist with Git, and test APIs — all running locally using Ollama's LLM models.
Everything you need for AI-assisted development
Generate code snippets from natural language descriptions in any programming language.
Get suggestions and explanations for complex terminal operations instantly.
Search and summarize documentation locally with AI-powered insights.
Generate commit messages and PR descriptions based on your changes automatically.
Test and format API requests easily with built-in Ollama integration.
All processing happens locally on your machine. No data leaves your computer.
Get started in minutes
First, make sure you have Python 3.8+ and Ollama installed:
# Download from https://ollama.ai
Install using pip (recommended):
pip install aidev
Or install from source:
git clone https://github.com/AbhiramKrishnaM/aidev.git
cd aidev
pip install -e .
Pull the recommended DeepSeek model:
ollama pull deepseek-r1:7b
Other supported models: llama2:7b, mistral:7b, codellama, etc.
Test your installation:
aidev --help
aidev code generate "hello world function"
See AIDEV in action
Generate functions, classes, and more
Get command suggestions instantly
Auto-generate commit messages
Search and summarize docs
Everything you need to master AIDEV
Join developers using AI-powered assistance for their daily workflows