-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
natural edited this page Sep 2, 2026
·
1 revision
- Python 3.10 or newer
-
tkinterfor the GUI (usually pre-installed; see below if missing) - No other runtime dependencies
pip install natbench
natbench --help
natbench-gui # opens the graphical interfaceDownload from Releases:
| File | Platform |
|---|---|
natbench-linux-x86_64 |
Linux (x86-64) |
natbench-gui-linux-x86_64 |
Linux GUI |
natbench-windows-x86_64.exe |
Windows |
natbench-gui-windows-x86_64.exe |
Windows GUI |
natbench-macos-arm64 |
macOS (Apple Silicon) |
Make executable and run:
chmod +x natbench-linux-x86_64
./natbench-linux-x86_64 --top 5git clone https://github.com/natural78/natbench.git
cd natbench
pip install -e .
natbench --top 5If natbench-gui exits with a tkinter error:
| Distro | Command |
|---|---|
| Arch / CachyOS | sudo pacman -S tk |
| Debian / Ubuntu | sudo apt install python3-tk |
| Fedora | sudo dnf install python3-tkinter |
| macOS (Homebrew) | brew install python-tk |
natbench --version
# NatBench 1.1.0User settings are stored in ~/.config/natbench/settings.json.
History from the last run: ~/.config/natbench/history.json.