Skip to content

v0.1.1

Choose a tag to compare

@quangdang46 quangdang46 released this 13 Jul 05:56

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.1/install.ps1" -OutFile "$env:TEMP\lk-sim-install.ps1"
powershell -NoProfile -ExecutionPolicy Bypass -File "$env:TEMP\lk-sim-install.ps1" -Verify

macOS / Linux

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

Assets

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

Full Changelog: v0.1.0...v0.1.1