Skip to content

docs: add Coder Desktop early preview documentation #16544

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 32 commits into from
Mar 4, 2025
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d3f6c25
init desktop section
EdwardAngert Feb 12, 2025
412d956
add placeholder icon
EdwardAngert Feb 12, 2025
e92191b
edit
EdwardAngert Feb 12, 2025
a29e8cc
install and configure coder desktop mac homebrew
EdwardAngert Feb 19, 2025
3fa35b4
Update docs/manifest.json
EdwardAngert Feb 19, 2025
1da456a
Update docs/user-guides/desktop/index.md
EdwardAngert Feb 20, 2025
fe3aad2
include feedback from review
EdwardAngert Feb 20, 2025
eb8b566
adjust network extension step
EdwardAngert Feb 20, 2025
653ff5a
Update docs/user-guides/desktop/index.md
EdwardAngert Feb 20, 2025
1fd186a
adjust screenshot sizes
EdwardAngert Feb 20, 2025
df06b1d
Update docs/manifest.json
EdwardAngert Feb 26, 2025
5ea3bee
Merge remote-tracking branch 'origin/main' into 16540-desktop-beta
EdwardAngert Feb 27, 2025
0356dac
temp remove windows
EdwardAngert Feb 27, 2025
3f0cb83
test alpha in manifest
EdwardAngert Feb 27, 2025
aff01a9
test eabadge
EdwardAngert Feb 27, 2025
56d916c
earlyaccess?
EdwardAngert Feb 27, 2025
ceaca40
add ping6 step
EdwardAngert Feb 27, 2025
9ddccf2
screenshot and workspace steps
EdwardAngert Feb 27, 2025
70fe6d4
Revert "temp remove windows"
EdwardAngert Feb 27, 2025
028acc4
add windows steps; update login screenshot
EdwardAngert Feb 27, 2025
72a7a77
Update docs/manifest.json
EdwardAngert Feb 27, 2025
69b7fe9
Update docs/manifest.json
EdwardAngert Feb 27, 2025
0e0e4d8
update login screenshot
EdwardAngert Feb 27, 2025
b80f539
docs changes
ethanndickson Mar 3, 2025
a96b9b4
fixup
ethanndickson Mar 3, 2025
7ad6e8b
remove note blocks
ethanndickson Mar 3, 2025
bc0c79f
beta -> alpha
ethanndickson Mar 3, 2025
1433eb1
remove unused react EA badge
ethanndickson Mar 3, 2025
56f0952
add version requirement
ethanndickson Mar 4, 2025
6a39e67
link to future v2.20
ethanndickson Mar 4, 2025
cffa373
Update Coder Desktop doc to reflect "Early Access" status
matifali Mar 4, 2025
3525e55
Add tabs for browser-specific instructions
matifali Mar 4, 2025
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
Prev Previous commit
Next Next commit
temp remove windows
  • Loading branch information
EdwardAngert committed Feb 27, 2025
commit 0356daceb01b19a7645e0e26f394d343957f8f2d
13 changes: 3 additions & 10 deletions docs/user-guides/desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ port-forwarding required.

## Install Coder Desktop

<div class="tabs">

You can install Coder Desktop on macOS or Windows.
Coder Desktop is available for early access testing on macOS.
A Windows version is in development.

### macOS

Expand All @@ -29,12 +28,6 @@ You can install Coder Desktop on macOS or Windows.

1. Continue to the [configuration section](#configure).

### Windows

Download from there.

</div>

## Configure

Before you can use Coder Desktop, you will need to log in.
Expand Down Expand Up @@ -65,7 +58,7 @@ Before you can use Coder Desktop, you will need to log in.

1. Coder Desktop is now running!

Select the Coder icon in the menu bar (macOS) or system tray (Windows) to enable [CoderVPN](#codervpn).
Select the Coder icon in the menu bar to enable [CoderVPN](#codervpn).

## Workspaces from Coder Desktop

Expand Down
Loading