docs: add Homebrew and Scoop install instructions - #131
Merged
Conversation
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>
PennyroyalTea
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Also fixes two broken URLs
The existing shell and PowerShell commands pointed at
elevenlabs-installer.sh/.ps1, but the release assets areelevenlabs-cli-installer.{sh,ps1}— the package iselevenlabs-cliand 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/latestonly 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, andlatestcurrently points at@elevenlabs/cli@0.5.6(v0). The Homebrew and Scoop instructions work today. Nothing to change here; the tag fixes it.README.mdis in.fernignore, so this survives regeneration.