Skip to content

Installation

runok supports macOS and Linux. Choose the installation method that suits your environment.

Terminal window
brew install fohte/tap/runok

This installs runok from the fohte/homebrew-tap repository.

If you have a Rust toolchain installed, you can install runok directly from the Git repository:

Terminal window
cargo install --git https://github.com/fohte/runok.git

This builds and installs the runok binary into your Cargo bin directory (typically ~/.cargo/bin/).

Pre-built binaries are available on the GitHub Releases page.

Terminal window
curl -fsSL https://github.com/fohte/runok/releases/latest/download/runok-aarch64-apple-darwin.tar.gz | tar xz
sudo mv runok /usr/local/bin/

After installation, verify that runok is available:

Terminal window
runok --version

Proceed to the Quick Start to create your first runok.yml configuration.