Skip to main content

Installation

sake is available on Linux and Mac:

  • Binaries are available on the release page

  • via cURL

    curl -sfL https://raw.githubusercontent.com/alajmo/sake/main/install.sh | sh
  • via Homebrew

    brew tap alajmo/sake
    brew install sake
  • via MacPorts

    sudo port install sake
  • via Arch

    pacman -S sake
  • via pkg

    pkg install sake
  • via Go

    go install github.com/alajmo/sake@latest

Building From Source

Requires go 1.19 or above.

  1. Clone the repo

  2. Build and run the executable

    make build && ./dist/sake