Autopilot for your terminal workflow.Scale effortlessly.

agent-dev reads and edits code, runs shell commands with approval, and delegates complex tasks through boss orchestration.

$ npm i -g @devang0907/agent-dev
view on github ↗

Empowering autonomous development with

OpenAI
Anthropic
Google Gemini
Meta Llama
DeepSeek
OpenAI
Anthropic
Google Gemini
Meta Llama
DeepSeek

Boss mode

Delegate exploration, implementation, and shell work to specialized workers while the boss orchestrator keeps context and approvals in one place.

Read boss docs

Get started

Quick start

Install in under a minute. Set one API key, open your project, and start coding with the agent in your terminal.

  1. 01

    Install

    Global npm install or clone the repo for local development.

  2. 02

    Configure

    Export at least one provider key — OpenRouter works out of the box.

  3. 03

    Launch

    Run agent in any project folder. Requires Node.js 20+.

$ npm i -g @devang0907/agent-dev
terminal
$ npm i -g @devang0907/agent-dev
$ agent

API keys

Add to ~/.bashrc or ~/.zshrc

Step 02
environment
export OPENROUTER_API_KEY=sk-or-...   # free models
export OPENAI_API_KEY=sk-...          # ChatGPT
export ANTHROPIC_API_KEY=sk-ant-...   # Claude
export GROQ_API_KEY=gsk_...           # Groq
export GEMINI_API_KEY=...             # Gemini

Stop context-switching.

Ship code without leaving the terminal.

$ npm i -g @devang0907/agent-dev