Install
Debian-based
Debian, Ubuntu, Linux Mint, LMDE, Pop!_OS, MX Linux, Kali Linux, Zorin OS, antiX, elementary
.deb package repository
Configure Konform Browser apt repository using extrepo and install konform-browser package from it.
sudo apt -U install extrepo && \sudo extrepo enable konform-browser && \sudo apt -U install konform-browser
RedHat/Fedora-based
Fedora, RedHat, CentOS Stream, Nobara
dnf: .rpm package repository
Configure Konform Browser rpm repository using dnf and install konform-browser package from it.
sudo dnf config-manager addrepo --from-repofile="https://konform-browser.codeberg.page/rpm.repo" && \sudo dnf install konform-browser
SUSE-based
OpenSUSE, SUSE Linux
zypper: .rpm package repository
Configure Konform Browser rpm repository using zypper and install konform-browser package from it.
sudo zypper addrepo --from-repofile="https://konform-browser.codeberg.page/rpm.repo" && \sudo zypper install konform-browser
Arch-based
Arch Linux, Artix, EndeavourOS, CachyOS, Bluestar, Manjaro Linux
Konform Browser pacman repository
Configure Konform Browser pacman repository and install konform-browser-bin package from it.
This is the recommended installation method since you will receive regular security updates via normal upgrades using pacman. First add repository certificate trust to pacman keyring:
wget -O sign.gpg https://codeberg.org/api/packages/konform-browser/arch/repository.keysudo pacman-key --add sign.gpgsudo pacman-key --lsign-key 'konform-browser@noreply.codeberg.org'Then add following configuration for Konform Browser package repository, for example in /etc/pacman.conf:
[konform-browser.codeberg.org]SigLevel = RequiredServer = https://codeberg.org/api/packages/konform-browser/arch/extras/$archNow you can install konform-browser-bin:
sudo pacman -Sy konform-browser-binkonform-browser-bin AUR binary package
Locally package and install precompiled konform-browser-bin package via Arch User Repository:
git clone https://aur.archlinux.org/konform-browser-bin.gitcd konform-browser-binmakepkg -sci konform-browser-binkonform-browser AUR source package
Locally compile and install konform-browser package from sources via Arch User Repository:
git clone https://aur.archlinux.org/konform-browser.gitcd konform-browser_build_profiled=false makepkg -sci konform-browserCompiling the browser can take several hours, depending on your hardware resources. See BUILD.md and Arch git repository for more information.
Alpine Linux
Alpine Linux, postmarketOS
Konform Browser .apk repository (stable)
Configure Konform Browser .apk repository and install konform-browser package from it.
sudo curl --output-dir=/etc/apk/keys -JO https://codeberg.org/api/packages/konform-browser/alpine/keyecho 'https://codeberg.org/api/packages/konform-browser/alpine/v3.23/main' | sudo tee -a /etc/apk/repositoriessudo apk -U add konform-browseredge (testing)
There is a pending MR for Alpine edge where binaries for more platforms are built by Alpine Linux CI: alpine/aports#96834.
edge is considered experimental.
Gentoo Linux
Experimental
See codeberg.org/konform-browser/gentoo for Gentoo ebuilds and instructions.
Generic Linux
Precompiled binaries
Portable installations are provided as binary tarballs for x86_64 and aarch64 architectures.
Download from Codeberg Packages.
Building from source
See BUILD.md for more information on building Konform Browser from source.