sag
| Version | 2026.144.1443 |
| Repo | superproject |
ElevenLabs text-to-speech CLI
Installs the sag ElevenLabs text-to-speech CLI by go-installing
github.com/steipete/sag into the user’s GOPATH bin (~/go/bin) and
appending that directory to PATH, so sag is invokable by the
container user. On Fedora the alsa-lib-devel headers are pulled in
for the cgo audio backend. The install is verifiable by the binary’s
presence and its resolution on PATH.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
run |
command=go install github.com/steipete/sag/cmd/sag@latest go clean -cache |
check |
the sag binary is present in the user’s Go bin directory |
check |
the sag command resolves on PATH from the Go bin directory |
check |
the Fedora alsa development headers for sag’s cgo audio backend are installed |