Skip to content

Audiobook Reader v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 02:10
· 2 commits to main since this release
9de9436

Install

Anything (no root, no package manager)

chmod +x audiobook-reader-*.AppImage
./audiobook-reader-*.AppImage

Debian / Ubuntu

sudo dpkg -i audiobook-reader_*_amd64.deb
sudo apt -f install    # if dependencies are missing

Tarball

tar xzf audiobook-reader-*-linux-x64.tar.gz
./audiobook-reader/audiobook_reader

Optional 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 AI

For 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

Full Changelog: https://github.com/Developer1010x/audiobook-reader/commits/v1.0.0