A k9s-style terminal UI for LiveKit.
go install github.com/beelis/lk9s/cmd/lk9s@latestOr build from source:
git clone https://github.com/beelis/lk9s.git
cd lk9s
make build
# binary written to bin/lk9sCreate ~/.lk9s.yaml with one or more contexts:
contexts:
- name: dev
url: https://dev.livekit.example.com
api-key: devkey
api-secret: devsecret
- name: prod
url: https://prod.livekit.example.com
api-key: prodkey
api-secret: prodsecretlk9s # interactive context selection
lk9s -context prod # connect directly
- Search/filter rows by typing
- Status bar with counts and last-refresh time
- Switch context without restarting (
cto reopen picker)