# MiniCode
A lightweight, highly efficient coding tool. Designed for speed, built for simplicity.
[简体中文](./README.zh-CN.md) | [Usage Guide](./USAGE.md) | [DeepWiki](https://deepwiki.com/LiuMengxuan04/MiniCode) | [Architecture](./ARCHITECTURE.md) | [Contributing](./CONTRIBUTING.md) | [Roadmap](./ROADMAP.md) | [License](./LICENSE) MiniCode is a lightweight terminal coding assistant for local development workflows. It provides Claude Code-like workflow and architectural ideas in a much smaller implementation, making it especially useful for learning, experimentation, and custom tooling. ## Overview MiniCode is built around a practical terminal-first agent loop: - accept a user request - inspect the workspace - call tools when needed - review file changes before writing - return a final response in the same terminal session The project is intentionally compact, so the control flow, tool model, and TUI behavior remain easy to understand and extend. ## Core Authors
![]() Liu Mengxuan Founder Leads the TypeScript repo, core workflow, MCP/Skills, TUI, and docs. |
![]() GateJustice Co-initiator Contributes the long-session context system, including usage accounting, auto compact, and context collapse. |
![]() harkerhand MiniCode-rs Main author of the Rust version. |
![]() QUSETIONS MiniCode-Python Main author of the Python version. |
![]() GoDiao Core contributor Contributes layered memory, /init, session resume, and TUI interaction improvements. |