Skip to content

Releases: bcardi0427/birdnet-go-aianalyzer

AI Analyzer LXC Latest

19 May 19:25

Choose a tag to compare

Latest release binaries and packaged archives for the AI Analyzer.

For Proxmox LXC upgrades and Raspberry Pi, run the update script inside your terminal:

curl -fsSL https://raw.githubusercontent.com/bcardi0427/birdnet-go-aianalyzer/aianalyzer/main/scripts/install-aianalyzer-lxc.sh -o install-aianalyzer-lxc.sh
bash ./install-aianalyzer-lxc.sh

nightly-20260511-414

01 Jun 21:09

Choose a tag to compare

fix(ci): use glob path for macOS ONNX Runtime dylib copy

BSD tar on macOS runners does not strip the nested directory with
--strip-components=1 the same way GNU tar does. Skip stripping for
darwin and use a glob pattern to find the dylib inside the versioned
directory name.