Installation¶
Web App (no install)¶
The fastest way to use HYRR: exoma-ch.github.io/hyrr
Everything runs in your browser — no Python, no install, no data upload.
Desktop App (offline)¶
For air-gapped machines or offline use, download the native desktop app from GitHub Releases:
| Platform | Artifact |
|---|---|
| Windows 10+ | .msi installer or .exe (NSIS) |
| macOS 10.15+ (Apple Silicon) | .dmg |
| macOS 10.15+ (Intel) | .dmg |
| Ubuntu 22.04+ | .deb or .AppImage |
All nuclear data (~68 MB Parquet) is bundled — no internet connection required after install. Installer size ~15 MB.
Python Package¶
From source¶
Nuclear Data¶
HYRR uses the nucl-parquet data package, included as a git submodule. The data is resolved in this order:
--data-dirCLI argumentHYRR_DATAenvironment variable../nucl-parquetsibling directory (submodule)~/.hyrr/nucl-parquetfallback
To download data manually:
The default library is tendl-2024. Override with --library or HYRR_LIBRARY env var.