Generate code, suggest terminal commands, search docs, assist with Git, and test APIs — using the AI provider you already have.
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 your configured AI provider.
Use the AI provider you already have an API key for. No new accounts, no vendor lock-in.
Get started in minutes
First, make sure you have Python 3.8+ and Git installed.
Install using pip (recommended):
pip install aidev
Or install from source:
git clone https://github.com/AbhiramKrishnaM/aidev.git
cd aidev
pip install -e .
Export an API key for the provider you want to use:
export ANTHROPIC_API_KEY="..."
export OPENAI_API_KEY="..."
aidev detects whichever key you've set and lets you pick a model from that provider.
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