Skip to content

MiniMax Code learning map

MiniMax Code is MiniMax's first-party coding agent. The international homepage calls it "The coding harness built for MiniMax models" (minimax.io). The product docs say: "MiniMax Code is a desktop AI Agent app that brings chat, project context, file operations, terminal sessions, browser previews, skills, memory, and automation into one local workspace" (Welcome).

The same product also ships as MiniMax Code CLI. The executable is mcode (CLI Quick Start). That is not a second product.

Product family (Retrieve)

List official first-level entries first, then decide what this site writes. Every row comes from the homepage nav, About, footer, or docs index opened on 2026-08-19.

Official first-level entryOfficial URLThis site
MiniMax CodeWelcome, Download, CLIStandalone pages (this directory)
MiniMax Agentagent.minimax.io / agent.minimaxi.comOne map line. Web general agent; full write-up is #73
MiniMax Designdesign.minimax.ioOne map line. Commercial content, not a coding agent
MiniMax HubStill used on the CN About nav (about)One map line. Name collision with Design; no second tutorial
MiniMax Audiominimax.io/audioOne map line. Speech and music
Hailuo / MiniMax H3hailuoai.video, models introOne map line. Video generation
TalkieInternational Product nav (minimax.io)One map line. Character / companion app
星野 (Xingye)xingyeai.comOne map line. CN counterpart of Talkie
MiniMax M3 and other modelsmodels-introOne map line. Models are not a product tutorial
Token Plan / APIplatform.minimax.ioOne map line. Developer platform
Use MiniMax in AI coding toolstext-ai-coding-tools (CN twin: minimaxi.com)One map line. Point M3 at Claude Code / Cursor. Not MiniMax Code

Sources: minimax.io, minimaxi.com, minimaxi.com/about, agent.minimax.io/docs/llms.txt, models-intro.

This directory's job: MiniMax Code only. Other MiniMax AI products do not get full tutorials here.

Names that collide:

  • MiniMax Code ≠ MiniMax Agent. Changelog v3.0.33 renamed the desktop app to MiniMax Code. The web product is still Agent. The docs site is still branded "MiniMax Agent Docs".
  • mcode ≠ the minimax shortcut in that changelog. The official CLI command is mcode.
  • Putting MiniMax-M3 inside Claude Code ≠ installing MiniMax Code.
  • Coding / Work are desktop modes, not products.

See the glossary.

Decision tree

What do you need?
├── Edit a local repo / fix bugs / inspect diffs / run commands
│   └── → MiniMax Code
│       ├── GUI, browser preview, schedules, phone remote?
│       │     → Desktop app (download page)
│       ├── Terminal TUI / scripts / CI / editor ACP?
│       │     → CLI (`mcode`)
│       └── Split work across specialist agents?
│             → Agent Team inside the same product
├── Long-horizon work in the browser, not necessarily a local repo
│   └── → MiniMax Agent (#73; not this directory)
├── Keep Claude Code / Cursor and only swap in MiniMax-M3
│   └── → Open Platform "AI coding tools" guide, not this product
├── Video
│   └── → Hailuo / MiniMax H3 / MiniMax Design
├── Speech / music
│   └── → MiniMax Audio
└── Character chat
    └── → Talkie (intl) or 星野 (CN)

Two surfaces

Official CLI docs: the desktop client is for "graphical task management and result review"; the CLI is closer to "repositories, the terminal, scripts, CI, and editors" (Features).

SurfaceEntryUse when
DesktopInternational download / CN downloadTasks, workspace, browser, schedules, Remote Control
CLI · TUImcodeOngoing repo work in a terminal
CLI · Headlessmcode execScripts and CI
CLI · ACPmcode acpEmbed in an ACP host such as Zed

The desktop app also has Coding / Work modes (same agent, different tool exposure). See the tutorial.

When it is worth trying

Try it if

  • You want a first-party agent, not just another model plugged into a third-party tool.
  • You want one desktop workspace for the repo, terminal, browser, skills, and memory.
  • You want mcode in the terminal: TUI, exec, ACP.
  • You already have a MiniMax account or a Token Plan. The M3 post says: "MiniMax Code can be used with MiniMax Token Plans."

Wait if

  • You only want MiniMax-M3 inside Claude Code / Cursor — use the Open Platform guide.
  • You want the web general agent — that is MiniMax Agent (#73).
  • You want video or character chat — Hailuo / Talkie, not Code.
  • You need a Linux desktop client — official desktop docs list macOS and Windows only. The CLI supports macOS, Windows, common Linux distros, and WSL. Alpine / musl is not supported.

Learning path

StageReadGoal
1. InstallTutorial desktop or CLI installSend the first task after sign-in
2. Modes and workspaceTutorial: Coding / Work, workspace, permissionsLet it edit local code
3. WorkflowsCookbookAgent Team, mcode exec, ACP
4. Look upCheatsheetCommands, slash, permission tiers, official links
5. NamesGlossaryCode vs Agent, desktop vs CLI, orthogonal modes

Feature index

Only capabilities that have official doc pages.

CapabilityOne lineOfficial page
Coding / WorkSame agent, different tool exposuremodes
WorkspaceAttach a local project directoryworkspace
PermissionsConfirm file, command, and external actionspermissions
Agent TeamSplit complex work across specialist agentsteam
Skills / memory / custom agentsReuse workflows and keep preferencesllms.txt desktop tree
Schedules / Remote Control / IMRecurring jobs, phone remote, chat appsDesktop /docs/code/automation/*
CLI TUI / exec / acpTerminal, scripts, editorsfeatures
Token Plan and check-in creditsSee in-product usageusage

Model internals (MSA, training, benchmarks) stay out of this directory. See Learn LLM and the M3 post.

Built for frontend engineers · Powered by VitePress