macOS
brew install livekit-clilocal Homebrew formula metadata
brew
Command-line interface to LiveKit. Version 2.16.7 via Homebrew; verified 2026-06-27.
install
brew install livekit-clilocal Homebrew formula metadata
nix profile install nixpkgs#livekit-clinixpkgs package indexes · pkgs/by-name/li/livekit-cli/package.nix · source: api.github.com
winget install --id LiveKit.LiveKitCLI -eWindows Package Manager source index · LiveKit.LiveKitCLI · source: cdn.winget.microsoft.com
overview
Command-line interface to LiveKit
history
LiveKit CLI is the terminal interface for LiveKit projects. It packages common developer and operator workflows around LiveKit Cloud, self-hosted LiveKit servers, access tokens, rooms, egress, load testing, app templates, and agents.
The livekit/livekit-cli repository was created on May 10, 2021, shortly before LiveKit's public launch in July 2021. The CLI grew alongside LiveKit's open source SFU and SDK ecosystem as the project moved from realtime audio/video infrastructure toward a broader agent and voice-AI platform.
LiveKit documentation describes the CLI, invoked as lk, as the primary interface for managing LiveKit Cloud projects, creating applications from templates, and deploying agents. The GitHub README also documents older core workflows such as token generation, room APIs, egress management, participant simulation, and load testing.
The CLI's adoption follows LiveKit's developer adoption rather than a separate ecosystem. As LiveKit became a self-hostable and managed realtime stack, the CLI became the practical bridge between package-manager installation and day-to-day project setup.
By June 2024, LiveKit said its platform was used by more than 20,000 developers; the CLI sits in that workflow as a setup and management tool for both cloud projects and local/self-hosted testing.
Developers install LiveKit CLI with Homebrew, a shell installer, winget, or source builds. The documented precedence order for command parameters is command-line flags, environment variables, local configuration files such as ./livekit.toml, and then default project configuration.
The CLI can create access tokens, call LiveKit APIs, join rooms as a participant, publish demo media, start and manage egresses, run load tests, create app templates, authenticate to LiveKit Cloud, and deploy agents.
livekit-cli is a good example of a modern infrastructure CLI that is both a package-manager binary and a cloud control surface. Its aliases and package names matter because users may invoke either livekit-cli or lk depending on installation path and documentation vintage.
For package maintainers, it combines typical Go CLI distribution with multimedia build considerations: the README notes audio and console subsystem dependencies around CGO, PortAudio, and WebRTC audio processing for source builds.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./livekit.tomlCredential-bearing paths to review before unattended agent runs.
./livekit.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
livekit-cli | cli | global executable | |
lk | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/livekit/livekit-cli
install metadata
| Package key | brew:livekit-cli |
|---|---|
| Version | 2.16.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/livekit-cli |
| Homepage | https://livekit.io |
| Repository | https://github.com/livekit/livekit-cli |
| Upstream docs | https://docs.livekit.io/reference/developer-tools/livekit-cli |
| License | Apache-2.0 |
| Source archive | https://github.com/livekit/livekit-cli/archive/refs/tags/v2.16.7.tar.gz |
| Last updated | 2026-06-27T19:43:44Z |
| Pulse | updated |
| Dependencies | portaudio |
| Build dependencies | go, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | livekit-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
livekit-cli
nix profile install nixpkgs#livekit-cliLiveKit.LiveKitCLI
winget install --id LiveKit.LiveKitCLI -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.