Source code for the Chrome and Firefox versions of the Kagi Privacy Pass browser extension
JavaScript
70
49 commits
updated Sep 3, 2026
This repository contains the source code to the Firefox and Chrome extensions for Kagi Privacy Pass.
To build this library, install Docker and run
bash build.sh
If using Podman, run
DOCKER=podman bash build.sh
The output library will be found in /build.
To build this project directly on your host machine, you need zip, jq, rust and wasm-pack.
On Debian, you can obtain zip and jq by running sudo apt install -y zip jq, Rust by using rustup, and wasm-pack by using its installer.
Once the above dependencies were obtained, run
bash make.sh
The output extensions will be found in /build.
JavaScript
72.6%
HTML
11.5%
CSS
10.3%
Shell
4.8%
Source code for the Chrome and Firefox versions of the Kagi Privacy Pass browser extension
JavaScript
70
49 commits
updated Sep 3, 2026
This repository contains the source code to the Firefox and Chrome extensions for Kagi Privacy Pass.
To build this library, install Docker and run
bash build.sh
If using Podman, run
DOCKER=podman bash build.sh
The output library will be found in /build.
To build this project directly on your host machine, you need zip, jq, rust and wasm-pack.
On Debian, you can obtain zip and jq by running sudo apt install -y zip jq, Rust by using rustup, and wasm-pack by using its installer.
Once the above dependencies were obtained, run
bash make.sh
The output extensions will be found in /build.
JavaScript
72.6%
HTML
11.5%
CSS
10.3%
Shell
4.8%