1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 01:19:59 +02:00
🌀 Experience tranquillity while browsing the web without people tracking you!
Find a file
2025-03-23 11:31:26 +01:00
.github fix(build): remove duplicate echo statement for GITHUB_REPOSITORY_OWNER in workflow 2025-03-23 11:31:21 +01:00
.husky Update pre-commit hook and upgrade lint-staged to version 15.3.0 2025-01-04 02:07:53 +01:00
.vscode Fixed addon updates 2024-09-15 13:50:52 +02:00
AppDir Format export statement for consistency in AppRun script 2025-03-08 19:45:39 +01:00
build/winsign Refactor npm commands in workflows for consistency and improved clarity 2025-02-03 21:27:38 +01:00
configs fix(build): disable LTO temporarily and enable PGO based on release settings 2025-03-15 19:36:13 +01:00
docs Update monthly issue metrics 2025-03-01 02:36:53 +00:00
firefox-cache fix: enhance tab unloading logic with permitUnload check and update candidate version and update to firefox 136.0.2 2025-03-18 15:46:13 +01:00
flatpak Update flatpak manifest file 2025-03-19 07:47:02 +00:00
l10n@778cb128c6 refactor: update workspace settings and improve CSS styles for better layout and responsiveness 2025-03-20 19:22:55 +01:00
scripts fix: enhance tab unloading logic with permitUnload check and update candidate version and update to firefox 136.0.2 2025-03-18 15:46:13 +01:00
src Revert "Fix: fixed overflowing glance buttons when sidebar is opened" 2025-03-23 10:41:26 +01:00
tests Enhance tab closing behavior with permitUnload check and update test for consistency 2025-03-13 01:11:45 +01:00
.dockerignore Fixed web aligment issues on certain occations and URL bar not showing in compact mode right side 2024-12-17 17:05:50 +01:00
.editorconfig Incorporate '.editorconfig' as a cross-editor configuration to ensure uniformity in code 2024-11-28 07:29:17 +05:30
.gitattributes Refactor unpacking of Windows build tar files 2024-09-16 20:32:04 +03:00
.gitignore Add support for updating the l10n last commit hash and new script option 2025-01-28 16:46:16 +01:00
.gitmodules Translated files to a single monorepo 2024-11-04 17:37:02 +01:00
.nvmrc Add '.nvmrc' and '.python-version' files to ensure system dependency (node) is documented 2024-11-27 23:11:55 +05:30
.prettierignore Enhance compact mode functionality by refining sidebar animation conditions and updating CSS ignore rules 2025-01-25 13:42:52 +01:00
.prettierrc.json Update Prettier configuration and dependencies; add prettier-plugin-sh and upgrade husky and prettier versions 2025-01-04 02:28:08 +01:00
.python-version Add '.nvmrc' and '.python-version' files to ensure system dependency (node) is documented 2024-11-27 23:11:55 +05:30
CODE_OF_CONDUCT.md Refactor CSS and JavaScript files for consistency; clean up whitespace and formatting 2025-01-04 02:21:45 +01:00
CODEOWNERS Update Git configuration and CODEOWNERS to reflect new user details 2025-01-06 21:01:52 +01:00
LICENSE chore: Update MPL LICENSE link in README.md 2024-07-15 21:57:48 +00:00
package-lock.json update @zen-browser/surfer dependency to version 1.10.5 and refine media controls styling 2025-03-14 18:29:22 +01:00
package.json update @zen-browser/surfer dependency to version 1.10.5 and refine media controls styling 2025-03-14 18:29:22 +01:00
pyproject.toml Update formatting commands in package.json and pyproject.toml; refactor indentation in Python scripts for consistency 2025-01-12 17:01:36 +01:00
README.md Forgot ! xP 2025-03-22 22:30:56 +00:00
requirements.txt Add autopep8 configuration and integrate into workflows for code formatting 2025-01-12 16:57:34 +01:00
surfer.json Bumped version to 1.10.1b 2025-03-20 20:04:56 +01:00

Zen Browser

Downloads Crowdin Zen Release builds

Experience tranquillity while browsing the internet with Zen! Our mission is to give you a balance between speed, privacy and productivity!

🖥️ Compatibility

Zen is currently built using Firefox version 136.0.2! 🚀

  • Zen Twilight - Is currently built using Firefox version RC 136.0!
  • Check out the latest release notes!
  • Part of our mission is to keep Zen up-to-date with the latest version of Firefox, so you can enjoy the latest features and security updates!

🤝 Contribution

Zen is an open-source project, and we welcome contributions from the community! Please take a look at the contribution guidelines before getting started!

Issue metrics

We keep track of how many issues are closed at the end of the month in docs/issue-metrics. We use this to keep track of our issues and see our progress! 📈

Versioning

Zen uses Semantic Versioning, meaning versions are displayed as a.b.cd where:

  • a is the major version
  • b is the minor version
  • c is the branch prefix
  • d is the patch version

Branches

Zen is divided into 2 main branches. We use dev for development and stable for stable releases. The dev branch is where all the new features are added and where twilight builds are generated. The stable branch is where the stable releases are generated.

We divide into 2 branches in case there's any really important security update (for example) that needs to be released before the next stable release. This allows us to do patches without releasing unstable versions to the public.

Performance

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

📥 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.

If you don't see your OS listed below, that's because we already have it in our downloads page! Make sure to check it out!

Windows

Winget
winget install --id Zen-Team.Zen-Browser

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

Arch-based distributions
yay -S zen-browser-bin
Other Linux distributions (Tarball or AppImage)
  • Tarball install:
bash <(curl -s https://updates.zen-browser.app/install.sh)
  • AppImage install:
bash <(curl https://updates.zen-browser.app/appimage.sh)

AppImage install requires zsync for the Update feature

  • Again, if you don't see your OS listed above, that's because we already have it in our downloads page! 🔄

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

👨‍💻 Development and Contributing

Some components used by @zen-browser as an attempt to make firefox forks a better place, and for other to enjoy the beauty of OSS. You can find them here.

Run Locally

In order to download and run Zen locally, please follow these instructions.

Special Thanks

Special thanks to... EVERYONE 🎉! Checkout the team and contributors page here

Third Party Code

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

🖥️ Comparison with other browsers

Thanks everyone for making Zen stand out among these giants!

Star History Chart

📄 License

Zen browser is under the MPL 2.0 LICENSE. All the code is open-source and free to use! Attribution is appreciated but not required.