Arch Linux build of Konform Browser. This repo is for devs and builders. To build pinned releases, use https://aur.archlinux.org/konform-browser.git
Find a file
sarge 1eee7caf13
All checks were successful
ci/woodpecker/manual/woodpecker/1 Pipeline was successful
ci/woodpecker/manual/woodpecker/2 Pipeline was successful
konform-browser 140.8.0.107-1
aur: konform-browser-bin 140.8.0_107-1
2026-03-09 22:48:21 +00:00
.ci ci: build and publish -bin package instead of source package 2026-01-27 23:39:34 +00:00
AUR konform-browser 140.8.0.107-1 2026-03-09 22:48:21 +00:00
.gitignore v85.0.2-1 CI 2021-02-13 15:44:16 +01:00
.gitmodules ci: build and publish -bin package instead of source package 2026-01-27 23:39:34 +00:00
.woodpecker.yml ci: matrix build for arm64,amd64 2026-01-28 01:04:07 +00:00
0001-Patch-glsl-optimizer-to-build-with-glibc-2.43.patch konform-browser 140.8.0-103-1 2026-02-25 04:35:15 +00:00
default192x192.png konform-browser 136.0.200-1 2025-04-05 08:29:48 +00:00
kde_menu.patch actually add the kde testing patch 2022-01-17 13:58:14 +01:00
konform.desktop konform-browser 136.0.200-1 2025-04-05 08:29:48 +00:00
konform.install konform-browser 136.0.200-1 2025-04-05 08:29:48 +00:00
PKGBUILD konform-browser 140.8.0.107-1 2026-03-09 22:48:21 +00:00
README.md docs: mention konform-browser-bin package repo 2026-01-27 23:46:03 +00:00

The official Arch Linux Package Build for the Konform Browser

Building from source

If you're on Arch Linux, you can use this repository to build the Konform Browser from source.

The build process will take a long time, even on powerful machines, it takes about an hour. On weaker computers, it can take way longer. If you still want to build it yourself, follow the steps below.

First clone and enter this repository:

git clone https://codeberg.org/konform-browser/arch.git && cd arch/

Then import Mozilla's GPG key:

gpg --recv-key EBE41E90F6F12F6D

Finally resolve dependencies, build and install the package:

makepkg -si

The browser is first built as a profiling build (PGO), which is executed headlessly for profiling before doing the final build. This typically improves runtime performance. You can control this somewhat using build-time environment variables:

# profile using xvfb for X11 instead
_build_profiled_xvfb=true makepkg -s

# disable profiling and do a one-shot build
_build_profiled=false makepkg -s

AUR packages

Konform Browser is also available on the AUR: