v1.8.0
Download Options
| Package | Description |
|---|---|
birda-linux-x64-v1.8.0.tar.gz |
Linux CPU-only |
birda-windows-x64-v1.8.0.zip |
Windows CPU-only |
birda-macos-arm64-v1.8.0-signed.tar.gz |
macOS Apple Silicon (Signed & Notarized) |
birda-linux-x64-cuda-v1.8.0.tar.gz |
Linux with GPU support (bundled CUDA) |
birda-windows-x64-cuda-v1.8.0.zip |
Windows with GPU support (bundled CUDA) |
birda-windows-x64-cuda-v1.8.0-setup.exe |
Windows GPU installer (adds to PATH) |
birda-linux-x64-embed-v1.8.0.tar.gz |
Linux embeddable (CLI + ONNX Runtime CPU) |
birda-windows-x64-embed-v1.8.0.zip |
Windows embeddable (CLI + ONNX Runtime CPU) |
birda-macos-arm64-embed-v1.8.0.tar.gz |
macOS embeddable (Signed, CLI + ONNX Runtime CPU) |
birda-cuda-libs-linux-x64-v1.8.0.tar.gz |
Linux CUDA libraries only |
birda-cuda-libs-windows-x64-v1.8.0.zip |
Windows CUDA libraries only |
manifest.json |
Version manifest for GUI integration |
macOS Installation
Extract the tar.gz and copy birda to your PATH. The binary is signed and notarized by Apple with hardened runtime enabled - no Gatekeeper warnings.
GPU Builds
GPU builds include bundled ONNX Runtime, CUDA, and cuDNN libraries - no separate installation required.
Windows Installer: Use the -setup.exe for automatic installation with optional PATH configuration.
Portable: Extract ZIP/tar.gz and run birda directly.
Requirements: NVIDIA GPU with CUDA compute capability 5.0+
TensorRT Support (Optional)
For maximum GPU performance (~2x speedup over CUDA), install TensorRT separately:
- Download TensorRT for CUDA 12.x from NVIDIA TensorRT
- Copy the TensorRT DLLs/libs to the birda installation directory
- Run with
--tensorrtflag
See THIRD_PARTY_LICENSES.txt for bundled library licenses.
What's Changed
- deps: bump quinn-proto from 0.11.13 to 0.11.14 by @dependabot[bot] in #169
- deps: bump lz4_flex from 0.12.0 to 0.12.1 by @dependabot[bot] in #173
- deps: bump rustls-webpki from 0.103.9 to 0.103.10 by @dependabot[bot] in #177
- deps: bump toml from 1.0.4+spec-1.1.0 to 1.1.2+spec-1.1.0 by @dependabot[bot] in #188
- deps: bump clap from 4.5.60 to 4.6.0 by @dependabot[bot] in #175
- deps: bump tracing-subscriber from 0.3.22 to 0.3.23 by @dependabot[bot] in #174
- deps: bump assert_cmd from 2.1.2 to 2.2.0 by @dependabot[bot] in #172
- deps: bump tempfile from 3.26.0 to 3.27.0 by @dependabot[bot] in #171
- deps: bump arrow from 58.0.0 to 58.1.0 by @dependabot[bot] in #179
- deps: bump parquet from 58.0.0 to 58.1.0 by @dependabot[bot] in #178
- [codex] Add AGENTS.md symlink by @maciej in #183
- [codex] Fail fast when ONNX Runtime is missing by @maciej in #185
- fix(ci): update bundled ONNX Runtime to 1.24.2 by @tphakala in #194
- deps: bump rubato 2.0, audioadapter-buffers 3.0, reqwest 0.13 by @tphakala in #195
- chore: update third-party licenses by @github-actions[bot] in #197
- feat: cross-model range filtering for perch-v2 by @tphakala in #198
- fix: negative coords parsing and cross-model range filter by @tphakala in #201
New Contributors
Full Changelog: v1...v1.8.0