Skip to content

qomarhsn/zenbrowser-dnfrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Zen Browser DNF Repository

Automated DNF repository for Zen Browser on Fedora, RHEL, and CentOS systems.

Quick Install

1. Import GPG Key

sudo rpm --import https://zenbrowser-dnfrepo.qomarhsn.com/RPM-GPG-KEY-zen-browser

2. Add Repository

sudo tee /etc/yum.repos.d/zen-browser.repo > /dev/null << 'REPO'
[zen-browser]
name=Zen Browser
baseurl=https://zenbrowser-dnfrepo.qomarhsn.com/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://zenbrowser-dnfrepo.qomarhsn.com/RPM-GPG-KEY-zen-browser
skip_if_unavailable=True
metadata_expire=6h
REPO

3. Install Zen Browser

sudo dnf clean all
sudo dnf install -y zen-browser

4. Launch

zen-browser
# or simply (symlinks to zen-browser)
zen

Features

  • 🤖 Automated: Weekly builds from upstream releases
  • 📦 RPM Package: Proper system integration
  • 🔄 Auto-Updated: Tracks latest Zen Browser releases
  • 🔒 GPG Signed: Cryptographically signed packages and repository metadata
  • 🖥️ Desktop Integration: Application menu, icons, and file associations
  • 🌊 Wayland Support: Optimized for modern Linux desktops

Package Details

Component Location
Installation /opt/zen-browser
Primary Launcher /usr/bin/zen-browser
Convenience Symlink /usr/bin/zenzen-browser
Desktop Entry /usr/share/applications/zen-browser.desktop
Icon /usr/share/pixmaps/zen-browser.png

Architecture

  • x86_64 (Intel/AMD 64-bit)
  • aarch64 (ARM64)

How It Works

  1. GitHub Actions monitors zen-browser/desktop for new releases
  2. Downloads upstream binaries and packages them as RPMs
  3. Creates DNF repository metadata
  4. Deploys to GitHub Pages at zenbrowser-dnfrepo.qomarhsn.com

Links

License

This repository contains only automation and packaging files (workflows, scripts, web pages). These files are licensed under the MIT License.

Note: This license applies only to this repository's automation infrastructure (GitHub Actions workflows, build scripts, HTML/CSS files, etc.).

Zen Browser itself is a separate project licensed under the Mozilla Public License 2.0 (MPL-2.0) by the Zen Browser team. This repository merely repackages their releases for Fedora/RHEL/CentOS systems.


Maintained by: Qomarul Hasan

About

Automated DNF repository for Zen Browser on Fedora, RHEL, and CentOS systems.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages