Skip to main content
Install via Homebrew

Install via Homebrew

You can now install Buttons with a single brew install command on macOS and Linux.

New features

  • Homebrew tap — run brew install autonoco/tap/buttons to install the latest release. The tap auto-publishes on every release, so brew upgrade buttons always gets you the newest version. Supports macOS and Linux on both Intel and Apple Silicon. See installation.
Install via npm, pnpm, or bun

Install via npm, pnpm, or bun

You can now install Buttons from the npm registry using your preferred JavaScript package manager.

New features

  • npm distribution — Buttons is now published to the npm registry as @autono/buttons. Install globally with npm install -g @autono/buttons, pnpm add -g @autono/buttons, or bun add -g @autono/buttons. The package includes pre-built binaries for macOS and Linux (x64 and arm64), so there’s nothing to compile. See installation.
  • SLSA provenance on every publish — each npm release ships with a SLSA provenance attestation that links the published package back to the exact GitHub Actions workflow run that built it. You can verify package integrity with npm audit signatures.