vkdmr-logo-cutout.png
IPSC3 DownloadsVersion 1.0.36
Current IPSC3 terminal tools and client downloads.

Desktop Clients

Dashboard clients for desktop and terminal use.

IPSC3view

A terminal dashboard client for IPSC3.

Download ipsc3view 1.0.40

Quick install
curl -L -o ipsc3view https://vkdmr.com/downloads/ipsc3view
chmod +x ipsc3view
./ipsc3view

IPSC3qt

A QT based desktop client for IPSC3.

Download ipsc3qt 1.0.61

Quick install
curl -L -o ipsc3qt https://vkdmr.com/downloads/ipsc3qt
chmod +x ipsc3qt
./ipsc3qt
Windows users should save it as ipsc3qt.py and run py .\ipsc3qt.py.

Desktop Install Guide

Pick the operating system below. IPSC3qt installs its QT dependency automatically on first run.

Windows 11

Install Python 3 from python.org or the Microsoft Store first. If using the python.org installer, enable the option to add Python to PATH.

PowerShell
mkdir $env:USERPROFILE\IPSC3
cd $env:USERPROFILE\IPSC3
Invoke-WebRequest https://vkdmr.com/downloads/ipsc3qt -OutFile ipsc3qt.py
py .\ipsc3qt.py
Terminal client
Invoke-WebRequest https://vkdmr.com/downloads/ipsc3view -OutFile ipsc3view.py
py .\ipsc3view.py
IPSC3view needs windows-curses. If prompted, answer yes, or install it manually with py -m pip install windows-curses.

Linux

Install Python 3, curl and venv support. The commands below are for Debian and Ubuntu systems.

Install prerequisites
sudo apt update
sudo apt install -y python3 python3-venv python3-pip curl
Run IPSC3qt
curl -L -o ipsc3qt https://vkdmr.com/downloads/ipsc3qt
chmod +x ipsc3qt
./ipsc3qt
Run IPSC3view
curl -L -o ipsc3view https://vkdmr.com/downloads/ipsc3view
chmod +x ipsc3view
./ipsc3view

macOS

Use Python 3 from Homebrew or python.org. Homebrew is the simplest path if it is already installed.

Install Python
brew install python
Run IPSC3qt
curl -L -o ipsc3qt https://vkdmr.com/downloads/ipsc3qt
chmod +x ipsc3qt
./ipsc3qt
Run IPSC3view
curl -L -o ipsc3view https://vkdmr.com/downloads/ipsc3view
chmod +x ipsc3view
./ipsc3view

IPSC3 POC

Radio provisioning packages for IPSC3 Push-to-Talk over Cellular.

Primary download

Production release 0.6.1

Recommended for all supported radios. Build 68 fixes a critical connectivity bug affecting mobile carriers that use IPv6 as their primary connection. Update to restore UDP audio registration, transmitted audio and received audio on affected networks.

Version 0.6.1Build 68Built 26 Sep 2026
Windows x64

Windows POC Installer

Provision and update a supported IPSC3 POC radio from a Windows computer.

Download Windows 0.6.1

Extract the ZIP, connect the radio by USB, then run the included installer.
macOS Apple silicon

macOS POC Installer

Provision and update a supported IPSC3 POC radio from an Apple silicon Mac.

Download macOS 0.6.1

Extract the ZIP, connect the radio by USB, then run the included installer.
Production support

Retevis L71, UDO / ABBREE 8900, UNIWA F400 and ANYSECU 4G-W2Pro

The Windows and macOS installers select the correct IPSC3 POC package for each supported radio family.

Production release

In this release: 0.6.1

  • Critical IPv6 carrier fix: RTP now uses the resolved server address family, fixing missing audio on IPv6-primary mobile networks across all four radio models.
  • Supports IPv4, native IPv6 and carrier DNS64/NAT64 connections while retaining one persistent UDP socket for registration and audio.
  • Support for the ANYSECU 4G-W2Pro POC radio.
  • L71 transmit-audio diagnostics in saved support logs and an optional +3 dB microphone setting.
  • Anysecu saved manual position, microphone lock control, and clean application exit.
  • F400 settings transfer uses private storage and SHA-256 verification, preserving existing settings if transfer fails.
  • Improved provisioning errors, device-detection retries, and guided USB debugging and computer-authorization help.
  • Both installers and all four radio firmware packages are version 0.6.1, Build 68.