mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
1e17782ff6
* docs: simplify install docs * changes from feedback * fmt * fixups from feedback
1.3 KiB
1.3 KiB
Installing Coder
A single CLI (coder) is used for both the Coder server and the client.
There are several ways to install Coder. For production deployments with 50+ users, we recommend installing on Kubernetes. Otherwise, you can install Coder on your local machine or on a VM:
Linux/macOS
Our install script is the fastest way to install Coder on Linux/macOS:
curl -L https://coder.com/install.sh | sh
Refer to GitHub releases for alternate installation methods (e.g. standalone binaries, system packages).
Windows
Use GitHub releases to download the
Windows installer (.msi) or standalone binary (.exe).
Alternatively, you can use the
winget
package manager to install Coder:
winget install Coder.Coder
Other
To start the Coder server:
coder server
To log in to an existing Coder deployment:
coder login https://coder.example.com

