Skip to content
Gemini CLI

DOS — the trust substrate for agent fleets for Gemini CLI

io.github.anthony-chaudhary/dos-kernel

Verify what agents actually shipped, arbitrate file collisions, refuse with structured reasons.

client:Gemini CLI transport:stdio runtime:pypi

Install DOS — the trust substrate for agent fleets in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dos-kernel": {
      "command": "uvx",
      "args": [
        "dos-kernel"
      ],
      "env": {
        "DISPATCH_WORKSPACE": "<DISPATCH_WORKSPACE>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

DOS — the trust substrate for agent fleets in other clients