Skip to content

v1.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Apr 15:25

Download Options

Package Description
birda-linux-x64-v1.8.1.tar.gz Linux CPU-only
birda-windows-x64-v1.8.1.zip Windows CPU-only
birda-macos-arm64-v1.8.1-signed.tar.gz macOS Apple Silicon (Signed & Notarized)
birda-linux-x64-cuda-v1.8.1.tar.gz Linux with GPU support (bundled CUDA)
birda-windows-x64-cuda-v1.8.1.zip Windows with GPU support (bundled CUDA)
birda-windows-x64-cuda-v1.8.1-setup.exe Windows GPU installer (adds to PATH)
birda-linux-x64-embed-v1.8.1.tar.gz Linux embeddable (CLI + ONNX Runtime CPU)
birda-windows-x64-embed-v1.8.1.zip Windows embeddable (CLI + ONNX Runtime CPU)
birda-macos-arm64-embed-v1.8.1.tar.gz macOS embeddable (Signed, CLI + ONNX Runtime CPU)
birda-linux-x64-bin-v1.8.1.tar.gz Linux binary-only (for updates)
birda-linux-x64-cuda-bin-v1.8.1.tar.gz Linux CUDA binary-only (for updates)
birda-windows-x64-bin-v1.8.1.zip Windows binary-only (for updates)
birda-windows-x64-cuda-bin-v1.8.1.zip Windows CUDA binary-only (for updates)
birda-macos-arm64-bin-v1.8.1.tar.gz macOS binary-only (for updates)
birda-cuda-libs-linux-x64-v1.8.1.tar.gz Linux CUDA libraries only
birda-cuda-libs-windows-x64-v1.8.1.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:

  1. Download TensorRT for CUDA 12.x from NVIDIA TensorRT
  2. Copy the TensorRT DLLs/libs to the birda installation directory
  3. Run with --tensorrt flag

See THIRD_PARTY_LICENSES.txt for bundled library licenses.

What's Changed

  • chore: update third-party licenses by @github-actions[bot] in #205

Full Changelog: v1...v1.8.1