add zed to workspace-access docs
2.2 KiB
Zed
Zed is an open-source multiplayer code editor from the creators of Atom and Tree-sitter.
Use Zed to connect to Coder via SSH
Use the Coder CLI to log in and configure SSH, then connect to your workspace with Zed:
-
Install Coder CLI:
Linux/macOS
Our install script is the fastest way to install Coder on Linux/macOS:
curl -L https://coder.com/install.sh | shRefer to GitHub releases for alternate installation methods (e.g. standalone binaries, system packages).
Windows
Important: If you plan to use the built-in PostgreSQL database, you will need to ensure that the Visual C++ Runtime is installed.
Use GitHub releases to download the Windows installer (
.msi) or standalone binary (.exe).Alternatively, you can use the
wingetpackage manager to install Coder:winget install Coder.CoderConsult the Coder CLI documentation for more options.
-
Log in to your Coder deployment and authenticate when prompted:
coder login coder.example.com -
Configure Coder SSH:
coder config-ssh -
Connect to the workspace via SSH:
zed ssh://coder.workspace-nameOr use Zed's Remote Development to connect to the workspace:
If you have any suggestions or experience any issues, please create a GitHub issue or share in our Discord channel.

