Installation guidelines
Section titled “Installation guidelines”Requirements: Android 7.0 (Nougat) or later.
To install the app, follow these steps:
- Open the NAHPU listing on Google Play.
- Tap Install and wait for the download to finish.
- Once installed, you can find the app in your app drawer or home screen.
Requirements:
- iOS 15.6 or later
- iPadOS 15.6 or later
- macOS 12.4 or later (supports arm64 and x86_64)
Apple requires beta testers to use Apple TestFlight.
Device support:
- The list of oldest supported macOS devices can be found on Apple Support.
- Device support for iOS and iPadOS can be found on iosref.
To install the app, follow these steps:
- Download and install the TestFlight app from the App Store on your iPhone, iPad, or Mac.
- Open this link on the device where you installed TestFlight: install NAHPU.
- Follow the TestFlight instructions to install NAHPU, then open it from your home screen or Applications folder.
Requirements: an x86_64 distribution with GLIBC 2.35 or later. Ubuntu 22.04, Debian 12, Fedora 36, and RHEL or Rocky Linux 9 and later all meet this.
Download the package.
Terminal window curl -LO https://github.com/nahpu/nahpu/releases/latest/download/nahpu-Linux-x86_64.debInstall it.
aptpulls in the libraries NAHPU needs, includingffmpegandpulseaudio-utilsfor audio recording.Terminal window sudo apt install ./nahpu-Linux-x86_64.debOpen NAHPU from your application menu, or run
nahpuin a terminal.
These steps cover Fedora, RHEL, Rocky Linux, AlmaLinux, and other RHEL rebuilds.
NAHPU signs its RPM packages. Import the signing key once, before your first install:
sudo rpm --import https://nahpu.app/nahpu.ascThe key fingerprint is 6D60 D3B0 D903 58AC 418A 886E 4A7A 5114 7237 7563, also published at nahpu.app/nahpu-fingerprint.txt.
Download the package.
Terminal window curl -LO https://github.com/nahpu/nahpu/releases/latest/download/nahpu-Linux-x86_64.rpmCheck the signature. The output ends with
digests signatures OKwhen the package is intact.Terminal window rpm -K nahpu-Linux-x86_64.rpmInstall it.
Terminal window sudo dnf install ./nahpu-Linux-x86_64.rpmOpen NAHPU from your application menu, or run
nahpuin a terminal.
Audio recording needs ffmpeg, which Fedora packages as ffmpeg-free. dnf installs it along with pulseaudio-utils when they are available; if recording does not work, install them yourself with sudo dnf install ffmpeg-free pulseaudio-utils.
Use the portable archive on distributions without .deb or .rpm packages, such as Arch Linux, openSUSE, and NixOS, or when you cannot install system packages.
Download the archive.
Terminal window curl -LO https://github.com/nahpu/nahpu/releases/latest/download/nahpu-Linux-x86_64.tar.gzExtract it into a folder on your computer.
Terminal window tar -xzf nahpu-Linux-x86_64.tar.gzInstall the runtime dependencies. The archive carries no dependency information, so your package manager cannot do this for you. NAHPU needs the GTK 3 runtime, which most desktops already provide, plus
ffmpegand the PulseAudio command-line utilities for audio recording.Terminal window # Arch Linuxsudo pacman -S --needed gtk3 ffmpeg libpulse# openSUSE, where ffmpeg comes from the Packman repositorysudo zypper install libgtk-3-0 pulseaudio-utils ffmpegOn NixOS the archive needs an FHS environment, for example
nix-shell -p steam-run --run "steam-run ./nahpu".Run the
nahpuexecutable inside the extracted folder.
If NAHPU does not start, ask the loader what is missing. Run this from inside the extracted folder:
ldd nahpu | grep "not found"Each line names a library NAHPU cannot load. Install the package your distribution ships it in, then try again. The command prints nothing when every dependency is satisfied.
Requirements: Windows 10 version 1809 (build 17763) or later (x64).
To install the app, follow these steps:
- Select the badge above to download the NAHPU installer from Microsoft, or search for NAHPU in the Microsoft Store app.
- Open the downloaded installer, or select Get in the Microsoft Store app, and wait for the installation to finish.
- Open NAHPU from the Start menu.