Getting started
Pick your platform below. Pre-built binaries are published to each build's GitHub Releases page. Prefer to compile it yourself? The build-from-source guide covers every target.
Android & Android tablets
- Download the latest
Nyora.apkfrom the releases page. - On your device, allow installs from your browser / file manager when prompted.
- Open the APK to install. Nyora supports Android 6.0+ and adapts to phones and tablets.
Windows
Download Nyora-Windows-x64.exe (for x64 CPUs) or Nyora-Windows-arm64.exe (for ARM64) and run it. Java is bundled, so no separate runtime install is needed. 32-bit Windows is not supported.
macOS
Easiest — Homebrew (installs without the Gatekeeper prompt):
brew tap Hasan72341/nyora
brew trust hasan72341/nyora
brew install --cask --no-quarantine nyora Or download the .dmg and drag Nyora to Applications. The app is ad-hoc signed (not notarised yet), so macOS asks you to allow it once on first launch:
- macOS Sonoma and earlier: right-click the app → Open → Open.
- macOS Sequoia (15): double-click it, then go to System Settings → Privacy & Security and click Open Anyway.
- Or, from Terminal (clears the download quarantine in one go):
xattr -dr com.apple.quarantine /Applications/Nyora.app
After allowing it once, it opens normally every time. Apple Silicon only for now (the build bundles an arm64 runtime).
Linux
One-line install (auto-detects your distro and CPU):
curl -fsSL https://raw.githubusercontent.com/Hasan72341/nyora-linux/main/install.sh | bash Or install a package manually:
- Debian / Ubuntu:
sudo apt install ./Nyora-linux-x86_64.deb - Fedora / RHEL:
sudo dnf install ./Nyora-linux-x86_64.rpm - Any distro (portable):
tar -xzf Nyora-linux-x86_64-portable.tar.gz && cd nyora && ./bin/Nyora
A Java runtime is bundled, so no separate JRE is needed. Builds are available for x86_64 and ARM64.
iOS & iPadOS
The iOS / iPadOS app is a native Swift app. Grab the
Nyora-iOS-1.0.ipa from releases
and install it via AltStore or Sideloadly, which will re-sign the IPA with your Apple ID. Requires iOS / iPadOS 17+.
Web
Nothing to install — just open nyoraweb.pages.dev in any browser to read. Sign in with Google to sync your library with your other devices. You can also add it to your home screen as a PWA for an app-like experience.