https://github.com/coder/coder-desktop-linux
Coder Desktop application for Linux (experimental)
https://github.com/coder/coder-desktop-linux
Last synced: 3 days ago
JSON representation
Coder Desktop application for Linux (experimental)
- Host: GitHub
- URL: https://github.com/coder/coder-desktop-linux
- Owner: coder
- License: agpl-3.0
- Created: 2026-02-17T23:22:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-05T02:08:00.000Z (5 months ago)
- Last Synced: 2026-06-02T14:07:37.756Z (2 months ago)
- Language: C#
- Size: 706 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-coder - coder/coder-desktop-linux - Coder Desktop for Linux, including the Avalonia tray app and VPN service integration. (Coder Desktop)
README
# Coder Desktop for Linux
Coder Desktop allows you to work on your Coder workspaces as though they are
on your local network, with no port-forwarding required. It provides seamless
access to remote development environments through Coder Connect (VPN-like
connectivity) and file synchronization workflows.
Learn more about Coder Desktop in the
[official documentation](https://coder.com/docs/user-guides/desktop).
This repository contains the Linux-focused C# source code for Coder Desktop,
including the Avalonia tray app, Linux VPN service integration, and Linux
packaging assets.
## Development
Requirements:
- .NET 8 SDK
- Linux desktop environment (for Avalonia tray UI testing)
- `sudo` access (recommended for full VPN service integration in local dev)
Useful command:
```bash
./scripts/run-linux-dev.sh --show --sudo-service
```
## License
The Coder Desktop source is licensed under the GNU Affero General Public
License v3.0 (AGPL-3.0).
Some vendored files in this repo are licensed separately. The license for those
files can be found in the same directory as the files.