Get Started
Up and running
in minutes
Follow these steps to set up werkr and create your first managed environment.
1
Install werkr
Install the werkr CLI to get started. Available on macOS, Linux, and Windows.
$ curl -fsSL https://get.werkr.dev | sh
2
Define your environment
Create a werkr.yaml in your project root.
# werkr.yaml
environment:
name: my-project
runtime: node@22
tools:
- terraform
- kubectl
3
Provision your environment
Run a single command to provision your environment with all the tools and configurations defined.
$ werkr up
Resolving environment...
Installing node@22...
Installing terraform...
Installing kubectl...
Environment ready.
4
Start building
Your environment is ready. All tools are installed, paths are configured, and policies are applied.
Share the same werkr.yaml with
your team for identical setups everywhere.
Need help getting set up?
Our team is here to help you get the most out of werkr.