VKDMR Network
IPSC3 DownloadsVersion 1.0.30
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.32

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

IPSC3qt

A QT based desktop client for IPSC3.

Download ipsc3qt 1.0.50

Quick install
curl -L -o ipsc3qt https://ipsc3.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://ipsc3.vkdmr.com/downloads/ipsc3qt -OutFile ipsc3qt.py
py .\ipsc3qt.py
Terminal client
Invoke-WebRequest https://ipsc3.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://ipsc3.vkdmr.com/downloads/ipsc3qt
chmod +x ipsc3qt
./ipsc3qt
Run IPSC3view
curl -L -o ipsc3view https://ipsc3.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://ipsc3.vkdmr.com/downloads/ipsc3qt
chmod +x ipsc3qt
./ipsc3qt
Run IPSC3view
curl -L -o ipsc3view https://ipsc3.vkdmr.com/downloads/ipsc3view
chmod +x ipsc3view
./ipsc3view

Pi-Star

Installer helper for Pi-Star hotspot systems.

Pi-Star IPSC3 Host Installer

Adds IPSC3-VKDMR to the Pi-Star DMR Hosts files.

Download Pi-Star installer

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