RigPlane
Compare · wfview vs RigPlane Pro

wfview alternative.

An honest comparison of two ways to drive a networked ham transceiver from a desk computer.

wfview is a capable open-source Qt client for modern Icom, Kenwood, and Yaesu transceivers, developed by an active volunteer team and licensed under the GNU GPLv3. It works, it is free, and it has a real community behind it. It already includes low-latency network audio, a CW sender, and USB controller support including the Icom RC-28.

RigPlane Pro is a packaged commercial desktop app built on the rigplane-core Python library (MIT-licensed open core on PyPI). The Pro wrapper ships a signed installer for macOS, Linux, and Windows, and the engine's radio scope is multi-vendor by design — Icom, Yaesu, Xiegu, and Lab599.

Both products solve overlapping jobs. The right choice depends on which constraints you care about — license model, packaging, embeddable library access, vendor scope, and support model.

wfview

When wfview is the right choice

wfview is the better fit when these things matter to you:

  • You need or prefer fully GPL-licensed software you can read, fork, and modify end-to-end.
  • You run primarily on Linux (including Raspberry Pi) where Qt is a first-class citizen and self-built binaries are normal.
  • Your radios are Icom or Kenwood (wfview's deepest support surface) or a supported Yaesu model.
  • You want zero ongoing relationship with a vendor and zero purchase friction.
  • You value participating in an open-source forum and reporting bugs directly to maintainers.
RigPlane Pro

When RigPlane Pro is the right choice

RigPlane Pro is the better fit when these things matter to you:

  • You want a signed, packaged desktop app with the same install flow on macOS, Linux, and Windows.
  • Your station mixes vendors — Icom, Yaesu, Xiegu, or Lab599 — and you want one control surface across them.
  • You are a developer or integrator who wants to pip install rigplane and embed radio control in your own Python code.
  • You prefer a commercial product with a paid support address over a community-supported model.
  • You want a one-time paid license with an included update year, and your station to keep working after that year ends.

Feature comparison

Each cell is intentionally terse. Where a project's exact capability depends on platform, radio, or build path, the cell says so rather than overclaiming. wfview details cross-checked against wfview.org, the user manual, and the project's GitLab README.

Dimension wfview RigPlane Pro
License Fully open source under GNU GPLv3. Paid commercial desktop license on top of the MIT-licensed open-core rigplane-core library.
Price Free. Donations and Patreon support the project. $79 USD launch price; one year of updates included; optional $49 renewal.
Embeddable library Desktop application; not designed to be imported as a library by other Python programs. The radio-control engine ships as the MIT-licensed rigplane package on PyPI — pip install rigplane and embed in your own code.
Platforms Linux, Windows, macOS (Qt-based; project notes Raspberry Pi as a supported server role). macOS, Linux, Windows. Same signed packaged installer on each. See downloads.
UI Qt-based desktop UI with main window, spectrum/waterfall, and feature panes; theme options including a built-in dark theme. Native packaged desktop app with a Tauri-based shell; identical UI surface on macOS, Linux, and Windows.
Supported transceivers Modern Icom, Kenwood, and Yaesu radios per the project's protocol support; depth varies by vendor. Compatible Icom, Yaesu, Xiegu, and Lab599 radios via the rigplane-core engine.
Audio Built-in low-latency network audio (RX and TX) for Icom-networked rigs such as the IC-705, IC-7610, IC-9700, IC-R8600, and Kenwood TS-890S; can bridge non-network rigs over Ethernet. In-app low-latency audio bridge intended for digital-mode applications on the operator desk.
CW tooling Built-in CW Sender pane for keying and message playback. Built-in CW pane with decoder tooling in addition to a sender.
External controllers Native support for the Icom RC-28 alongside Stream Deck, Contour Shuttle, and similar USB controllers. First-party integration for the Icom RC-28; additional controllers via the rigplane-core surface.
Support model Community: project forum, issue tracker, and volunteer maintainers. Commercial support at [email protected] plus a public issue tracker.
Update model Rolling releases from the project repo; users update by pulling the next build. Signed updates during the included update year; the desktop you bought keeps working after the year ends.

Why operators switch

wfview is a single open-source desktop application written in C++ on the Qt toolkit. The codebase is the product: protocol support, UI, audio path, CW sender, and controller integration all live in one project. That is a clean shape for an open-source contribution surface and is one of the reasons wfview attracts a real volunteer community.

RigPlane is shaped as an open-core library plus a packaged desktop wrapper. The radio-control engine, transports, and protocol work live in rigplane-core on PyPI and GitHub under the MIT license. RigPlane Pro is the paid desktop app that wraps the engine with a packaged installer, license enforcement, and commercial support on top. Operators who want only the engine can pip install rigplane and use it directly; operators who want the packaged desktop experience pay for Pro. The two layers are deliberately separate.

The operators we hear from most often when they switch land on one of three reasons. First, they run mixed-vendor stations — an Icom HF radio next to a Yaesu portable or a Xiegu QRP rig — and they want one desktop and one config surface across all of them. wfview is primarily focused on the Icom protocol family (with growing Kenwood and Yaesu support), so a multi-vendor station can outgrow that scope. Second, they are developers or integrators building something on top of radio control, and an MIT-licensed Python library is structurally easier to embed than a GPL Qt application. Third, they want a paid product with a real support address rather than a community forum, even though the forum option remains perfectly legitimate.

None of those reasons reflect a deficiency in wfview. They reflect different operator profiles. wfview's volunteer maintainers ship a remarkably feature-complete project for free; if its scope matches your station, there is no good reason to pay for a commercial alternative. RigPlane Pro exists for the operators whose constraints are different — multi-vendor scope, embeddable library access, packaged desktop on macOS without a self-build, or a commercial support relationship.

Placeholder: a verified RigPlane Pro UI screenshot will land here when the v0.9.0-beta release page goes public. Tracked separately so this comparison page does not ship a fabricated UI shot.

Try RigPlane Pro on your radio

Start with the free trial, or grab the current beta installer for macOS, Linux, or Windows. The trial form keeps support tied to your account email.

This page is maintained by the RigPlane project as a factual comparison resource. wfview is an independent open-source project; references to wfview describe publicly documented behavior at the time of review. If a detail here is out of date, email [email protected] and we will fix it. Last reviewed 2026-05-19.