The easiest way to install Coder is to use our install script for Linux and macOS.
To install, run:
curl -fsSL https://coder.com/install.sh | shYou can preview what occurs during the install process:
curl -fsSL https://coder.com/install.sh | sh -s -- --dry-runYou can modify the installation process by including flags. Run the help command for reference:
curl -fsSL https://coder.com/install.sh | sh -s -- --helpAfter installing, use the instructions in your terminal to start the Coder server and create your first account.