Skip to content
Download

Get Nyora on your device.

Free, open source, no ads. We picked the right build for you — or choose another platform below.

  • Open source
  • No tracking
  • No ads
  • Runtime bundled

Download
    Advanced users

    Read in your terminal

    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.

    • JavaScript nyora-sdk

      npm Node.js 18+

      Docs
      Install & launch the terminal reader
      npm install -g nyora-sdk && nyora-cli

      Relaunch any time with nyora-cli (aliased nyora).

    • Python nyora

      pip Python 3.10+

      Docs
      Install & launch the terminal reader
      pip3 install nyora && nyora-tui

      Relaunch any time with nyora-tui (or bare nyora-cli).

    Self-host

    Run your own Nyora

    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 hasan72341/nyora

      docker fully local · web + helper

      Repo
      Pull & run, then open 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.

    Built-in runtime — nothing else to install

    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.

    Build guide