Download Options
| Package | Description |
|---|---|
birda-linux-x64-v1.7.0.tar.gz |
Linux CPU-only |
birda-windows-x64-v1.7.0.zip |
Windows CPU-only |
birda-macos-arm64-v1.7.0-signed.tar.gz |
macOS Apple Silicon (Signed & Notarized) |
birda-linux-x64-cuda-v1.7.0.tar.gz |
Linux with GPU support (bundled CUDA) |
birda-windows-x64-cuda-v1.7.0.zip |
Windows with GPU support (bundled CUDA) |
birda-windows-x64-cuda-v1.7.0-setup.exe |
Windows GPU installer (adds to PATH) |
birda-linux-x64-embed-v1.7.0.tar.gz |
Linux embeddable (CLI + ONNX Runtime CPU) |
birda-windows-x64-embed-v1.7.0.zip |
Windows embeddable (CLI + ONNX Runtime CPU) |
birda-macos-arm64-embed-v1.7.0.tar.gz |
macOS embeddable (Signed, CLI + ONNX Runtime CPU) |
birda-cuda-libs-linux-x64-v1.7.0.tar.gz |
Linux CUDA libraries only |
birda-cuda-libs-windows-x64-v1.7.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 toml from 1.0.1+spec-1.1.0 to 1.0.3+spec-1.1.0 by @dependabot[bot] in #141
- deps: bump clap from 4.5.58 to 4.5.59 by @dependabot[bot] in #140
- deps: bump ctrlc from 3.5.1 to 3.5.2 by @dependabot[bot] in #139
- ci: bump apple-actions/import-codesign-certs from 3 to 6 by @dependabot[bot] in #138
- chore: update third-party licenses by @github-actions[bot] in #136
- deps: bump clap from 4.5.59 to 4.5.60 by @dependabot[bot] in #148
- deps: bump chrono from 0.4.43 to 0.4.44 by @dependabot[bot] in #147
- deps: bump serial_test from 3.3.1 to 3.4.0 by @dependabot[bot] in #145
- deps: bump parquet from 57.3.0 to 58.0.0 by @dependabot[bot] in #146
- deps: bump arrow from 57.3.0 to 58.0.0 by @dependabot[bot] in #144
- chore: update third-party licenses by @github-actions[bot] in #154
- deps: update transitive dependencies by @tphakala in #156
- chore: update third-party licenses by @github-actions[bot] in #155
- chore: update third-party licenses by @github-actions[bot] in #158
- feat: add models remove command by @tphakala in #160
- feat: complete model management CLI commands (closes #159) by @tphakala in #161
- feat: add embeddable CLI artifacts and manifest for GUI bundling by @tphakala in #162
Full Changelog: v1...v1.7.0