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.
Download one of the following from the latest GitHub release:
-
AppImage:
Runbooks-x.y.z.AppImage— works on most Linux distributions without installation. Mark it as executable and run it directly:Terminal window chmod +x Runbooks-x.y.z.AppImage./Runbooks-x.y.z.AppImage -
Debian/Ubuntu (.deb):
runbooks_x.y.z_amd64.deb— install with:Terminal window sudo dpkg -i runbooks_x.y.z_amd64.deb
After installation, launch Runbooks from your application menu or by running runbooks in a terminal.
Download the .exe installer from the latest GitHub release:
Runbooks-x.y.z-setup.exe
Run the installer and follow the on-screen prompts. Once installation is complete, launch Runbooks from the Start menu or desktop shortcut.
Building from source
Section titled “Building from source”If you prefer to build the app yourself, you will need mise and just installed as prerequisites.
-
Clone the repository:
Terminal window git clone https://github.com/gruntwork-io/runbooks.gitcd runbooks -
Install tool versions and dependencies:
Terminal window mise installbun install -
Build the application:
Terminal window just build -
Package the application for your platform:
Terminal window just packageThe packaged application will be available in the build output directory.
Verifying installation
Section titled “Verifying installation”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!