mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
Closes #13434 Supersedes #14182 --------- Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com> Co-authored-by: Ethan Dickson <ethan@coder.com> Co-authored-by: Ben Potter <ben@coder.com> Co-authored-by: Stephen Kirby <58410745+stirby@users.noreply.github.com> Co-authored-by: Stephen Kirby <me@skirby.dev> Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1.5 KiB
1.5 KiB
Installing Coder
A single CLI (coder
) is used for both the Coder server and the client.
We support two release channels: mainline and stable - read the Releases page to learn more about which best suits your team.
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
Important: If you plan to use the built-in PostgreSQL database, you will need to ensure that the Visual C++ Runtime is installed.
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
To start the Coder server:
coder server
To log in to an existing Coder deployment:
coder login https://coder.example.com