Skip to content

Quick Start

Savvy is the easiest way to create, share and run runbooks from your terminal.

Install Savvy’s CLI


  1. Download the CLI

    zsh
    curl -fsSL https://install.getsavvy.so | sh
  2. Add Savvy to your PATH

    zsh
    echo 'export PATH="$HOME/.savvy/bin:$PATH"' >> ~/.zshrc
  3. Initialize Savvy when you start a new shell session

    zsh
    echo 'eval "$(savvy init zsh)"' >> ~/.zshrc
  4. Reload your shell to pick up the changes we just made

    zsh
    source ~/.zshrc
  5. Verify Savvy was installed correctly

    Terminal window
    savvy version
  6. Login

    Terminal window
    savvy login

Create your First Runbook


Use savvy record or savvy record history to create a runbook using commands you provide.

savvy record

savvy record starts a new shell and all commands in this shell are recorded and sent to an LLM to generate a runbook.

Terminal window
savvy record
Type 'exit' or press 'ctrl+d' to stop recording.
$ recording 😎

savvy record history

Travel back in time with savvy record history and create runbooks using specific commands from your shell history.

Terminal window
savvy record history