Deskwright for Zed
io.github.tristanmuzzu/deskwright
Agents use real GNOME/Wayland apps: on your screen, or an invisible second desktop you never see
client:Zed
transport:stdio
runtime:pypi
Install Deskwright in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deskwright": {
"command": "uvx",
"args": [
"deskwright"
],
"env": {
"DESKWRIGHT_SESSION": "<DESKWRIGHT_SESSION>",
"DESKWRIGHT_INPUT_BACKEND": "<DESKWRIGHT_INPUT_BACKEND>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs