#38 · Primary category: AI Coding Assistants
qwen-code
An open-source AI coding agent that lives in your terminal.
Project last updated:08/29/26
GitHub Stars
27.5K
Forks
3.0K
Contributors
547
License
Apache-2.0
Why we included this project
Qwen Code is a coding agent that works from the command line, turning plain-language requests into file edits and shell commands in your project. It includes auto-memory, subagents, and agent teams, so it can split a large task into steps and keep context between sessions without you wiring up a pipeline by hand. You can connect it to OpenAI, Anthropic, Gemini, or Qwen APIs, or to local models through Ollama and vLLM, which makes it a solid self-hosted alternative to commercial assistants. Both the framework and the Qwen models are open source, so there is no vendor lock-in and you can extend it. It also works outside the terminal with IDE plugins, a desktop app, and messaging bots, which suits solo developers and small teams that want more than a command-line tool.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.