Latest release - straight from GitHub

Download Komm

The desktop app for Windows and Linux - voice channels, HD screen sharing, rich chat and soundboards, connecting to any community on the Komm network. Everything on this page is free, served straight from official GitHub releases.

Windows 10/11 Linux X11 Linux Wayland
Automatic updates via the launcher Wayland & X11 supported Java runtime bundled - nothing else to install
Komm is in closed beta: creating an account requires an invite key. Request access and we'll email you one.
For community owners

Komm Server

Host your community on your own hardware. Channels, messages, voice rooms and permissions all live on your machine - database and media server are embedded, and the bundled launcher installs everything as a real OS service.

1 Create an account, then create an installation right from the Komm client - name it and pick your ports.
2 Run the Windows installer, or unpack the Linux package and run sudo ./install.sh. The launcher registers the server as a Windows Service or systemd unit.
3 Hand it the one-time verification code from the installation's card in the client. It fetches its certificate, verifies with the hub and comes online - kommserver update keeps it current.
Prefer to run things yourself? Grab the plain server JAR instead - it carries no verification code built in: drop your code into a setup-token.txt next to it and run it with Java 21. The launcher remains the recommended way - service install, crash recovery and automatic updates included.
For the fully independent

Komm Hub

Run your own network. The hub manages accounts, friends and direct messages, and acts as the certificate authority that servers register with. Most people can simply use the official hub at kommvoice.com - but you don't have to.

Java 21+ PostgreSQL SMTP account Keys generated on first boot
Fair warning: the hub is aimed at developers. It needs a database, mail credentials and a local properties file - and the bundled website is this site, meant to be forked and personalized rather than used as-is. The setup guide covers everything.

Verify everything

All downloads on this page are release assets published on GitHub. Browse the code, check the release notes and build from source if you prefer.