wfview v2.23
wfview v2.23
| Field | Value |
|---|---|
| Commit | dcd2c49b |
| Built | 20260622T115040Z |
Commit message: Kenwood TS-890 RTP audio thread shutdown fix.
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 libfuse2