nomoreide 0.3.1

NoMoreIDE: an AI-native service workbench with a CLI, a TUI, a web dashboard and an MCP server.
nomoreide-0.3.1 is not a library.

nomoreide

An AI-native service workbench: one Rust binary exposing a CLI, a TUI, a web dashboard, and an MCP server for AI agents.

cargo install nomoreide

That installs the nomoreide command. Alternatively:

curl -fsSL https://www.nomoreide.com/install.sh | sh   # precompiled, no Rust needed
npm install -g nomoreide                               # the same binary, via npm

cargo install compiles from source and takes a few minutes; the other two download a prebuilt binary.

What it does

Registers itself with the AI agents you already use — Claude Code, Codex CLI, Gemini, Cursor and Windsurf — so they can start, stop, inspect and debug your local services:

nomoreide setup claude     # or codex, gemini, cursor, windsurf
nomoreide web              # the dashboard, at 127.0.0.1:4317

The dashboard is compiled into the binary, so there is nothing to install beside it.

This crate

A thin front door. The implementation is nomoreide-cli and the crates below it; this exists so the name you install matches the command you run.

License

AGPL-3.0-only. A commercial license is available — see COMMERCIAL.md.