Your own coding agent, running on NVIDIA Nemotron.
Captain Nemo is a small, inspectable workbench in the spirit of Claude Code and Codex. It streams replies, shows every file change as a diff you approve, and never calls any model but Nemotron. It runs on your machine with your own NVIDIA API key.

What it does
The parts of a modern agent harness that matter, without the parts that phone home.
Streams as it thinks
Replies arrive token by token, with Nemotron's reasoning in a collapsible thought-process block.
Diffs you approve
Every edit is proposed as a unified diff. Approve it, decline it, or switch to Auto-edit when you trust the plan.
Real tools
Reads, searches, targeted edits, full writes, and shell commands in your project folder, each shown as a card you can expand.
Nemotron only
Four allow-listed model IDs and one fixed endpoint. No fallback provider, no router, no surprise vendors.
Private by default
Binds to localhost. Your key stays in memory unless you choose to remember it. History is a plain file you own.
Two modes, one place
A coding agent for your repo and a general assistant for everything else, in light and dark teal.
Get started
About two minutes from download to first reply.
- Create a free key at NVIDIA Build.
- Download the zip and unpack it anywhere.
- Install, build, and start with the commands shown here. The start script already handles machines where security software re-signs HTTPS.
- Open
http://127.0.0.1:4317, paste your key in Settings, and point it at a project folder.
cd captainnemo
npm ci
npm run build
npm start
Models
Switch between turns to compare. Availability and limits depend on your NVIDIA account.
| Model | Best for | ID |
|---|---|---|
| Nemotron 3 Super | A balanced starting point | nemotron-3-super-120b-a12b |
| Nemotron 3 Ultra | Complex coding and reasoning | nemotron-3-ultra-550b-a55b |
| Nemotron 3.5 Lightning | Fast everyday tasks | nemotron-3.5-lightning-30b-a3b |
| Nemotron 3 Nano Omni | Small and quick, with reasoning | nemotron-3-nano-omni-30b-a3b-reasoning |
Limits, stated plainly
- No live web search or browsing in this version.
- Approved shell commands are not sandboxed. They run with your user permissions, so review them.
- Project content the model reads is sent to NVIDIA's API. Free access is subject to NVIDIA's trial terms and rate limits.
- Not affiliated with or endorsed by NVIDIA.
