Kristijan Ribarić 948cfc4034 feat: Add new settings for close shortcut behavior of pinned tabs
This commit introduces new settings for the behavior of closing pinned tabs using the close shortcut.

The following options are now available:

- **Reset pinned tab on close shortcut**: Reset the tab to the pinned URL.
- **Unload pinned tab on close shortcut**: Unload the tab.
- **Change pinned tab on close shortcut**: Change the pinned tab.
- **Close pinned tab on close shortcut**: Close the tab.

This provides more granular control over how pinned tabs are handled when the close shortcut is used, allowing users to customize the behavior to their specific needs.
2024-10-08 17:47:19 +02:00
2024-09-15 13:50:52 +02:00
2024-09-09 19:36:14 +02:00
2024-10-05 15:18:15 +02:00
2024-10-05 15:11:31 +02:00
2024-10-05 10:07:45 +02:00
2024-05-21 22:26:34 +02:00
2024-10-04 13:30:55 +00:00
2024-10-08 01:05:22 +02:00
2024-10-05 09:54:24 +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

CachyOS

Generic
sudo pacman -S zen-browser-bin
Optimized
sudo pacman -S zen-browser-avx2-bin

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
Description
Languages
TypeScript 33.9%
C++ 23.1%
JavaScript 19.4%
Fluent 17.7%
CSS 3.9%
Other 1.8%