C
ChaoBro

Qwen Code: Alibaba Open-Source Terminal AI Coding Agent, 24K Stars Challenging Claude Code

Qwen Code: Alibaba Open-Source Terminal AI Coding Agent, 24K Stars Challenging Claude Code

Bottom Line First

Qwen Code (github.com/QwenLM/qwen-code) is an open-source terminal AI coding agent from Alibaba’s Tongyi team, currently at 24.1k stars, 2.3k forks, 5,649 commits, with extremely active development (latest commit 1 hour ago). Its positioning is clear: build an open-source, model-agnostic terminal coding agent with a Claude Code-like experience.

For developers who don’t want to be locked into a single vendor and want to use Qwen series models or bring their own API keys, this is currently the most mature terminal coding agent option in the open-source space.

What Is Qwen Code

Qwen Code is not a simple LLM wrapper — it’s a complete agentic coding framework:

  • Multi-protocol support: Compatible with OpenAI / Anthropic / Gemini APIs, supports Alibaba Cloud Coding Plan, OpenRouter, Fireworks AI, or bring your own API key
  • Open-source model co-evolution: Both the framework and Qwen3-Coder model are open-source and ship together
  • Agentic workflow: Built-in Skills (plugin system) and SubAgent (parallel sub-agents) for full agent workflow
  • Terminal-first, IDE-friendly: Designed for command-line developers, with optional integration for VS Code, Zed, and JetBrains IDEs

Core Architecture Highlights

1. SubAgent Parallel Execution

Qwen Code supports a SubAgent mechanism that can split complex tasks into multiple sub-tasks for parallel processing. The latest commit (#3771) optimizes SubAgent shortcut focus experience. This means you can have multiple agents working on different parts of a codebase simultaneously, significantly improving efficiency on large projects.

2. Skills Plugin System

The project includes a .qwen/skills/ directory supporting custom skill plugins. A recent addition is the tmux real-user-testing skill, showing the team is continuously expanding the Skills ecosystem. The Skills mechanism allows Qwen Code’s capabilities to be extended by the community.

3. Unified Tool Execution Permissions

The latest commit (2 hours ago) added a shared permission flow for unified tool execution. This means Qwen Code is building a standardized, auditable tool-calling system — a critical capability for enterprise deployment.

4. Positioning vs. Claude Code

DimensionQwen CodeClaude Code
Open Source✅ Fully open-source❌ Closed-source
Model ChoiceMulti-model (Qwen/OpenAI/Anthropic/Gemini)Claude only
Self-Deploy✅ Fully self-deployable❌ Requires Anthropic API
CostLow-cost models available (Qwen3.5-35B-A3B)Fixed Claude pricing
Sub-Agents✅ SubAgent parallel✅ Built-in
Skills✅ .qwen/skills✅ .claude/skills
IDE IntegrationVS Code/Zed/JetBrainsVS Code/JetBrains

Why It Matters

Signal 1: Chinese model ecosystem is building its own developer toolchain. Qwen Code is not a simple “wrapper” product — it has its own Skill system, SubAgent architecture, and permission management, indicating Alibaba is seriously building a sustainable Agent platform.

Signal 2: Multi-model compatibility reduces lock-in risk. Unlike Claude Code which only works with Claude models, Qwen Code lets you switch between any compatible API provider. This means you can choose the best model for each scenario without switching tools — Qwen3-Coder for coding, GPT-5.5 for analysis, DeepSeek for cost savings.

Signal 3: 5,649 commits signal development intensity. For an open-source project, this commit volume indicates high-frequency iteration. Compared to similar open-source projects, this development speed means fast feature updates and bug fixes.

Quick Start

# One-click install (Linux/macOS)
bash -c "$(curl -fsSL https://qwen-code-assets.oss-cn-hangzhou.aliyuncs.com/installation/install-qwen.sh)"

# Or via npm
npm install -g @qwen-code/qwen-code@latest

# Or via Homebrew
brew install qwen-code

# Start
qwen

On first launch, you’ll need to configure authentication (Qwen OAuth free tier has been adjusted to 100 requests/day, or use Alibaba Cloud Coding Plan or bring your own API key).

Risk Notes

  • Authentication changes: In April 2026, Qwen OAuth free policy was adjusted from 1,000 requests/day to 100 requests/day; heavy users need to switch to paid plans
  • Maturity: 578 open issues indicate the project is still in rapid iteration; evaluate stability before production use
  • Documentation: The project supports Chinese but the README is primarily in English; some advanced feature documentation may be incomplete

Summary

Qwen Code is one of the most feature-complete and actively iterated open-source terminal coding agents available. For developers following the Chinese model ecosystem and wanting to avoid vendor lock-in, it’s worth trying immediately. The 24K stars and 5,649 commits represent a rapidly maturing open-source Agent ecosystem.

References