| Port details |
- elevenlabs-cli Command-line interface for the ElevenLabs platform
- 1.2.0 audio
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2026-09-08 13:51:26
- Last Update: 2026-09-08 13:50:08
- Commit Hash: 9e87cf4
- License: MIT
- WWW:
- https://github.com/elevenlabs/cli
- Description:
- Command-line interface for the ElevenLabs platform, covering the full API
surface: text-to-speech, speech-to-text, speech-to-speech, dubbing, sound
effects, music generation and voice library management.
It also provides agents-as-code support for Conversational AI: agent, tool
and test definitions are kept as local configuration files and synchronized
with the workspace using push and pull.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- elevenlabs-cli>0:audio/elevenlabs-cli
- To install the port:
- cd /usr/ports/audio/elevenlabs-cli/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/elevenlabs-cli
- pkg install elevenlabs-cli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: elevenlabs-cli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1788779530
SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa
SIZE (rust/crates/adler2-2.0.1.crate) = 13366
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.98.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libdbus-1.so : devel/dbus
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for elevenlabs-cli-1.2.0:
COMPLETIONS=off: Install shell completion scripts (large)
===> Use 'make config' to modify these settings
- Options name:
- audio_elevenlabs-cli
- USES:
- cargo pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.2.0 08 Sep 2026 13:50:08
    |
Jimmy Olgeni (olgeni)  |
audio/elevenlabs-cli: New port: Command-line interface for the ElevenLabs
platform
The keyring crate's "vendored" feature makes libdbus-sys build a bundled
copy of D-Bus; files/patch-Cargo.toml drops it so the system library is
used instead. OPENSSL_NO_VENDOR does the same for openssl-sys.
The CLI exposes the whole ElevenLabs API as subcommands, so the generated
shell completions are about 6MB. They are gated behind a default-off
COMPLETIONS option; the man page is always installed. |
Number of commits found: 1
|