Go to file
2024-10-04 13:30:55 +00:00
.github Fixed twilight releases 2024-10-04 13:30:55 +00:00
.husky Fix lint-staged command in pre-commit hook 2024-09-09 19:30:41 +02:00
.vscode Fixed addon updates 2024-09-15 13:50:52 +02:00
AppDir Formatted the entire project 2024-09-09 19:36:14 +02:00
build Fix macOS version check in codesign.bash 2024-10-02 22:46:18 +02:00
configs FIxed aligment issues on tabs when collapsed 2024-10-01 20:29:05 +02:00
docs Formatted the entire project 2024-09-09 19:36:14 +02:00
flatpak Fix GTK module path in Flatpak manifest 2024-09-09 19:22:21 +02:00
l10n@0bd8f65ca3 Update submodule commit in l10n 2024-09-30 00:41:40 +02:00
scripts Refactor language pack copying script to include all l10n directories 2024-09-14 23:57:42 +02:00
src Fix dirty subproject commit in zen-components 2024-10-03 22:31:09 +02:00
.gitattributes Refactor unpacking of Windows build tar files 2024-09-16 20:32:04 +03:00
.gitignore Refactor .gitignore and add windsign-temp/ 2024-09-13 10:11:47 -07:00
.gitmodules chore: Add submodule for l10n packs 2024-08-23 15:20:08 +02:00
.prettierignore Refactor system dependencies installation in linux-alpha-build.yml 2024-09-07 22:27:48 +02:00
.prettierrc.json Refactor .prettierrc.json: Remove tailwindcss plugin and tailwindConfig 2024-09-07 22:13:03 +02:00
CODEOWNERS Added codeowners 2024-05-21 22:26:34 +02:00
LICENSE chore: Update MPL LICENSE link in README.md 2024-07-15 21:57:48 +00:00
package-lock.json Fixed twilight releases 2024-10-04 13:30:55 +00:00
package.json Update "@zen-browser/surfer" dependency to version 1.5.0 2024-10-03 18:59:40 +02:00
pnpm-lock.yaml Update "@zen-browser/surfer" dependency to version 1.5.0 2024-10-03 18:59:40 +02:00
README.md fix minor typo 2024-10-02 17:58:03 -04:00
surfer.json Update @zen-browser/surfer to version 1.4.24 2024-10-01 19:30:38 +02:00

Zen Browser

Experience tranquillity while browsing the web without people tracking you!

Downloads Crowdin

Flathub

Patreon

ko-fi

Compatibility

Zen is currently built using firefox version 131.0!

Performance

Zen is built with performance in mind, and we have optimized the browser to be as fast as possible!

Installation

Supported Operating Systems

Zen is available for Linux, macOS, and Windows. You can download the latest version from the official website at zen-browser.app, or from the GitHub Releases page.

Windows

Winget

  • Generic
winget install --id Zen-Team.Zen-Browser
  • Optimized
winget install --id Zen-Team.Zen-Browser.Optimized

macOS

  • Requires macOS 10.15 or later
  • Available for ARM and Intel architectures

You can also install Zen using Homebrew:

brew install --cask zen-browser

Linux

AppImage

  • zsync is required for the Update feature of the script below
bash <(curl https://updates.zen-browser.app/appimage.sh)

Flatpak

flatpak install flathub io.github.zen_browser.zen

To upgrade the browser to a newer version, use the embedded update functionality in About Zen.

Core Components

Some components used by @zen-browser as an attempt to make firefox forks a better place. You can find them here.

🚀 Run Locally

Clone the project

git clone https://github.com/zen-browser/desktop.git --recurse-submodules
cd desktop

Install dependencies

pnpm install

Download and bootstrap the browser

pnpm run init

Copy a language pack

sh scripts/update-en-US-packs.sh

Start building the browser

pnpm run build

Finally, run the browser!

pnpm start

Development

To view changes you've made, run

pnpm build:ui && pnpm start

Special Thanks

  • IAmJafeth (For sponsoring the domain)
  • Donno 🐒 (For making the logo)
  • ptr1337 (AUR Packages and optimization flags)
  • nitro (For the amazing work on the browser)

Third Party Code

Zen couldn't be in its current state without the help of these amazing projects!

  • Zen's default preferences are based on BetterFox

License

MPL LICENSE

Star History

Star History Chart