freedmr-uk-ipsc3-logo.svg
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://ipsc3.freedmr.uk/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://ipsc3.freedmr.uk/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://ipsc3.freedmr.uk/downloads/ipsc3qt -OutFile ipsc3qt.py
py .\ipsc3qt.py
Terminal client
Invoke-WebRequest https://ipsc3.freedmr.uk/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://ipsc3.freedmr.uk/downloads/ipsc3qt
chmod +x ipsc3qt
./ipsc3qt
Run IPSC3view
curl -L -o ipsc3view https://ipsc3.freedmr.uk/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://ipsc3.freedmr.uk/downloads/ipsc3qt
chmod +x ipsc3qt
./ipsc3qt
Run IPSC3view
curl -L -o ipsc3view https://ipsc3.freedmr.uk/downloads/ipsc3view
chmod +x ipsc3view
./ipsc3view

IPSC3 POC

Version 0.6.0 radio provisioning packages for IPSC3 Push-to-Talk over Cellular.

Windows x64

Windows POC Installer

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

Windows package pending

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.

macOS package pending

Extract the ZIP, connect the radio by USB, then run the included installer.
Currently supported

Retevis L71, UDO / ABBREE 8900 and UNIWA F400

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

Production release

In this release: 0.6.0

  • One installer supports Retevis L71, UDO / ABBREE 8900 and UNIWA F400 radios.
  • Device-verified UDO / ABBREE 8900 authentication and production provisioning.
  • UNIWA F400 background operation, timed sleep and inbound-call wake.
  • Default-on enhanced AMBE processing for DMR receive audio.
  • Rapid channel-selection and PTT re-key hardening.
  • Clear MODE 1 and MODE 2 indications for normal and resilient network operation.
  • An About screen showing version, build, platform and network details.

Pi-Star

Installer helper for Pi-Star hotspot systems.

Pi-Star IPSC3 Host Installer

Adds DMR+_IPSC3-FREEDMR-UK to the Pi-Star DMR Hosts files.

Download Pi-Star installer

Run on Pi-Star
curl -fsSL https://ipsc3.freedmr.uk/downloads/pi-star-ipsc3-vkdmr | sudo sh