Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.buttons.sh/llms.txt

Use this file to discover all available pages before exploring further.

2026-04-13
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.
2026-04-13
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.