Skip to content

docs: remove beta label from Coder Desktop #18651

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 5 commits into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
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
6 changes: 2 additions & 4 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,14 @@
},
{
"title": "Coder Desktop",
"description": "Use Coder Desktop to access your workspace like it's a local machine",
"description": "Transform remote workspaces into seamless local development environments with no port forwarding required",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can try it, but it's not accurate - the remote workspace is not affected by your use of Desktop.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping it now.

"path": "./user-guides/desktop/index.md",
"icon_path": "./images/icons/computer-code.svg",
"state": ["beta"],
"children": [
{
"title": "Coder Desktop connect and sync",
"description": "Use Coder Desktop to manage your workspace code and files locally",
"path": "./user-guides/desktop/desktop-connect-sync.md",
"state": ["beta"]
"path": "./user-guides/desktop/desktop-connect-sync.md"
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions docs/user-guides/desktop/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Coder Desktop (Beta)
# Coder Desktop

Use Coder Desktop to work on your workspaces as though they're on your LAN, no
port-forwarding required.
Coder Desktop provides seamless access to your remote workspaces without the need to install a CLI or configure manual port forwarding.
Connect to workspace services using simple hostnames like `myworkspace.coder`, launch native applications with one click, and synchronize files between local and remote environments.

> [!NOTE]
> Coder Desktop requires a Coder deployment running [v2.20.0](https://github.com/coder/coder/releases/tag/v2.20.0) or later.
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/workspace-access/remote-desktops.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ coder port-forward <workspace-name> --tcp 3399:3389
Then, connect to your workspace via RDP at `localhost:3399`.
![windows-rdp](../../images/ides/windows_rdp_client.png)

### RDP with Coder Desktop (Beta)
### RDP with Coder Desktop

[Coder Desktop](../desktop/index.md)'s Coder Connect feature creates a connection to your workspaces in the background.
There is no need for port forwarding when it is enabled.
Expand Down
Loading