Skip to content

URH PentHertz v0.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 22:22
v0.0.2
0a6fe54

URH Multi-Distro / Multi-Architecture Packages

Version: 0.0.2
Build Date: 20260710
Commit: 0a6fe54

📦 Packages

Built for Ubuntu 24.04 (noble) and Ubuntu 26.04 (resolute), each in
three architectures. Pick the file matching your Ubuntu release (~noble or
~resolute) and CPU:

  • urh-penthertz_amd64_*~<codename>.deb - AMD64/x86_64
  • urh-penthertz_arm64_*~<codename>.deb - ARM64/aarch64
  • urh-penthertz_riscv64_*~<codename>.deb - RISC-V 64-bit

🚀 Quick Download

# Example: AMD64 on Ubuntu 24.04 (noble). For 26.04 use ~resolute,
# and swap amd64 for arm64/riscv64 as needed.
wget https://github.com/PentHertz/urh-ng/releases/download/v0.0.2/urh-penthertz_amd64_0.0.2+git20260710.0a6fe54~noble.deb

# Install
sudo dpkg -i urh-penthertz_*.deb
sudo apt-get install -f

# Run
urh

💡 Permanent Download URL

This release always uses the tag v0.0.2 for easy downloading.
Just update the date+commit in the filename to get the latest build:

# URL pattern (only date+commit changes between builds):
https://github.com/PentHertz/urh-ng/releases/download/v0.0.2/urh-penthertz_ARCH_VERSION.deb

✨ Features

  • Native SDR Support: RTL-SDR, HackRF, AirSpy, PlutoSDR, LimeSDR, BladeRF, USRP, FUNcube Dongle, HydraSDR, Harogic
  • Cython Extensions: Optimized signal processing
  • Complete GUI: PyQt6 interface (system packages, pulled in via Depends)
  • Self-contained: All Python dependencies in venv

📋 System Requirements

  • Ubuntu 24.04 (noble) or 26.04 (resolute), or a compatible Debian-based system
  • Qt6 runtime libraries and python3-pyqt6 (auto-installed via Depends)

🔍 Verification

# Download checksums
wget https://github.com/PentHertz/urh-ng/releases/download/v0.0.2/SHA256SUMS

# Verify
sha256sum -c SHA256SUMS

📚 Documentation