HomeInstallCoder CLI

Coder CLI

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.

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

To start the Coder server:

coder server

Coder install

To log in to an existing Coder deployment:

coder login https://coder.example.com

Next up