Kodarr Windows x64 only

Kodarr beta

An AI-native IDE for running and repairing infrastructure: chat, an agent that proposes changes before it makes them, and terminals across your whole fleet at once.

Download the installer

Version 1.96.4 · 97.8 MB · Windows 10 or 11, 64-bit

What you are downloading

KodarrSetup.exe

Version
1.96.4
Size
102,524,130 bytes · 97.8 MB
Publisher
MortalMinds Labs, Inc.

Verify it

SHA-256

28D5A7626A88092836657017EAB409F44C2CBB01F059C48B24B0BD89431C986D

Check yours with Get-FileHash .\KodarrSetup.exe -Algorithm SHA256 in PowerShell. If it does not match, do not run it, tell us instead.

Before you run it

Windows will say “Unknown publisher”

  1. Run the installer. SmartScreen shows “Windows protected your PC”.
  2. Click More info.
  3. Check the publisher line reads MortalMinds Labs, Inc.
  4. Click Run anyway.

Why it warns

The installer is unsigned

Code signing is deliberately deferred for this round. The certificate is real work and it was not worth blocking testers on, so it is weeks out rather than forgotten.

The publisher line is the one part of an unsigned install you can actually verify, because it comes from inside the file, alongside the version.

Using it with a coding agent

Lend the node first, then start your agent

Connect a server in Kodarr and press Lend. Kodarr writes an AGENTS.md into your workspace naming the SSH alias, plus a CLAUDE.md pointer for Claude Code, which reads only that file. Both are removed when you revoke. Codex, Claude Code and Kilo will then know the node exists and how to reach it without you naming anything.

They read it when a session starts. An agent already running when you lend will not see it, will tell you there is no remote environment, and will look broken. Start it afterwards.

Tell it “the connected server”, “the router”, “the switch”, whatever the device is. It should not need the alias.

Letting an agent act, not just read

Running commands through Kodarr

Beyond reading, an agent can run commands on a lent node through Kodarr, where a change of state is shown to you for approval before it happens. On the first lend Kodarr registers itself with the agents it knows: Claude Code, Codex and Kilo. You configure nothing. Kodarr: Remove Agent Integrations in the command palette undoes it.

Using a different agent? Kodarr writes a launcher on first lend at ~/.kodarr/mcp/kodarr-mcp.cmd (a .sh on macOS and Linux). Point any MCP-capable tool at it. Most read a workspace .mcp.json, which is the standard form and which Kodarr already writes:

{
  "mcpServers": {
    "kodarr": {
      "command": "<path to kodarr-mcp.cmd>",
      "args": ["your-tool"]
    }
  }
}

The one line to add anywhere else is that same command and argument, in whatever shape your tool’s MCP config takes. Universal does not mean Kodarr guesses every tool’s config path; it means every tool has a route, and the launcher is it.

Tell us what broke

Feedback

Anything at all: a crash, a wrong answer, a button that does nothing, or a thing that was simply annoying. Rough notes are more useful than none.