How to Use the Moshcode CLI Moshcode 0.56.0, a CLI tool that installs and drives multiple coding engines including opencode, Claude Code, codex, gemini, kimi, qwen, deepseek, and aider, is now available. The tool, described as a 'metal wrapper for coding engines,' adds persistent sessions, account sync, and a namespace for built projects. It requires Node.js 18 or newer and is installed via a script from moshcoding.com, with the home page at moshcode.sh. How to use the moshcode CLI 2026-08-14, by Anthony “chovy” Ettinger. How this was written: drafted with an AI assistant from my notes and from the CLI's own help output, then checked against a real install. Commands below were run against moshcode 0.56.0. What moshcode actually is moshcode calls itself “a metal wrapper for coding engines.” That is the honest description. It is not another coding agent competing with the ones you already use — it installs and drives them. opencode, Claude Code, codex, gemini, kimi, qwen, deepseek, aider and a few more all sit behind one command surface, so you stop memorising five different CLIs with five different flag conventions. On top of that it adds the things you actually need around an agent: sessions that survive a closed terminal, an account you can sync settings to, and a namespace where you can park what you build. Home page is moshcode.sh https://moshcode.sh . Installing it curl -fsSL https://moshcoding.com/install.sh | sh Yes, the site is moshcode.sh and the installer is served from moshcoding.com . They are two different properties and that trips people up. The install script is the one above. It is zero-dependency ESM, so the only requirement is Node.js 18 or newer. The same script handles the other two lifecycle jobs: curl -fsSL https://moshcoding.com/install.sh | sh -s -- update curl -fsSL https://moshcoding.com/install.sh | sh -s -- remove Do not put sudo in front of that. moshcode escalates on its own for the steps that genuinely need root. If you run the installer or an update as root, it installs into root's home directory instead of yours, and then you have two copies and a confusing afternoon. Run it as you. Finding your way around Run it with no command at all and it opens the mosh pit — the interactive view. When you want the map instead: moshcode help the groups moshcode help