Skip to content
Author with AI

Installation

Download the latest version of Runbooks from the GitHub releases page.

Download the .dmg file for your Mac from the latest GitHub release:

  • Apple Silicon (M1/M2/M3/M4): Runbooks-x.y.z-arm64.dmg
  • Intel: Runbooks-x.y.z-x64.dmg

Open the .dmg file and drag Runbooks into your Applications folder.

If you prefer to build the app yourself, you will need mise and just installed as prerequisites.

  1. Clone the repository:

    Terminal window
    git clone https://github.com/gruntwork-io/runbooks.git
    cd runbooks
  2. Install tool versions and dependencies:

    Terminal window
    mise install
    bun install
  3. Build the application:

    Terminal window
    just build
  4. Package the application for your platform:

    Terminal window
    just package

    The packaged application will be available in the build output directory.

Open the Runbooks application. If everything is installed correctly, you should see the welcome screen.

Now that you have Runbooks installed, let’s write your first runbook!