Skip to content
Zed

Un-Default for Zed

io.github.nomadbuilder/un-default

Catch racist, sexist & ableist defaults in AI and human copy. Local rules, no account.

client:Zed transport:stdio runtime:npm

Install Un-Default in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "un-default": {
      "command": "npx",
      "args": [
        "-y",
        "anti-default"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Un-Default in other clients