Install
Anything (no root, no package manager)
chmod +x audiobook-reader-*.AppImage
./audiobook-reader-*.AppImageDebian / Ubuntu
sudo dpkg -i audiobook-reader_*_amd64.deb
sudo apt -f install # if dependencies are missingTarball
tar xzf audiobook-reader-*-linux-x64.tar.gz
./audiobook-reader/audiobook_readerOptional extras
The app works without these and tells you what is missing when a
feature needs one.
sudo apt install tesseract-ocr # scanned pages
sudo apt install speech-dispatcher speech-dispatcher-espeak-ng
curl -fsSL https://ollama.com/install.sh | sh # local AIFor a neural voice rather than the robotic system one, install Piper
and a voice — the app shows the exact commands in Settings.
What's Changed
- Target Linux only, fix an audio queue race, and prep the store listing by @Developer1010x in #1
New Contributors
- @Developer1010x made their first contribution in #1
Full Changelog: https://github.com/Developer1010x/audiobook-reader/commits/v1.0.0