ailinks:

Zed

A fast, collaborative code editor.

Schemes
zed:
Universal links
zed.dev
Get the app
macOSLinuxWindows

Links

Zed's deep links are undocumented but real, and they reach most of the editor: the agent panel, a file, a remote host over SSH, an extension, a skill, git clone and commit views, and settings.

One encoding quirk matters. Zed reads query strings as form data, so + is a space and a literal + has to be %2B. Most schemes here want %20. Zed accepts either.

zed:// and zed://open just focus the app. If a link does nothing at all, the scheme may not be registered with your OS yet.

Official documentation