Skip to content

docs: add Coder Desktop description and documentation link #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Coder Desktop for Windows

Coder Desktop allows you to work on your Coder workspaces as though they're
on your local network, with no port-forwarding required. It provides seamless
access to your remote development environments through features like Coder
Connect (VPN-like connectivity) and file synchronization between local and
remote directories.

Learn more about Coder Desktop in the
[official documentation](https://coder.com/docs/user-guides/desktop).

This repo contains the C# source code for Coder Desktop for Windows. You can
download the latest version from the GitHub releases.

Expand All @@ -26,4 +35,4 @@ files can be found in the same directory as the files.

The binary distributions of Coder Desktop for Windows have some additional
license disclaimers that can be found in
[scripts/files/License.txt](scripts/files/License.txt) or during installation.
[scripts/files/License.txt](scripts/files/License.txt) or during installation.
Loading