Free (OSS)
Self-hosted with own API key or local models via Ollama/vLLM
Alibaba's open-source agentic coding CLI, powered by the Qwen3-Coder model family.
Qwen Code is Alibaba's open-source agentic CLI coding tool, built on Google's Gemini CLI architecture and powered by the Qwen3-Coder model family. It runs in the terminal, edits files, executes shell commands, and supports MCP, Skills/SubAgents, daemon mode, and IDE integrations for VS Code, Zed, and JetBrains. The Qwen OAuth free tier was discontinued in April 2026; current options include API keys (Alibaba Cloud, OpenAI, Anthropic, Gemini), Coding Plan subscriptions, third-party providers (OpenRouter, Fireworks AI), and fully self-hosted local setups via Ollama or vLLM under Apache 2.0.
Self-hosted with own API key or local models via Ollama/vLLM
Alibaba Cloud Coding Plan — fixed monthly fee, higher quotas via dashscope
Qwen Code is Alibaba's open-source agentic coding CLI, built on Google's Gemini CLI architecture (Apache 2.0) and powered by the Qwen3-Coder model family. The Qwen3-Coder model itself launched in July 2025; the Qwen Code tool followed with its first public release (v0.0.11-nightly.1) on September 9, 2025, and was officially announced in January 2026. It swaps the Gemini model for Alibaba's own Qwen3-Coder family — an open-weight coding model updated through Qwen3.5-Plus and Qwen3.6-Plus releases.
What began as a terminal-native coding agent is now a multi-protocol, multi-platform development tool. Qwen Code supports OpenAI-compatible, Anthropic, and Google GenAI APIs alongside Alibaba Cloud's own endpoints. It ships with IDE integrations for VS Code, Zed, and JetBrains IDEs, and provides TypeScript, Python, and Java SDKs for building custom tools on top of the agent. With 24,624+ GitHub stars, 2,400+ forks, and 456 releases (latest: v0.16.1, May 23, 2026), it is one of the most actively developed open-source coding agents.
Qwen Code runs in the terminal and manages multi-step coding tasks autonomously. It reads and edits local files, executes shell commands, and can navigate complex project structures. The interactive session UI supports slash commands (/help, /clear, /compress, /stats), keyboard shortcuts, and YOLO mode (--yolo) for automatic operations without approval prompts.
Qwen Code ships with a built-in tool system called Skills and SubAgents, enabling rich agentic workflows. Skills are modular tool definitions that Qwen Code can invoke during a session, while SubAgents allow delegating sub-tasks to specialized agent instances — similar to how Claude Code or Gemini CLI handle complex multi-step reasoning.
Qwen Code connects to any MCP (Model Context Protocol) compatible tool or API, giving it access to the growing MCP ecosystem. It also supports ACP (Agent Communication Protocol), enabling inter-agent communication — useful for multi-agent architectures.
The core workflow: Qwen Code reads files in your project, applies changes using the underlying Qwen model, and executes shell commands to verify results. It handles context window management automatically and can reference specific files with @filename syntax in the interactive session.
| Method | Cost | Details |
|---|---|---|
| Self-hosted (Ollama / vLLM) | Free | Run Qwen3 models locally under Apache 2.0 — no API key, no cloud dependency |
| API Key | Pay-as-you-go | Alibaba Cloud ModelStudio, OpenAI, Anthropic, Gemini-compatible endpoints |
| Coding Plan | Fixed monthly | Higher quotas via Alibaba Cloud ModelStudio (Beijing or international) |
| Third-party | Pay-as-you-go | OpenRouter, Fireworks AI |
| Qwen OAuth (discontinued) | Discontinued | Free tier sunset April 15, 2026 |
Latest release — bug fixes and stability improvements
Qwen3.6-Plus model support, daemon mode refinements, multi-provider auth improvements
In the terminal: `qwen` then 'Review all Python files in this data pipeline, identify any SQL injection risks, fix them, add parameterised queries, and write tests for the affected functions.' Qwen Code reads the files, applies fixes using Qwen3.6-Plus, runs the tests, and prints a summary of changes. In headless mode: `qwen -p "Generate unit tests for src/utils.ts"` runs without interactive UI for CI/CD pipelines. AI code review platform for the AI era. Automated code reviews, security scanning, and team analytics across GitHub, GitLab, VS Code, and JetBrains. Used by 300,000+ developers.
AI-powered PR description generator and code review assistant. Automatically writes pull request descriptions, sends stakeholder notifications, creates changelogs, and provides inline code refactoring.
Multi-agent AI coding platform with 12+ agents and 24+ models, featuring Chairman LLM for parallel multi-agent evaluation and end-to-end encrypted inference. Ships across six surfaces: CLI, IDE, Cloud, API, Mobile, and Builder.