wfview v2.24
| Field | Value |
|---|---|
| Commit | 656862c2 |
| Built | 20260625T210551Z |
Commit message: Use numeric Windows version from tags
Windows (x64 / Qt6)
| Field | Value |
|---|---|
| Architecture | x64 Windows Binary |
| Framework | Qt 6.8.1 |
| Compatibility | Windows 7 x64 and newer |
Install: Download wfview-windows-x64-setup.exe, run it and follow the prompts.
Windows (x86 / Qt5)
| Field | Value |
|---|---|
| Architecture | x86 Windows Binary |
| Framework | Qt 5.15.2 |
| Compatibility | Windows XP and newer |
Install: Download wfview-windows-x86-setup.exe, run it and follow the prompts.
macOS (Universal Binary / Qt6)
| Field | Value |
|---|---|
| Architecture | Universal Binary (Intel + Apple Silicon) |
| Framework | Qt 6.8.1 |
| Compatibility | macOS 12 (Monterey) and newer |
Install: Download wfview-macos.dmg, open it, and drag wfview to your Applications folder.
Linux (AppImage / Qt5)
| Field | Value |
|---|---|
| Architecture | x86_64 |
| Target OS | Linux (glibc 2.35+, Ubuntu 22.04 and newer) |
| Framework | Qt 5 |
Install instructions:
Run either the user install or the system-wide install — not both.
cd ~/Downloads
chmod +x wfview-linux-installer.sh
# User install (to ~/.local):
./wfview-linux-installer.sh
# --- OR ---
# System-wide install (to /usr/local):
sudo ./wfview-linux-installer.shUser install notes:
- The AppImage binary is placed in
~/.local/bin/wfview - Rig files go to
~/.local/share/wfview/rigs/ - If existing rig files are found, a timestamped
.tgzbackup is created before replacement - Ensure
~/.local/binis in yourPATH
System-wide install notes:
- The AppImage binary is placed in
/usr/local/bin/wfview - Rig files go to
/usr/local/share/wfview/rigs/ - Existing rig files in the system location are left as-is (not backed up)
Requirements: FUSE must be available to run AppImages. On Ubuntu/Debian:
sudo apt install libfuse2Linux ARM64 (AppImage / Qt5)
| Field | Value |
|---|---|
| Architecture | arm64 / aarch64 |
| Target OS | Raspberry Pi OS Bookworm 64-bit and newer |
| Framework | Qt 5 |
Install: Download wfview-linux-arm64-bookworm.AppImage, make it executable, and run it:
chmod +x wfview-linux-arm64-bookworm.AppImage
./wfview-linux-arm64-bookworm.AppImage