Skip to content

v0.1.11

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 08:04
· 2 commits to main since this release

Install (user machine = download only)

CI ships portable packs (embedded Python + deps + report player).
Installers do not run uv/pip/build on your machine.

Windows PowerShell

irm "https://github.com/quangdang46/livekit-agent-simulator/releases/download/v0.1.11/install.ps1" -OutFile "$env:TEMP\lks-install.ps1"
powershell -NoProfile -ExecutionPolicy Bypass -File "$env:TEMP\lks-install.ps1" -Verify

macOS / Linux

curl -fsSL "https://github.com/quangdang46/livekit-agent-simulator/releases/download/v0.1.11/install.sh" | bash -s -- --verify

Assets

Asset Who
lks-windows-x64.zip Windows
lks-linux-x64.zip Linux
lks-macos-arm64.zip Apple Silicon
install.ps1 / install.sh one-shot installers
*.whl optional (devs)

Full Changelog: v0.1.10...v0.1.11