Files
coder/docs/install/index.md
Stephen Kirby a3248f9364 chore(docs): move feature stage docs to install directory (#17199)
I think the feature stages page should be co-located with releases and
not at the entrance of the docs.


[preview](https://coder.com/docs/@move-feature-stages/install/releases/feature-stages)

---------

Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
2025-04-01 18:44:51 -05:00

2.0 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.

There are several ways to install Coder. Follow the steps on this page for a minimal installation of Coder, or for a step-by-step guide on how to install and configure your first Coder deployment, follow the quickstart guide.

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

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).

Windows setup wizard

Alternatively, you can use the winget package manager to install Coder:

winget install Coder.Coder

Other

To start the Coder server:

coder server

Coder install

To log in to an existing Coder deployment:

coder login https://coder.example.com

Next steps