Build/Download *.deb packages for the zen browser.
Find a file
2025-10-15 09:49:25 -05:00
.gitignore Init 2025-10-11 11:36:32 -05:00
create-zen-deb.sh Changed to use env bash, and only build instead of install. Added ZEN_TWILIGHT mode. 2025-10-13 09:08:58 -05:00
get-zen-build-deb.sh Fixed TWILIGHT mode. 2025-10-15 09:49:25 -05:00
README.md Changed to use env bash, and only build instead of install. Added ZEN_TWILIGHT mode. 2025-10-13 09:08:58 -05:00

Zen Browser Debian

This repository contains unofficial deb packages of the zen browser. As well as instructions on how to build the deb packages from the official tarballs.

It is basically an attempt to reverse engineer the provided install script for the zen browser, found at the link below, for the purpose of creating deb packages. https://updates.zen-browser.app/install.sh

This is a fork of Zen Browser Debian in an effort to provide more up-to-date debian packages to people.

Steps to install

Download from releases

  1. Download the latest release

  2. Install

dpkg -i zen-browser_*.deb

Use the script

  1. Clone this repository
git clone https://codeberg.org/ashleyrose/zen-browser-debian.git
  1. Run the script
./get-zen-build-deb.sh
  1. Install
dpkg -i zen-browser_*.deb

Original README