Qwen Code is an open-source agentic CLI coding assistant released by Alibaba’s QwenLM team in June 2025, forked from Gemini CLI and heavily optimised for the Qwen3-Coder family of models. Despite its youth, the project attracted over 25,000 GitHub stars within weeks of launch, reflecting strong demand for an Apache-licensed alternative in the agentic coding space. It supports Claude, GPT-4o, Gemini, and other major providers alongside its native Qwen backends.
Key capabilities
Multi-provider model support — Qwen Code ships with first-class support for Qwen3-Coder models, including a free access tier via Alibaba Cloud, while also accepting API keys for Claude, GPT-4o, and Gemini, making it easy to benchmark models or switch providers without changing workflows.
Agentic file and git operations — The tool can read, edit, and create files across a codebase, run terminal commands, and interact with git in an iterative loop, reaching autonomy level 3 with multi-step task completion driven by a planner-executor architecture inherited from its Gemini CLI lineage.
MCP compatibility — Qwen Code implements the Model Context Protocol, allowing teams to extend its capabilities with custom tools, internal APIs, or third-party MCP servers without modifying the core tool.
Editor integrations — Alongside its standalone CLI mode, Qwen Code ships extensions for VS Code and Zed, providing an in-editor chat and command surface for developers who prefer not to context-switch to a terminal.
Autonomy level
Qwen Code operates at autonomy level 3. It can plan and execute multi-step coding tasks — reading context, proposing edits, running tests, and iterating — but presents diffs and awaits confirmation before writing changes by default. Operators can adjust approval thresholds, and the tool will loop on failures, but it does not self-deploy or take irreversible production actions without explicit human sign-off.
Strengths
- Apache 2.0 license with no usage restrictions on the core tool
- Native optimisation for Qwen3-Coder with a free-tier API path via Alibaba Cloud
- Broad provider support (Claude, GPT-4o, Gemini) for teams that are not committed to one model
- VS Code and Zed extensions reduce friction for developers who prefer in-editor workflows
- MCP compatibility enables custom tool and data-source integrations
- Rapid release cadence (v0.18.0 shipped June 12, 2026) with an active upstream community
- Strong GitHub traction (25K stars) signals a growing ecosystem of examples and community tooling
Limitations
- Relatively new tool with a shorter production track record than Gemini CLI, Aider, or Claude Code
- Some features and prompt tuning are optimised for Qwen backends; behaviour may differ on other providers
- English documentation is thinner than established competitors; many issues and discussions are in Chinese
- Forked lineage means some upstream Gemini CLI behaviours may surface unexpectedly until the codebase diverges further