TechNode Releases Coding Agent as Open Source
TechNode has open-sourced MiniMax Code, a terminal-based coding agent capable of understanding projects and running tests.

TechNode has made MiniMax Code, a coding agent designed for the command line, available as open source. The tool can interpret project structures, modify files, and execute tests directly from a terminal interface.
The project is released under the MIT license for its core code. It supports an interactive terminal UI, a headless execution mode for scripts and continuous integration (CI), and the Agent Client Protocol for integration with code editors.
MiniMax Code accommodates TechNode accounts and also allows users to bring their own API keys or connect to compatible third-party model endpoints. The published source covers the terminal TUI, headless CLI, and ACP components.
The MiniMax Code desktop application, which is distributed separately, is not included in the open-sourced repository.