v2.35.0 — linux-arm64
Community-built standalone binary of audiobookshelf v2.35.0 for bare-metal self-hosting — no Docker required.
Unofficial. Not affiliated with advplyr/audiobookshelf. Built from upstream source via GitHub Actions; new audiobookshelf releases are picked up and rebuilt automatically.
Quick install (recommended)
curl -sS https://abhinandval.github.io/audiobookshelf-binary/install.sh | shDetects your platform, checks ffmpeg (>= 5.1), verifies the download checksum, installs to ~/.local/share/audiobookshelf/, adds an audiobookshelf command in ~/.local/bin, and stores data in ~/.audiobookshelf. Edit ~/.audiobookshelf/.env to override PORT, HOST, paths, etc. — it survives upgrades.
Targets
| Target | Min glibc | File |
|---|---|---|
| linux-arm64 | 2.31 (Debian Bullseye / Raspberry Pi OS Bullseye / Ubuntu 20.04+) | audiobookshelf-v2.35.0-linux-arm64.tar.gz |
Upstream commit pinned by tag.
Manual install
The tarball is binary-only; download the launcher separately:
curl -LO https://github.com/abhinandval/audiobookshelf-binary/releases/download/v2.35.0/audiobookshelf-v2.35.0-linux-arm64.tar.gz
curl -LO https://github.com/abhinandval/audiobookshelf-binary/releases/download/v2.35.0/audiobookshelf-v2.35.0-linux-arm64.tar.gz.sha256
sha256sum -c audiobookshelf-v2.35.0-linux-arm64.tar.gz.sha256
tar -xzf audiobookshelf-v2.35.0-linux-arm64.tar.gz
cd audiobookshelf-v2.35.0-linux-arm64
curl -LO https://abhinandval.github.io/audiobookshelf-binary/scripts/start.sh
chmod +x start.sh
./start.shPrerequisites
- ffmpeg (>= 5.1) must be installed and on
PATH. The binary does not bundle it.- Debian / Ubuntu / Raspberry Pi OS:
sudo apt install ffmpeg
- Debian / Ubuntu / Raspberry Pi OS:
Reporting
- App bugs (library scan, UI, metadata, etc.): file at advplyr/audiobookshelf
- Packaging bugs (binary won't start, glibc mismatch, missing files): file here