简体中文 · English
Mobile IDE for Real Development
Your project, terminal, Git, debugger and AI agents — in one mobile workspace.
Early Access Pro — Free with sign-in
Sign in to unlock Pro features during Early Access.
Explore → Edit → Run → AI → Debug → Review → Ship
Pick a workspace, make the edit, run the check, review the diff, and ship when the change is ready — without leaving the app.
Tip
NimoteCode is actively developed and shaped by developer feedback. Share ideas, questions, or bugs in GitHub Issues; we read and reply to every report.
nimotecode-ai-workflow-demo.mp4
More than a remote terminal.
| Capability | SSH Client | AI Agent Terminal | NimoteCode |
|---|---|---|---|
| Remote SSH | ✅ | ✅ | ✅ |
| Code Editor | — | — | ✅ |
| Git Workflow | — | — | ✅ |
| AI Agent | — | ✅ | ✅ |
| Android Local Linux | — | — | ✅ |
| LSP / Diagnostics | — | — | ✅ |
| Debugging | — | — | ✅ |
| Web Preview | — | — | ✅ |
This compares typical setups; what you get depends on the tools you already use.
| Way | Use it when | What you get |
|---|---|---|
| Remote SSH | The project lives on your Mac, Linux host, or VPS. | You work against the real host and keep heavy toolchains and services there. |
| Android Local Linux | You want Linux tools on the device itself. | Root-free Ubuntu through PRoot on supported ARM64 and x86_64 Android devices. |
| Local Workspace | Your files are already on the phone or tablet. | Fast editing with the same editor, terminal, Git, and AI workflow. |
Switch between them without changing how you browse, edit, run, or review a project.
| Option | How it works |
|---|---|
| Built-in Agent | A project-aware assistant with file, terminal, and Git context. |
| ACP Agent | Connect a compatible external agent in an SSH workspace and follow permissions and progress in one timeline. |
| Claude Code / Codex | Run them on your own host and work with them through the terminal. |
| Area | What you can do |
|---|---|
| Explorer and Search | Browse and search a project. |
| Editor | Edit files with LSP diagnostics for supported languages. |
| Terminal | Run commands and tasks locally, on Android Local Linux, or on a remote host. |
| Tasks | Run and review project tasks. |
| Source Control | Check Git status and diffs, then commit, pull, and push. |
| Debugger | Step through code with the debugger. |
| Preview | Preview web output, including HTML snapshots. |
| AI | Use the built-in agent, an ACP agent, or Claude Code / Codex on your own host. |
NimoteCode is currently in Early Access.
Sign in to unlock Early Access Pro and try the full development workflow at no additional cost during the Early Access period.
Technical notes for developing away from a desk, covering local, remote, Android Linux, Git, and AI workflows.
- Mobile development resources — the full guide index
- Workflow examples — SSH, Codex, Claude Code, and Android Local Linux setups
- NimoteCode documentation — setup and feature reference
Optional Android Local Linux environments, with versioned manifests and verification scripts, live in a separate repository.
Linux Presets · Preset overview · Android Local Linux docs
Recent releases add first-launch onboarding, Android Local Linux, HTML snapshot preview, external ACP agents, and flexible workspace directories, plus reliability fixes for SSH credentials, Tasks, Source Control and Diff, Git refresh, Terminal, AI, and Local Linux. Version 1.1.8 also begins Early Access Pro.
Store builds are the current release, and the GitHub Release package can be an older build.
Questions, bugs, and ideas are welcome — every report gets read.
💬 Discord · GitHub Issues · X
⭐ Star the repository to follow NimoteCode and new mobile development resources.
NimoteCode is a commercial, closed-source application. This public repository is the official home for:
- Product documentation
- Mobile development guides
- Workflow examples
- Android Linux presets
- Release notes
- Community issues and feedback
The NimoteCode application source code is not published in this repository.
Build the website and docs locally:
npm ci
npm run docs:build
npm run docs:checkUse npm run docs:dev to preview locally.
Website and docs unless stated otherwise. Local Linux source and licenses · Linux Presets: MIT.
