zen-browser
Firefox-based browser pushing your productivity to a new level
Zen is packed with features that help you stay productive and focused. Browsers should be tools that help you get things done, not distractions that keep you from your work.
amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install zen-browser
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
1.14.2b | 3cf9312952ad1e713b7ec57969e4dfa65d53b919c6254f694a6bbcd0b2f8daae |
81305 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for zen-browser are versioned here.
Click here to see zen-browser ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/desktop/zen-browser/ops2deb.yml
name: zen-browser
matrix:
versions:
- 1.14.2b
homepage: https://zen-browser.app/
summary: firefox-based browser pushing your productivity to a new level
description: |-
Zen is packed with features that help you stay productive and focused. Browsers
should be tools that help you get things done, not distractions that keep you
from your work.
fetch: https://github.com/zen-browser/desktop/releases/download/{{version}}/zen.linux-x86_64.tar.xz
install:
- zen:/usr/lib/zen
- content: |-
[Desktop Entry]
Name=Zen
Comment=Firefox-based browser pushing your productivity to a new level
Exec=/usr/bin/zen
Terminal=false
Type=Application
Icon=/usr/lib/zen/browser/chrome/icons/default/default128.png
Categories=Network;WebBrowser;
path: /usr/share/applications/zen.desktop
script:
- sed -i "s/dh_strip --no-ddebs/true/" {{debian}}/rules
- ln -s /usr/lib/zen/zen {{src}}/usr/bin/zen
The blueprint fetch
keyword contains a URL template pointing to zen-browser releases. Downloaded files are locked in a lockfile versioned here.