Complete feature guide · v1.0.262 · Chapters 1-10
May 20, 2026
DECODIUM 4.0 “Shannon” is an open-source platform for amateur radio digital modes, rewritten from scratch in C++ over six months of intensive development. It is heir and successor to DECODIUM 3.0 (“Raptor”) and introduces three structural innovations:
SUBMODE=FT2 (unanimous 22:0 vote).The stated goal of v4.0 is twofold: deliver to the amateur radio world a decoder beyond the state of the art (−23 dB SNR sensitivity on FT2 Raptor, +1.5 dB on fading channels versus WSJT-X baseline), and provide a modern operating experience (integrated Live Map, automatic Call Roster, robust CAT for Yaesu/Kenwood/Icom, native cross-platform support).
For those coming from DECODIUM 3.0 or WSJT-X / JTDX / MSHV, here are the substantive differences:
| Area | DECODIUM 3.0 | WSJT-X | DECODIUM 4.0 |
|---|---|---|---|
| Language | Fortran + Qt 5 | Fortran + Qt 5 | C++ + Qt 6.11 + QML |
| Multi-decode | Yes, Raptor | No | Yes, Raptor + best-of |
| FT8 sensitivity | −23 dB | −21 dB | −23 dB |
| FT2 mode | No | No | Yes, native |
| ASYMX async | No | No | Yes (FT2 only) |
| Integrated Live Map | No | No | Yes |
| HRD CAT bridge | Partial | Limited | Robust, auto-reconnect |
| Yaesu TCI bridge | No | No | In development (Phase 1) |
| Multi-instance | No | Yes | Yes, MultiRig CLI |
| macOS Apple Silicon | No | x86 (Rosetta) | Native M1/M2/M3 |
| Linux | Compile-only | Source | Portable AppImage |
| License | GPLv3 | GPLv3 | GPLv3 |
Important: DECODIUM 4.0 is backward-compatible with DECODIUM 3.0 logs and settings. On first launch, the application detects any previous installation and offers to import the preferences.
| Component | Minimum | Recommended |
|---|---|---|
| CPU | Dual-core 2.0 GHz | Quad-core 2.5+ GHz |
| RAM | 4 GB | 8 GB |
| Storage | 200 MB free | 1 GB free (for logs/cache) |
| Audio | Sound card compatible with radio | Dedicated USB CODEC interface |
| CAT connectivity | USB-Serial or CI-V cable | Manufacturer-certified cable |
| Internet | Not required | Recommended for Live Map / PSK Reporter / DX Cluster |
Note on Windows 10: requires at least version 21H2. Earlier versions may have issues with Qt 6.11 and QML drag handles.
DECODIUM 4.0 follows three guiding principles:
This chapter guides installation on every supported platform. Jump directly to the section that interests you.
Decodium_1.0.262_Setup_x64.exe (~90 MB)C:\Users\<your_user>\AppData\Local\DecodiumThe DECODIUM installer requires
PrivilegesRequired=lowest. This means:
Program Files)*.qmlc caches from previous
installationsThe installer detects a previous version and: 1. Automatically backs
up decodium.ini 2. Uninstalls compiled QML files
(.qmlc) from the old version 3. Overwrites the executable
and resources 4. Preserves ADIF logs, preferences, and callsign
dictionary
Important: If you’ve manually customized
decodium.ini, make a separate backup before upgrading. The installer respects the file but in case of a crash you might lose it.
Control Panel → Apps & Features → Decodium → Uninstall. Uninstallation removes the executable but preserves logs and user preferences. For a complete removal, manually delete:
C:\Users\<your_user>\AppData\Local\Decodium\C:\Users\<your_user>\AppData\Roaming\Decodium\The macOS build is personally maintained by Salvatore 9H1SR and is native ARM64 — no Rosetta emulation, full performance.
Decodium-1.0.262.dmg (or the zip) from the
release.dmgOn first launch, macOS will block the app because it’s not Apple Developer-signed (the signature costs $99/year, unsustainable for community-driven GPL projects):
If the app still refuses to open, from terminal:
xattr -cr /Applications/DECODIUM.appRemoves quarantine attributes and allows execution.
On first launch macOS will ask for:
Grant all requested permissions, otherwise decoding will silently fail.
The AppImage is a single executable file containing all dependencies (Qt 6.11, libsndfile, libfftw3, hamlib 4.7):
# Download
wget https://github.com/iu8lmc/Decodium-4.0-Core-Shannon/releases/download/v1.0.262-call/Decodium-1.0.262-x86_64.AppImage
# Make executable
chmod +x Decodium-1.0.262-x86_64.AppImage
# Launch
./Decodium-1.0.262-x86_64.AppImageThe AppImage requires no installation. You can move it anywhere
(/opt/, ~/Applications/, desktop) and launch
it from there.
To have it in the application menu with an icon:
mkdir -p ~/.local/share/applications/
cat > ~/.local/share/applications/decodium.desktop << EOF
[Desktop Entry]
Name=DECODIUM
Comment=FT8/FT2 Digital Mode Decoder
Exec=/full/path/to/Decodium-1.0.262-x86_64.AppImage
Icon=decodium
Terminal=false
Type=Application
Categories=HamRadio;AudioVideo;
EOF
update-desktop-database ~/.local/share/applications/The AppImage includes almost everything, but the host system needs:
apt install fuse libfuse2On minimal distros (e.g. Debian server with graphical environment installed afterwards) you might need:
sudo apt install libxcb-cursor0 libxcb-icccm4 libxcb-image0 \
libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
libxcb-shape0 libxcb-sync1 libxcb-xfixes0 \
libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0To access the CAT serial port without sudo, add your user to the
dialout group:
sudo usermod -aG dialout $USER
# Log out and back inVerify with:
groups # should show "dialout" among the groups
ls -l /dev/ttyUSB0 # should show "dialout" groupThe Raspberry port is maintained by LU7DID and is available as a separate repository. It’s particularly suited for:
Visit https://github.com/lu7did for the specific instructions.
Compatibility: - Raspberry Pi 4 (8 GB RAM) — full functionality, multi-pass decode - Raspberry Pi 5 — recommended, performance comparable to x86 - Raspberry Pi 3 — limited, not recommended for FT2 multi-decode
After installation, launch DECODIUM. The top bar must show:
Decodium 4.0 — FT8 — IU8LMC
where IU8LMC will be replaced by your callsign (empty on
first launch).
At the bottom left there should appear:
S: signal level indicatorMON | TX | DEC | FT8 togglesCAT: Disconnected (yellow) — normal on first
launchPWR: -- — will populate after CAT configurationDecodium 4.0 bottom rightIf you see all of this, the installation succeeded. Proceed to Chapter 3 for configuration.
This chapter guides step-by-step station configuration. It’s meant to be followed in order, because some choices (e.g. CAT) influence others (e.g. PTT).
Open Setup from the hamburger menu (☰) at top-left, My Station section:
| Field | Example | Notes |
|---|---|---|
| My Call | IU8LMC |
Your callsign, without prefixes/suffixes (add separately if needed) |
| My Grid | JN71DC |
6-character locator recommended (4 for standard QSO, 6 for finer map precision) |
| DXCC | Auto-detect | Sets automatically based on prefix |
| Antenna | e.g. Dipole 40m, 12m AGL |
Informational only, appears in ADIF log |
| Operator | Empty or IU8LMC |
For stations operated by multiple people (contest, special event) |
Tip: For the 6-character locator, use https://aprs.fi or http://www.levinecentral.com/ham/grid_square.php to calculate from your station’s GPS coordinates.
Press Save. The callsign appears in the title bar
(Decodium 4.0 — FT8 — IU8LMC).
CAT (Computer Aided Transceiver) is the communication protocol between software and radio. DECODIUM 4.0 supports three backends:
Open Setup → Radio:
FT-991A → Yaesu FT-991ATS-590S → Kenwood TS-590S / 590SGIC-7300 → Icom IC-7300K3 → Elecraft K3 / K3SCOM3, COM4, etc./dev/ttyUSB0, /dev/ttyACM0/dev/cu.usbserial-*,
/dev/cu.SLAB_USBtoUART0x94 for
IC-7300, 0xA4 for IC-7610The RTS and DTR serial control lines are often used for hardware PTT. The DECODIUM 4.0 semantics are:
| Value | Behavior |
|---|---|
| Empty (none) | DECODIUM doesn’t touch the line (safe default) |
| ON | Line forced high (3.3V or 5V on USB-serial) |
| OFF | Line forced low (0V) |
Important: If the radio is set for RTS-based PTT, leave RTS = ON and manage PTT via Setup → PTT (see section 3.4). Don’t confuse the two.
After configuring all parameters, press Test CAT. A successful connection returns:
✓ Rig: Kenwood TS-590S
✓ Frequency: 7.074000 MHz
✓ Mode: USB
✓ Power level: read OK
At the bottom, the CAT: Disconnected (yellow) indicator
turns to CAT: Connected (green).
| Symptom | Cause | Solution |
|---|---|---|
Cannot open port |
Port in use or missing permissions | Close other software (WSJT-X, JS8Call); on Linux check
dialout group |
Timeout reading |
Wrong baud rate | Compare radio menu with the configured value |
Mode toggles to USB on TX |
Old driver | Update USB-serial driver (FTDI, Silicon Labs CP210x, Prolific) |
Connected but freq 0.000 |
Wrong CI-V address (Icom) | Verify the radio’s Set menu |
To use DECODIUM with HRD as central hub, enable Setup → Radio → HRD bridge:
127.0.0.1:7809 (or the address
configured in HRD)✓ HRD v6.x bridged, you’re setHRD/Icom data-mode stability (v1.0.261): The new v1.0.261 has definitively fixed the issue of USB fallback during PTT settling. DATA mode is preserved across all TX/RX transitions and band changes. If you’re coming from v1.0.260 or earlier, the upgrade is strongly recommended.
Audio I/O is the backbone of any digital mode. Wrong configuration = no decodes.
DECODIUM supports three topologies:
Open Setup → Audio:
| Field | Typical value |
|---|---|
| Audio IN | USB Audio CODEC (input from radio to PC) |
| Audio OUT | USB Audio CODEC (output from PC to radio) |
| Sample rate | 48000 Hz (default) or 12000 Hz (legacy WSJT-X) |
| Buffer size | 1024 frames (default) — reduce to 512 for lower latency |
On Windows, disable driver audio effects:
Audio levels are critical. Once CAT is connected and the radio is receiving on an active band:
S:
indicator)To adjust the IN level:
To adjust the OUT level (for transmission):
Tip Kenwood TS-590S: The optimal setup requires three menus in coordination: - Menu 63 = DATA IN — set to USB - Menu 64 = USB IN level — start at 5, increase until green zone - Menu 65 = USB OUT level — start at 5, adjust to obtain desired PWR
PTT is the signal telling the radio “transmit now”. DECODIUM 4.0 supports five PTT modes:
| Mode | When to use | Reliability |
|---|---|---|
| CAT | Modern radios with USB Audio CODEC | ★★★★★ (recommended) |
| VOX | Radios without CAT or minimal setup | ★★★ (may cut off TX start) |
| RTS | Serial cable with RTS line driving a PTT transistor | ★★★★ (legacy but reliable) |
| DTR | Like RTS but on DTR line | ★★★★ |
| External | External hardware (pedal, USB footswitch) | ★★★ |
In Setup → PTT: 1. PTT method —
CAT 2. PTT port — same value as CAT
(e.g. COM3) 3. Save
PTT travels on the same CAT channel. No additional cable or configuration needed.
For legacy radios or external setups: 1. PTT method
— RTS or DTR depending on cable 2. PTT
port — can be same as CAT or a different serial port (if you
have a dedicated PTT cable) 3. Test PTT — press the
button; the radio must switch to TX (red LED lights)
At any time, the TUNE button in the toolbar generates a 1500 Hz test tone and activates PTT. Use it to:
Important: TUNE generates a continuous signal for 5-10 seconds. Don’t leave it on for long to avoid stressing the radio’s final stage. Use SWR ≤ 1.5 for prolonged TUNE.
FT8, FT4, synchronous FT2 and other modes require the PC to be UTC-synchronized within ±1 second.
At top, next to the frequency display, there’s the
TIME SYNC line with current UTC time:
Windows 10/11:
Control Panel → Date and Time → Internet Time → Change settings
✓ Synchronize with Internet time server
Server: time.windows.com (default) or pool.ntp.org
macOS:
System Preferences → Date & Time → Set automatically
Server: time.apple.com
Linux:
sudo systemctl enable --now systemd-timesyncd
timedatectl status # verifyIf you operate only in FT2 ASYMX, time sync is not required. ASYMX is designed precisely for scenarios where NTP/GPS are not available (emergency, maritime, portable). See Chapter 5.
FT8 is the most widespread digital mode in the world. DECODIUM 4.0 offers full WSJT-X-compatible support, with the Raptor decoding engine improving sensitivity.
An FT8 QSO in DECODIUM follows the classic flow:
Shows all decodes across the entire audio band (50 Hz - 3000 Hz). Columns:
| Column | Meaning |
|---|---|
| UTC | Slot start timestamp (e.g. 00:04:30) |
| dB | Received SNR (weaker signals = more negative number) |
| DT | Time delta vs ideal slot (±0.5 s typical) |
| Freq | Audio frequency in Hz (1395 Hz, etc.) |
| Message | Decoded content (CQ N2SS FM29) |
| Dist | Distance from your locator |
| DXCC | Decoded geographical entity |
| Az | Azimuth in degrees |
Shows only decodes on the selected frequency (shown
at top: 1395 Hz). Useful for following an ongoing QSO
without distractions.
World map with yellow dots for each recent decode. Green lines indicate active paths:
IN→ME = stations you receiveME→DX = if you’re spotted on PSK ReporterBAND = yellow dots without lines = raw decodesClick a dot = filter Full Spectrum on that station.
CQ<DX> IU8LMC JN71<DX> IU8LMC -10<DX> IU8LMC R-10<DX> IU8LMC RR7373 to <DX>CQ IU8LMC JN71)The SEQ button in the toolbar enables full QSO automation. When SEQ is green:
The HOLD button (orange when active) blocks automatic changes to TX messages. Useful when:
Every completed QSO is automatically logged to
~/.decodium/log.adi (or
%APPDATA%\Decodium\log.adi on Windows). The format is ADIF
3.1.7 standard, compatible with any logbook software.
In Setup → Logbook you can enable automatic upload to:
FT2 submode and LoTW: ARRL confirmed that LoTW support for SUBMODE=FT2 requires updating the TQSL configuration file. In the meantime, upload uses SUBMODE=DATA as a workaround. The definitive fix is in implementation on the ARRL side.
From Logbook → Export:
The TX1-TX6 buttons can be customized. Right-click on a TX → Edit macro:
%CALL% — current DX callsign
%MYCALL% — your callsign
%MYGRID% — your locator
%RPT% — received SNR report
%SENT% — report you sent
Custom macro example:
%CALL% %MYCALL% TU 73 DE %MYGRID%
MAM is an advanced feature that stores recurring QSO sequences. Typical application: contest or activations where you repeat the same flow dozens of times.
Open MAM Window from the hamburger menu. Create a compound macro: 1. Trigger — activation condition (e.g. “after QSO log”) 2. Sequence — series of actions (e.g. “change band, call CQ”) 3. Stop — stop condition (e.g. “after 10 QSOs” or “manual”)
The feature is detailed in Chapter 7 (Advanced Features).
FT2 (Fast Transmission 2) is the original digital protocol developed by the DECODIUM team and certified ADIF 3.1.7 with a unanimous 22:0 vote on March 22, 2026.
FT2 is an HF digital protocol designed to be 3-4 times faster than FT8 while maintaining comparable sensitivity. Technical specs:
| Parameter | Value |
|---|---|
| Modulation | 4-GFSK (4-tone Gaussian Frequency Shift Keying) |
| Bandwidth | 167 Hz |
| Tone spacing | 41.667 Hz |
| Symbol rate | 41.667 baud |
| T/R cycle | 3.75 – 3.8 seconds (vs FT8’s 15s) |
| FEC | LDPC (174, 91) + CRC-14 |
| Sync sequence | 16-tone Costas array |
| Payload | 77 useful bits per message |
| Complete QSO | ~6 seconds (vs FT8’s 60+) |
Dedicated sub-band within each band’s digital segment:
| Band | FT2 frequency |
|---|---|
| 80m | 3.580 MHz |
| 40m | 7.080 MHz |
| 30m | 10.137 MHz |
| 20m | 14.080 MHz |
| 17m | 18.105 MHz |
| 15m | 21.080 MHz |
| 12m | 24.920 MHz |
| 10m | 28.180 MHz |
| 6m | 50.318 MHz |
DECODIUM auto-tunes these frequencies when you select the band in FT2 mode.
In the toolbar new controls will appear, specific to FT2:
| Button | Function |
|---|---|
| DEEP | Activates Raptor Engine (5 passes) — −23 dB SNR sensitivity |
| AP | Async Period — ASYMX mode (asynchronous transmission) |
| Quick QSO — 4-message flow | |
| SWL | Listen-only mode, no TX |
| ACQ | Acquisition — force sync on next slot |
The DEEP button activates the multi-pass decoding engine. When DEEP is green:
The gain is significant:
Computational trade-off: DEEP uses more CPU. On modern PCs (quad-core 2.5+ GHz) it’s negligible. On Raspberry Pi 4 it might slow the interface — disable DEEP if you see lag.
ASYMX is FT2’s most radical innovation. It eliminates Even/Odd sync of classic FT8. Result: no NTP, no GPS, no “slot loss” if you change band at the wrong moment.
T=0 You transmit CQ (2.47s waveform)
T=2.5 Waveform ends, radio returns to RX
T=2.8 You decode DX's reply (~300ms guard time)
T=3.1 You decode the reply (decoder <400ms)
T=3.5 Auto-fire TX2 (report)
T=6.0 You decode DX's TU
T=6.0 QSO complete, auto-log
Total: ~6 seconds for complete QSO.
ASYMX is ideal for:
Important: The ASYMX signal is identical to the standard FT2 signal from the RF point of view. Anyone using WSJT-X or JTDX will receive your ASYMX signals perfectly. The difference is only in TX timing: you transmit freely, others receive normally.
QQ further optimizes the QSO flow, reducing from 5 to 4 messages.
Standard FT2:
TX1: CQ MYCALL MYGRID
TX2: DXCALL MYCALL +05
TX3: DXCALL MYCALL R+03
TX4: DXCALL MYCALL RR73
TX5: 73 TO DXCALL
QQ FT2:
TX1: CQ MYCALL MYGRID
TX2: DXCALL MYCALL R+05 ← report sent already confirmed
TX3: DXCALL MYCALL RR73
TX4: TU MYCALL ← closes the QSO
Savings: 1 full cycle (~3.8 seconds).
DECODIUM automatically recognizes the TU MYCALL message
as valid QSO end. No need to press anything — log is automatic on TU
reception.
FT2 has 167 Hz RF bandwidth, against FT8’s 50 Hz. This means:
FT2 is medium-duty cycle (~50% TX). Tips:
| Scenario | Recommended mode |
|---|---|
| Home, NTP working, crowded band | Synchronous FT2 (compatibility with all) |
| Home, NTP broken/firewall blocking NTP | ASYMX (no dependency) |
| Field Day, portable | ASYMX (simplifies setup) |
| Maritime mobile | ASYMX (no GPS dependency) |
| Tight DXpedition pile-up | ASYMX + QQ (max throughput) |
This chapter is for those who want to understand how DECODIUM 4.0 achieves superior decoding performance. It’s not required to use the software, but it’s essential for those who want to optimize setup or contribute to development.
The DECODIUM 4.0 decoder is structured as a 4-stage pipeline:
1. Audio pre-processing (FFT, AGC, RMS norm)
↓
2. Sync acquisition (Costas correlation, MMSE channel estimation)
↓
3. LDPC decoding (Min-Sum normalized, 5-pass best-of)
↓
4. Post-processing (CRC validation, EMA averaging, message extraction)
Each stage is isolated in separate C++ modules. The principle: if a new algorithm proves superior in one stage, it can be replaced without touching the others.
Incoming audio is transformed into three parallel representations:
| Representation | Use |
|---|---|
| Time-domain raw (48 kHz, float32) | Diagnostics and logging |
| FFT (2048-point Hann) | Sync acquisition and waterfall display |
| Symbol-rate filtered (41.667 Hz for FT2) | Decoder input |
RMS normalization operates on three simulated audio channels to make the decoder robust to level variations: if the RX signal drops suddenly, the decoder doesn’t lose sync.
Important: RMS norm is not radio-side AGC. It’s an internal decoder normalization. On the radio you can (and should) leave AGC as you prefer for listening.
DECODIUM searches for the 16-tone Costas pattern at the start of every slot. Three parallel strategies:
The Best-of-N selector picks the sync with the best correlation score. This avoids locking onto interfering signals on a false-positive sync.
LDPC (Low-Density Parity-Check) is the error correction code used in FT8, FT4, FT2. DECODIUM uses original K1JT (Joe Taylor) mathematics but with two optimizations:
Where the LDPC code lives: isolated in
lib/ft2/decode174_91_ft2.f90— the only Fortran file remaining in DECODIUM 4.0. The choice is deliberate: K1JT’s math is perfect, rewriting it in C++ would add risk with no measurable benefit.
After decoding, every message passes through:
DECODIUM Lab internal measurements, AWGN channel, 12 kHz sample rate:
| Mode | Standard floor | DEEP (Raptor) floor | Gain |
|---|---|---|---|
| FT8 | −21 dB | −23 dB | +2 dB |
| FT4 | −17 dB | −19 dB | +2 dB |
| FT2 | −16 dB | −23 dB | +7 dB |
| FT2 + EMA 4-period | n/a | −14.5 dB | (on dynamic SNR) |
Fair comparison vs WSJT-X: WSJT-X reports −21 dB floor on FT8 and ~−17 dB on FT4. DECODIUM 4.0 without DEEP is equivalent. With DEEP enabled the gain is real but costs CPU (~25-30% more per slot). On modern PCs it’s negligible.
In Setup → Filters are available post-decode filters that reduce false positives at the cost of sensitivity.
Filter rejecting decodes with inconsistent SNR across
passes. If pass 1 says −18 dB and pass 5 says
−8 dB, it’s probably a QRM artifact.
| State | Behavior |
|---|---|
| FDR ON (default) | Filters inconsistencies, loses ~5% of borderline decodes |
| FDR OFF | Shows everything, accepts some false positives |
When to disable FDR: if you’re convinced some valid decodes are being lost. Typical case: QRP stations at marginal propagation where every decode matters.
Filter rejecting decodes outside the expected spectral mask. Useful in crowded bands where adjacent signals can induce false syncs.
Internal AGC applied to the audio buffer before FFT. Not to be confused with radio AGC. Improves dynamic range on signals with highly variable levels within the slot.
DECODIUM works by default on 3 kHz of audio bandwidth (50 Hz - 3000 Hz). You can modify in Setup → Audio → Bandwidth:
| Band | Use |
|---|---|
| 3 kHz (default) | Standard, covers all digital sub-bands |
| 2.7 kHz | For radios with narrow SSB filter |
| 2 kHz | Only the selected FT8/FT2 signal, reduces QRM |
Caution: reducing bandwidth also reduces the number of stations simultaneously decodable. Use only if you have specific out-of-band QRM to exclude.
The 📞 CALL button is the v1.0.262 novelty. It’s located in the TX toolbar next to ACQ, and allows calling a specific callsign without waiting for their CQ.
CALL solves three concrete scenarios:
CallDialog
opensF4CQS, JA1XYZ, VK7AB| Parameter | Meaning | Default |
|---|---|---|
| Max retries | Maximum attempts before automatic stop | 10 |
| Timeout | Total seconds before abort | 60s |
| Period | Call frequency (1 = every slot, 2 = every 2 slots, etc.) | 1 |
| Message format | TX1 message template | TARGET MYCALL MYGRID |
F4CQS IU8LMC JN71retry N/MtransmittingChanged
counts actual retries (not attempts failed by CAT errors)CALL is a powerful tool. Misusing it can create QRM. Guidelines:
🚫 Don’t use CALL: - To call stations clearly in QSO. Wait for their 73. - To call DXpedition in tight pile-up without coordination. You just create QRM to the existing pile-up. - Continuously in series toward 10 different stations. Useless split is chaos.
✅ Use CALL: - When you have a confirmed sked and the time has come - For fast replies to CQs decoded but missed by a few ms - When you want to complete an interrupted QSO with a previous station (calls + grid already exchanged) - In EmComm where calling directly is standard practice
| Current state | CALL behavior |
|---|---|
| AutoSeq OFF, Hold OFF | CALL handles everything, starts and stops on its own |
| AutoSeq ON, Hold OFF | If target replies, AutoSeq takes control. CALL ends. |
| AutoSeq OFF, Hold ON | CALL runs but doesn’t advance messages. You control the flow. |
| AutoSeq ON, Hold ON | CALL stops immediately — Hold blocks autoSeq. |
The Call Roster is a dedicated window that automatically tracks callsigns heard during the session.
Hamburger menu (☰) → Tools → Call Roster. Or shortcut F7.
The window shows three tabs:
| Column | Meaning |
|---|---|
| Call | Decoded callsign |
| Grid | Locator extracted from payload |
| DXCC | Automatically decoded entity |
| Band | Band where heard |
| Mode | FT8, FT2, FT4 |
| SNR | Best SNR in the session |
| First | UTC of first decode |
| Last | UTC of last decode (useful for “still active?”) |
| Count | How many times heard (frequency) |
| Status | ⭐ if on your roster · ✓ if already worked (logbook check) |
Right-click on a station → Add to roster. The personal roster is a list of “interesting stations” you want not to miss.
DECODIUM emits audio/visual alert when a station from your roster decodes. Configurable in Setup → Roster → Alerts.
Tip: Use the roster for Most Wanted DXCC, contest target list, recurring sked partners.
In Setup → DX Cluster:
| Field | Example |
|---|---|
| Server | dxc.k0xm.net:7300 |
| Login | your callsign |
| Password | (usually empty, some clusters require registration) |
| Auto-connect on startup | ✓ recommended |
DECODIUM applies filters to avoid being overwhelmed:
You can spot stations you decode: right-click on a decode → Spot to cluster. DECODIUM sends a spot to the connected cluster.
PSK Reporter is the worldwide “who hears whom” database. DECODIUM automatically uploads all valid decodes.
In Setup → PSK Reporter:
In Help → PSK Reporter status you can see:
Privacy: PSK Reporter publicly exposes your callsign + grid + station heard. If you don’t want this, disable upload. It’s entirely optional.
Astro is the propagation tools suite integrated in DECODIUM.
In toolbar → Astro. The dashboard opens with:
DECODIUM displays the terminator line (greyline) on Live Map. Stations near the line are propagatively favored for DX on HF.
When K-index > 4, DECODIUM highlights the auroral oval area on Live Map (high polar absorption). Useful for those seeking EME / VHF contacts.
The Live Map isn’t just decorative — it has operational features:
Buttons above the map:
Single click on a station → filters Full Spectrum on that callsign. Double click → opens QRZ.com (configurable in Setup → Lookup) for details.
Bottom-right of the map:
DECODIUM 4.0 is highly customizable. This flexibility is designed to accommodate different operating styles: from the contester wanting everything at a glance, to the home operator preferring a relaxing interface.
In Setup → Interface → Theme:
| Theme | Style | When to use |
|---|---|---|
| Shannon Dark (default) | Background #050816, green accents
#00e588 |
Night operations, dimly lit environments |
| Shannon Light | White background, dark green accents | Day operations, high ambient brightness |
| Midnight | Pure black background, cobalt blue accents | Maximum contrast, OLED-friendly |
| Classic | WSJT-X theme reproduction | For those not wanting to be disoriented |
The theme changes immediately without restart.
In top toolbar → Palette. Four options:
| Palette | Characteristics |
|---|---|
| SDR Classic (default) | Blue→green→yellow, identical to WSJT-X |
| Shannon Light | White→amber→red, high brightness |
| Shannon Dark | Black→green→white, maximum contrast on weak signals |
| Heat | Red→yellow→white heatmap, vintage taste |
Tip: To search for weak signals, use Shannon Dark. To quickly identify strong stations in a pile-up, use Heat.
In top toolbar → Aa 100%. Three sliders:
Range: 80% → 150%. Useful for operators with visual issues or for public demonstrations.
For multi-monitor setups or small screens, Setup → Interface → Compact mode enables:
All main windows can be detached from the main window:
Pop button top-rightPop top-rightPop top-rightPop-out windows maintain live decoder connection. Useful for:
DECODIUM 4.0 supports parallel multiple instances for stations with multiple radios. Launch via CLI:
# Instance 1 - main radio
decodium --instance=1 --rig-port=COM3 --config=primary.ini
# Instance 2 - secondary radio
decodium --instance=2 --rig-port=COM4 --config=secondary.iniEach instance has:
.ini)Important: The two instances must not share the same sound card. Use two separate USB CODEC interfaces.
In Setup → Interface → Language:
Language change is immediate without restart. Translated: all menus, dialogs, tooltips. Not translated (because technical): parameter names (SNR, DT, Freq), protocol terms (CQ, RR73, 73), and standard ham mode abbreviations.
Translations are Qt Linguist .ts files. To contribute:
1. Fork the GitHub repository 2. Modify
translations/decodium_xx.ts with Qt Linguist 3. Pull
request
Translators are credited in the program’s About page.
This chapter collects real issues reported by the Telegram community during Public Beta. For each: symptom, probable cause, tested solution.
Symptom: at startup or pressing Test CAT, error
Cannot open port COM3 (or Linux/macOS equivalent).
Possible causes: 1. Another program is using the
same port (WSJT-X, JS8Call, FlDigi) 2. Missing permissions (Linux: not
in dialout group) 3. USB-serial driver not installed or
wrong 4. Defective or unplugged cable
Solutions:
Step 1: Close all other ham software and retry
Step 2: Verify the port exists
- Windows: Device Manager → Ports (COM and LPT)
- Linux: ls -l /dev/tty* | grep USB
- macOS: ls /dev/cu.*
Step 3: On Linux, add user to dialout group:
sudo usermod -aG dialout $USER
(then logout/login)
Step 4: Unplug and replug the USB cable
Step 5: Update USB-serial driver (FTDI, Silicon Labs CP210x, Prolific)
Symptom: CAT connects but then errors with
Timeout.
Probable cause: wrong baud rate (radio says X, software says Y).
Solution: 1. Go to the radio menus and read the configured baud rate 2. In DECODIUM, Setup → Radio → Baud rate, set the same value 3. Press Test CAT
Common values: - Kenwood TS-590: 57600 (recommended) - Yaesu FT-991A: 38400 - Icom IC-7300: 19200
Symptom: you’re operating in DATA-U but on every TX the radio switches to USB.
Cause: known bug fixed in v1.0.261. If on previous version, upgrade.
Solution: download v1.0.262 (or at least v1.0.261). The fix ensures DATA-U/D1 preserved across TX/RX transitions.
Symptom: close DECODIUM and HRD, reopen DECODIUM, HRD not detected.
Cause: HRD must be started and connected BEFORE DECODIUM retries the bridge.
Solution (v1.0.261+): the new “last-successful CAT retry path” logic automatically attempts HRD at startup. If still failing: 1. Start HRD manually 2. In HRD, verify TCP server active (Tools → TCP Server → Status) 3. In DECODIUM, click Test HRD to force reconnection
Symptom: everything seems OK, but no decodes appear for minutes.
Sequential diagnosis:
Check 1: Correct band?
Standard FT8 bands:
40m = 7.074 MHz
20m = 14.074 MHz
15m = 21.074 MHz
10m = 28.074 MHz
If radio is on 7.080 (FT2 band), no FT8 there.
Check 2: Audio IN VU meter moving?
Open `S:` indicator at bottom-left.
Bar still → audio IN problem
Bar in red zone → audio too high (clipping)
Bar in green zone → audio OK, problem elsewhere
Check 3: TIME SYNC white or red?
If red, sync NTP. Without sync, no FT8 decoding.
Check 4: Coherent mode?
Radio display says USB-DATA? Top-left DECODIUM says FT8?
If radio in CW or LSB, no digital audio decoding.
Check 5: Filters active?
Setup → Filters: aggressive FDR? Disable and retry.
Symptom: VU meter in red zone, sporadic decodes.
Solution: 1. On the radio: lower USB IN level (Kenwood Menu 64, Yaesu Menu 113, Icom USB AF Output Level) 2. On the PC: Audio control panel → USB CODEC microphone → reduce level 3. Target: VU in green zone, peaks not above -10 dB
Symptom: you press TX or TUNE but the radio doesn’t go into transmit.
Diagnosis:
Check 1: Coherent PTT method?
Setup → PTT → method. If CAT, must match CAT port.
If RTS/DTR, you must have a PTT cable connected to the radio side.
Check 2: Test PTT works?
Setup → PTT → Test PTT
If yes → problem in TX message or SEQ
If no → wiring/PTT configuration problem
Check 3: Correct RTS/DTR semantics?
Empty = DECODIUM doesn't touch the line
ON = forces high (line always active)
OFF = forces low (line always inactive)
If you have a PTT cable wanting "high = TX", set ON.
Symptom: Live Map shows no stations.
Causes: 1. Internet not connected → DECODIUM downloads map tiles from OpenStreetMap 2. Firewall blocking DECODIUM 3. Decodes still 0 → Live Map shows only after valid decodes
Solutions: 1. Check internet connection (ping
tile.openstreetmap.org) 2. Add DECODIUM to firewall
exceptions (Windows Defender, ufw on Linux) 3. Wait at least 30 seconds
after the first decode
Symptom: map lags, zoom is jerky.
Cause: GPU rendering not accelerated.
Solution (Windows): 1. NVIDIA / AMD Control Panel →
3D settings 2. Add decodium.exe with “High performance”
profile 3. Restart DECODIUM
Solution (Linux):
export QSG_RENDER_LOOP=threaded
./Decodium-1.0.262-x86_64.AppImageSymptom: at startup, error with failed QML import.
Cause: Qt 6.11 version not available on system (Linux), or corrupted QML cache.
Solution: 1. Delete QML cache:
~/.cache/Decodium/qmlcache/ 2. Restart
On Linux, if persistent, verify the AppImage is not on
noexec filesystem:
mount | grep noexec # if current folder is noexec, move the AppImageSymptom: click DECODIUM, window appears and disappears.
Cause: Gatekeeper blocking execution.
Solution:
xattr -cr /Applications/DECODIUM.app
open /Applications/DECODIUM.app| OS | Path |
|---|---|
| Windows | %APPDATA%\Decodium\logs\ |
| macOS | ~/Library/Application Support/Decodium/logs/ |
| Linux | ~/.local/share/Decodium/logs/ |
Three main files:
decodium.log — general application logcat.log — CAT communications (only with CAT debug
active)decoder.log — decoder log (rarely useful)In Setup → Advanced → Debug logging, enable:
Important: debug mode generates huge files (hundreds of MB per hour). Enable only for active troubleshooting, then disable.
To report reproducible bugs:
Bug reports with logs → high priority in community tracking.
| Key | Action |
|---|---|
| F1 | Help / About |
| F5 | Refresh decode list |
| F7 | Open Call Roster |
| F8 | Open Live Map (pop-out) |
| F9 | Open Full Spectrum (pop-out) |
| Ctrl+T | Toggle TX (TX on/off) |
| Ctrl+H | Toggle HOLD |
| Ctrl+S | Toggle SEQ (auto-sequence) |
| Ctrl+L | Log current QSO |
| Ctrl+M | Open Macros editor |
| Ctrl+P | Open Setup (Preferences) |
| Ctrl+1..6 | Trigger TX1..TX6 manually |
| Ctrl+Tab | Switch between Full Spectrum / Signal RX |
| Esc | Immediate TX stop |
decodium.ini
configuration fileThe main configuration file resides in:
| OS | Path |
|---|---|
| Windows | %APPDATA%\Decodium\decodium.ini |
| macOS | ~/Library/Application Support/Decodium/decodium.ini |
| Linux | ~/.config/Decodium/decodium.ini |
[Station]
MyCall=IU8LMC
MyGrid=JN71DC
Operator=
DXCC=auto
[Radio]
RigType=KenwoodTS590
RigPort=COM3
RigBaud=57600
StopBits=1
HRDBridge=false
[Audio]
AudioIn=USB Audio CODEC
AudioOut=USB Audio CODEC
SampleRate=48000
BufferSize=1024
[PTT]
Method=CAT
PortShared=true
[FT2]
EnableASYMX=false
EnableQQ=true
EnableDEEP=true
[Filters]
FDR=true
SpectralMask=true
SlidingAGC=false
[UI]
Theme=ShannonDark
WaterfallPalette=SDRClassic
FontScale=100
Language=enEdit decodium.ini with a text editor (DECODIUM must be
closed).
Automatic backup: at every startup, DECODIUM creates
decodium.ini.bak. If you modify and something goes wrong, restore from.bak.
For those wanting to understand or implement the protocol:
DECODIUM 4.0 is released under GPL v3. Complete source code:
| Version | Date | Highlights |
|---|---|---|
| v1.0.262-call | May 20, 2026 | 📞 CALL button (direct call) |
| v1.0.261 | May 19, 2026 | HRD/Icom data mode stability, QSO state hygiene |
| v1.0.260 | May 18, 2026 | UI state persistence, FT2 async stabilization |
| v1.0.259 | May 17, 2026 | QSO flow state machine, HRD data mode |
| v1.0.258 | May 16, 2026 | CAT and decode panel fixes |
| v1.0.257 | May 15, 2026 | macOS Apple Silicon build |
| v1.0.250 | May 10, 2026 | Public Beta entry point |
| v1.0.200 | April 25, 2026 | C++ rewrite complete, FT2 native |
| v1.0.100 | March 22, 2026 | ADIF 3.1.7 certification |
| v1.0.000 | February 16, 2026 | First FT2 QSO ever |
End of the Complete User Manual. For advanced technical documentation (full API reference, complete troubleshooting, decoder internals, complete FT2 protocol specs), see the Reference Manual.
73 de Martino IU8LMC & Salvatore 9H1SR DECODIUM / FT2 Team — ARI Caserta · Italy · GPLv3