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.
Install via Homebrew
You can now install Buttons with a singlebrew install command on macOS and Linux.New features
- Homebrew tap — run
brew install autonoco/tap/buttonsto install the latest release. The tap auto-publishes on every release, sobrew upgrade buttonsalways gets you the newest version. Supports macOS and Linux on both Intel and Apple Silicon. See installation.
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 withnpm install -g @autono/buttons,pnpm add -g @autono/buttons, orbun 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.