From c0498b657c9e5332154872c541c358590a83b9b5 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 18:11:57 +0000 Subject: [PATCH 1/4] docs: Remove beta label from Coder Desktop for GA release - Remove (Beta) from Coder Desktop documentation titles - Update landing page with enhanced feature value proposition - Remove beta state from manifest.json entries - Update descriptions to highlight seamless local development experience Co-authored-by: matifali <10648092+matifali@users.noreply.github.com> --- docs/manifest.json | 6 ++---- docs/user-guides/desktop/index.md | 5 ++--- docs/user-guides/workspace-access/remote-desktops.md | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index ef42dfbbce510..a139889baf68d 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -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", "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" } ] }, diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index d56303f45dca9..5e9f0ef074c81 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -1,7 +1,6 @@ -# 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 transforms your remote workspaces into seamless local development environments. Work on your cloud workspaces as if they're running directly on your machine—no port forwarding, no complex networking setup, and no performance compromises. With Coder Desktop, you get the full power of cloud computing with the familiar experience of local development, enabling you to access files, run applications, and connect to services using simple workspace hostnames like `myworkspace.coder`. > [!NOTE] > Coder Desktop requires a Coder deployment running [v2.20.0](https://github.com/coder/coder/releases/tag/v2.20.0) or later. diff --git a/docs/user-guides/workspace-access/remote-desktops.md b/docs/user-guides/workspace-access/remote-desktops.md index a60e943cea86a..56bd17bf8b8a9 100644 --- a/docs/user-guides/workspace-access/remote-desktops.md +++ b/docs/user-guides/workspace-access/remote-desktops.md @@ -42,7 +42,7 @@ coder port-forward --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. From bf63b749d53f02b739734b00e51d3ec32525e051 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 18:14:50 +0000 Subject: [PATCH 2/4] docs: Enhance Coder Desktop introduction with comprehensive value proposition - Highlight the power of remote development (GPUs, specialized CPUs, HPC clusters) - Address specific pain points developers face with CLI-based workflows - Emphasize elimination of friction points (CLI installation, version management, port forwarding) - Present three key capabilities: hostname access, one-click launches, file sync - Maintain focus on security and performance for professional development Co-authored-by: matifali <10648092+matifali@users.noreply.github.com> --- docs/user-guides/desktop/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 5e9f0ef074c81..53a9defae3db3 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -1,6 +1,8 @@ # Coder Desktop -Coder Desktop transforms your remote workspaces into seamless local development environments. Work on your cloud workspaces as if they're running directly on your machine—no port forwarding, no complex networking setup, and no performance compromises. With Coder Desktop, you get the full power of cloud computing with the familiar experience of local development, enabling you to access files, run applications, and connect to services using simple workspace hostnames like `myworkspace.coder`. +Remote development unlocks powerful computing resources that may not be available locally—including high-performance GPUs for machine learning, specialized CPU architectures, and HPC clusters for massive parallel processing. However, developers often miss the familiar, responsive, and integrated tooling experience of local environments when working remotely. + +Coder Desktop bridges this gap by eliminating the traditional friction points of remote development. No more CLI installation, version management, or manual port forwarding with `coder port-forward` commands. Instead, Coder Desktop provides instant, secure connectivity that makes your remote workspaces feel like local machines. Access your workspace services through simple hostnames like `myworkspace.coder`, launch native IDEs and GUI applications with one click, and synchronize files seamlessly between local and remote environments—all while maintaining the security and performance you need for professional development. > [!NOTE] > Coder Desktop requires a Coder deployment running [v2.20.0](https://github.com/coder/coder/releases/tag/v2.20.0) or later. From c00a7a1454825f1b0e17480a035f02462dda4a34 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 18:16:28 +0000 Subject: [PATCH 3/4] docs: Simplify Coder Desktop introduction for documentation format - Shorten introduction to be concise and documentation-appropriate - Focus on key benefits: no CLI, no port forwarding, simple hostnames - Remove blog-style content to get users to actionable content faster Co-authored-by: matifali <10648092+matifali@users.noreply.github.com> --- docs/user-guides/desktop/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 53a9defae3db3..36ad9cce5b664 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -1,8 +1,6 @@ # Coder Desktop -Remote development unlocks powerful computing resources that may not be available locally—including high-performance GPUs for machine learning, specialized CPU architectures, and HPC clusters for massive parallel processing. However, developers often miss the familiar, responsive, and integrated tooling experience of local environments when working remotely. - -Coder Desktop bridges this gap by eliminating the traditional friction points of remote development. No more CLI installation, version management, or manual port forwarding with `coder port-forward` commands. Instead, Coder Desktop provides instant, secure connectivity that makes your remote workspaces feel like local machines. Access your workspace services through simple hostnames like `myworkspace.coder`, launch native IDEs and GUI applications with one click, and synchronize files seamlessly between local and remote environments—all while maintaining the security and performance you need for professional development. +Coder Desktop provides seamless access to your remote workspaces without CLI installation or 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. From ba62429829e0cb19885aca865a5f55fab84c46f4 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 30 Jun 2025 21:04:47 +0500 Subject: [PATCH 4/4] Update docs/user-guides/desktop/index.md Co-authored-by: Edward Angert --- docs/user-guides/desktop/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 36ad9cce5b664..6b50123f17048 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -1,6 +1,7 @@ # Coder Desktop -Coder Desktop provides seamless access to your remote workspaces without CLI installation or 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. +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. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy