Installing werkr

werkr provides a single CLI binary (wer) that manages your development environments. Follow the steps below to install it on your platform.

Quick Install

The fastest way to install werkr on macOS or Linux:

curl -fsSL https://get.werkr.dev | sh

Manual Install

macOS

# Download the latest release
curl -LO https://github.com/werkr-dev/werkr/releases/latest/download/wer-darwin-arm64
chmod +x wer-darwin-arm64
sudo mv wer-darwin-arm64 /usr/local/bin/wer

Linux

# Download the latest release
curl -LO https://github.com/werkr-dev/werkr/releases/latest/download/wer-linux-amd64
chmod +x wer-linux-amd64
sudo mv wer-linux-amd64 /usr/local/bin/wer

Verify Installation

wer version

Next Steps

Once installed, you can create your first local workstation or set up a remote workstation in the cloud.