v0.1.0
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.0/install.ps1" -OutFile "$env:TEMP\lk-sim-install.ps1"
powershell -NoProfile -ExecutionPolicy Bypass -File "$env:TEMP\lk-sim-install.ps1" -VerifymacOS / Linux
curl -fsSL "https://github.com/quangdang46/livekit-agent-simulator/releases/download/v0.1.0/install.sh" | bash -s -- --verifyAssets
| 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: https://github.com/quangdang46/livekit-agent-simulator/commits/v0.1.0