8000 docs: add `winget` installation step to Coder Desktop Windows by matifali · Pull Request #18325 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add winget installation step to Coder Desktop Windows #18325

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 2 commits into from
Jun 15, 2025
Merged
Changes from 1 commit
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
Next Next commit
docs: add winget installation step to Coder Desktop Windows
  • Loading branch information
matifali authored Jun 11, 2025
commit 25455bdff75b0e457976fd4ee3b42dd25568f465
2 changes: 2 additions & 0 deletions docs/user-guides/desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ You can install Coder Desktop on macOS or Windows.

### Windows

Install from `winget` by running `winget install Coder.CoderDesktop` or follwo the steps below:

1. Download the latest `CoderDesktop` installer executable (`.exe`) from the [coder-desktop-windows release page](https://github.com/coder/coder-desktop-windows/releases).

Choose the architecture that fits your Windows system, `x64` or `arm64`.
Expand Down
Loading
0