Skip to content

docs: add Homebrew and Scoop install instructions - #131

Merged
PaulAsjes merged 1 commit into
mainfrom
docs/readme-install
Aug 24, 2026
Merged

docs: add Homebrew and Scoop install instructions#131
PaulAsjes merged 1 commit into
mainfrom
docs/readme-install

Conversation

@PaulAsjes

Copy link
Copy Markdown
Collaborator

Homebrew and Scoop are the primary distribution channels, but the README only documented the shell and PowerShell installers. Adds both, listed first since they are what most users should reach for.

brew install elevenlabs/tap/elevenlabs           # macOS / Linux

scoop bucket add elevenlabs https://github.com/elevenlabs/scoop-bucket
scoop install elevenlabs                          # Windows

Also fixes two broken URLs

The existing shell and PowerShell commands pointed at elevenlabs-installer.sh / .ps1, but the release assets are elevenlabs-cli-installer.{sh,ps1} — the package is elevenlabs-cli and cargo-dist names artifacts after it. Both commands 404 as written.

Verified against v1.0.0-alpha.3's published assets and dist plan --tag=v1.0.0; the tap and bucket paths the new instructions rely on both exist (Formula/elevenlabs.rb, bucket/elevenlabs.json).

Note

releases/latest only resolves to non-prerelease releases, so the curl and irm commands stay 404 until v1.0.0 is tagged as a stable release — every release so far is a prerelease, and latest currently points at @elevenlabs/cli@0.5.6 (v0). The Homebrew and Scoop instructions work today. Nothing to change here; the tag fixes it.

README.md is in .fernignore, so this survives regeneration.

Homebrew and Scoop are the primary distribution channels but the README only
documented the shell and PowerShell installers. Both are listed first, since
they are what most users should reach for.

Also corrects the two installer filenames. They read elevenlabs-installer.sh
and .ps1, but the release assets are elevenlabs-cli-installer.{sh,ps1} — the
package is elevenlabs-cli and cargo-dist names artifacts after it. Verified
against v1.0.0-alpha.3's assets and `dist plan --tag=v1.0.0`, so both curl and
irm commands were 404ing as written.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@PaulAsjes
PaulAsjes merged commit c177057 into main Aug 24, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants