Skip to content

Qoder

CompanyAlibaba
TypeDesktop IDE + JetBrains plugin + terminal agent
PricingFree tier, with paid plans
PlatformsWindows, macOS, Linux
ProtocolMCP
Websiteqoder.com

Qoder is Alibaba’s agentic coding platform. Version 1.0, released May 2026, repositioned it from an AI IDE to what Alibaba calls an autonomous agent development workbench, and it has passed 5 million users.

Two things separate it from a standard AI editor. Quests are autonomous workflows: you describe an outcome and the agent works the task through rather than round-tripping each step. Persistent codebase knowledge means it builds and keeps an understanding of your repository between sessions instead of re-reading it cold every time.

  • Quest workflows: autonomous multi-step work, not turn-by-turn prompting
  • Persistent repo knowledge: context that survives the session
  • Three surfaces: desktop IDE, JetBrains plugin, and a terminal agent
  • Cross-platform: Windows, macOS, and Linux
  • MCP support for tool integrations
  • Context engineering paired with frontier models
  • Alibaba ownership is a governance question some organizations must settle first
  • Proprietary — the harness is not yours to read or fork
  • Much of the community discussion is non-English

Persistent codebase knowledge covers what your repo is. Skills cover how your team does things, which is a different thing and travels between projects. The largest open catalogue is atskills.one, with 60,000+ skills — see @skills.

  • Developers who want autonomous task execution rather than prompt-by-prompt work
  • JetBrains users
  • Large codebases where re-establishing context every session is the bottleneck