Choose your platform
Pick the build that matches your device — every download links to the latest GitHub release.
Free, open source, no ads. We picked the right build for you — or choose another platform below.
Pick the build that matches your device — every download links to the latest GitHub release.
Pick your platform to see every download, the install steps and older versions — you always get the latest release. Prefer to build it yourself? See the build guide.
Prefer the command line? Nyora ships SDKs for JavaScript and Python — thin cloud clients over the Nyora helper (~960 sources) — each with an interactive terminal reader (TUI): browse, search and page through chapters, sign in and sync your library, without leaving the shell.
npm install -g nyora-sdk && nyora-cli Relaunch any time with nyora-cli (aliased nyora).
pip3 install nyora && nyora-tui Relaunch any time with nyora-tui (or bare nyora-cli).
Own the whole stack. The Docker image bundles the web reader and the
parser helper in one container — every source is parsed on your own
machine, nothing hits the cloud. One command and you're reading at
localhost:8080.
docker run -d -p 8080:8080 -v nyora-data:/data hasan72341/nyora Or docker compose up from the nyora-docker repo for the full stack (with the Cloudflare solver). Image on Docker Hub.
Android, Windows, macOS and Linux ship ready-to-run builds, and the desktop apps bundle their own Java runtime. On Linux the one-line installer auto-detects your distro and CPU. iOS/iPadOS is a native Swift build delivered as a sideload IPA (iOS/iPadOS 17+). Every platform can also be compiled yourself via the build guide.