Installation
Installation
π¬π§ You are reading the English version | π©πͺ Deutsche Version
Prerequisites
An resolution of 1200px by 720px is recommended
ON4KST Account
To use the chat, a registered account with the ON4KST chat service is required:
- Register at: http://www.on4kst.info/chat/register.php
Chat Etiquette
The official language in the ON4KST Chat is English. Please use English even when communicating with stations from your own country. Common HAM abbreviations (agn, dir, pse, rrr, tnx, 73 β¦) are widely used and understood.
Personal Messages
To send a private message to another station, always use the following format:
/CQ CALLSIGN message text
Example: /CQ DL5ASG pse sked 144.205?
During heavy chat traffic (5β6 messages per second in a contest), public messages directed at a specific callsign are easily missed. However, KST4Contest also catches such messages if they are accidentally posted publicly (see Features β PM Catching).
Download
Windows
The latest version can be downloaded as a ZIP file:
https://github.com/praktimarc/kst4contest/releases/latest
The filename has the format praktiKST-v<version_number>-windows-x64.zip.
Linux
Multiple package formats are available from the releases page:
https://github.com/praktimarc/kst4contest/releases/latest
| Format | Filename | Suitable for |
|---|---|---|
| AppImage | KST4Contest-v<version>-linux-x86_64.AppImage |
All distributions |
| Debian package | KST4Contest-v<version>-debian-amd64.deb |
Debian, Ubuntu, Linux Mint, β¦ |
| RPM package | KST4Contest-v<version>-fedora-x86_64.rpm |
Fedora, RHEL, openSUSE, β¦ |
| Arch package | KST4Contest-v<version>-archlinux-x86_64.pkg.tar.zst |
Arch Linux, Manjaro, β¦ |
| Flatpak | de.x08.KST4Contest.flatpakref |
All distributions with Flatpak |
Recommended for Linux: The Flatpak installation is the easiest way to stay up to date β
flatpak updatehandles all future updates automatically. The repository is GPG-signed for security.
macOS
β οΈ Best-Effort Support: macOS builds are provided as a convenience but are not fully tested. We build and release macOS binaries with every release, but we cannot test every scenario on macOS. If you encounter issues, please report them β we will do our best to address them, but cannot guarantee the same level of support as for Windows and Linux.
The latest version can be downloaded as a DMG disk image (available for both Apple Silicon and Intel Macs):
https://github.com/praktimarc/kst4contest/releases/latest
The filename has the format KST4Contest-v<version_number>-macos-<arch>.dmg, where <arch> is arm64 (Apple Silicon) or x86_64 (Intel).
Installation
Windows
- Download the ZIP file.
- Unzip the ZIP file into a folder of your choice.
- Run
praktiKST.exe.
Settings are stored at %USERPROFILE%\.praktikst\preferences.xml.
Linux
Settings are always stored at ~/.praktikst/preferences.xml.
AppImage
- Download the AppImage.
- Make it executable:
chmod +x KST4Contest-v<version>-linux-x86_64.AppImage - Run it.
Debian / Ubuntu
sudo apt install ./KST4Contest-v<version>-debian-amd64.deb
Or double-click the .deb file in your file manager.
Fedora / RHEL
sudo dnf install ./KST4Contest-v<version>-fedora-x86_64.rpm
Arch Linux
sudo pacman -U KST4Contest-v<version>-archlinux-x86_64.pkg.tar.zst
Flatpak
Download de.x08.KST4Contest.flatpakref from the latest release and open it, or run:
flatpak install de.x08.KST4Contest.flatpakref
Or add the remote manually (recommended for nightly/beta access):
flatpak remote-add --if-not-exists kst4contest https://praktimarc.github.io/kst4contest/kst4contest.flatpakrepo
flatpak install kst4contest de.x08.KST4Contest
Flatpak Channels (nightly / beta / stable)
The Flatpak repository provides three channels, all served from the same remote:
| Channel | Content | Built on |
|---|---|---|
stable |
Current stable version | Every normal release tag |
beta |
Pre-release version | Tags prefixed with beta- |
nightly |
Development build (main branch) | Every push to main / daily |
Add the remote once, then install the channel you want:
flatpak remote-add --if-not-exists kst4contest https://praktimarc.github.io/kst4contest/kst4contest.flatpakrepo
# Stable (default)
flatpak install kst4contest de.x08.KST4Contest
# Beta
flatpak install kst4contest de.x08.KST4Contest//beta
# Nightly
flatpak install kst4contest de.x08.KST4Contest//nightly
Note: Flatpak only allows one installed version per App-ID at a time. To switch channels, uninstall the current version first:
flatpak uninstall de.x08.KST4Contest flatpak install kst4contest de.x08.KST4Contest//nightly
Updates work as usual with flatpak update.
The flatpakref files for beta and stable are attached to their respective GitHub Releases. The nightly flatpakref (de.x08.KST4Contest.nightly.flatpakref) is available as an artifact on the GitHub Actions tab (kept for 14 days) β for nightly builds, the manual remote approach above is usually more convenient.
macOS
- Download the DMG file for your architecture (Apple Silicon or Intel).
- Open the DMG file.
- Drag
KST4Contest.appinto your Applications folder. - On first launch, macOS may show a warning because the app is not notarised. To open it:
- Right-click (or Control-click) on
KST4Contest.appin Finder and choose Open. - Alternatively, go to System Settings β Privacy & Security and click Open Anyway.
- Right-click (or Control-click) on
- Run KST4Contest from your Applications folder or Launchpad.
Settings are stored at ~/.praktikst/preferences.xml.
Updating
KST4Contest includes an automatic update notification service: as soon as a new version is available, a window will appear at startup with:
- information that a new version is available,
- a changelog,
- the download link for the new version.

Update Process
Windows
Currently, there is only one way to update:
- Delete the old folder.
- Unzip the new ZIP file.
The settings file (preferences.xml) is preserved because it is stored in the user folder, not the program folder.
Linux
- AppImage: Download the new AppImage, make it executable (
chmod +x), optionally delete the old one. - Debian/Ubuntu:
sudo apt install ./KST4Contest-v<version>-debian-amd64.deb - Fedora/RHEL:
sudo dnf upgrade ./KST4Contest-v<version>-fedora-x86_64.rpm - Arch Linux:
sudo pacman -U KST4Contest-v<version>-archlinux-x86_64.pkg.tar.zst - Flatpak (repository):
flatpak updateβ updates all Flatpak apps including KST4Contest.
macOS
- Download the new DMG file.
- Open the DMG.
- Drag the new
KST4Contest.appinto your Applications folder, replacing the old version.
Known Issues at Startup
Norton 360
Norton 360 classifies praktiKST.exe as dangerous (false positive). An exception must be created for the file:
- Open Norton 360.
- Security β History β Find the corresponding event.
- Select βRestore & Add Exceptionβ.
(Reported by PE0WGA, Franz van Velzen β thank you!)