As a developer, I love working in the terminal. Fast, keyboard-driven, and distraction-free. But when it comes to AI coding assistants, most tools force you to switch UIs β web apps, IDE plugins, or proprietary apps.
So I built DevOrch, a Python CLI tool that unifies multiple AI providers in one place. Think of it as your personal terminal AI workstation.
πΉ What is DevOrch?
DevOrch is a command-line AI assistant that supports 15+ AI providers, including:
- OpenAI (GPTβ4, GPTβ4o)
- Anthropic (Claude)
- Google Gemini
- Mistral, Groq, Together AI, Copilot, Ollama, LM Studio, and more
All from a single CLI. No switching between websites or IDE plugins.
πΉ Key Features
- Multi-provider support: Switch between AI providers seamlessly.
-
Interactive modes:
-
askβ get instant answers or code suggestions -
planβ generate project plans or steps -
autoβ let DevOrch take actions across files or commands
-
Session persistence: Keep conversations alive between CLI sessions.
Secure API key storage: No more pasting keys every time.
Terminal-first experience: Fast, distraction-free, works entirely from the command line.
πΉ Why DevOrch?
- For terminal lovers: If you live in Vim, Tmux, or your shell, this tool fits naturally.
- Extensible: Adding new providers is easy. DevOrch was built to grow.
- Portable: Install it with one command:
pip install devorch
πΉ Quick Demo
# Start DevOrch
devorch
# Ask a coding question
ask "How do I implement a binary search in Python?"
# Plan a project
plan "Create a CLI tool to automate file backups"
# Auto mode for actions
auto "Update requirements and push changes to GitHub"
DevOrch will respond directly in your terminal, with clear outputs and suggestions.
πΉ Installation
pip install devorch
π‘ Optional: Use pipx for isolated CLI installation:
pipx install devorch
πΉ Community & Feedback
DevOrch is open-source: GitHub Repository
If you try it out, please star the repo β, give feedback, or suggest new providers.
πΉ Stats & Early Adoption
Even in its first week, DevOrch has been downloaded 200+ times on PyPI β and the numbers are growing daily.
πΉ Next Steps
- Add more AI providers
- Improve async handling for faster responses
- Integrate tooling like git, Docker, and linters
- Add a plugin system so the community can extend DevOrch easily
β Try it Today
If you love CLI workflows + AI coding assistance, DevOrch is your tool. Install it, and turn your terminal into a full-fledged AI coding assistant.
pip install devorch
devorch


Top comments (0)