https://github.com/irbis-sh/zen-desktop
Simple, free and efficient ad-blocker and privacy guard for Windows, macOS and Linux.
https://github.com/irbis-sh/zen-desktop
ad-block adblock adblocker desktop-app go gui linux macos privacy windows zen
Last synced: 3 days ago
JSON representation
Simple, free and efficient ad-blocker and privacy guard for Windows, macOS and Linux.
- Host: GitHub
- URL: https://github.com/irbis-sh/zen-desktop
- Owner: irbis-sh
- License: mit
- Created: 2023-05-27T08:49:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-04-12T18:34:24.000Z (16 days ago)
- Last Synced: 2026-04-19T10:32:59.199Z (9 days ago)
- Topics: ad-block, adblock, adblocker, desktop-app, go, gui, linux, macos, privacy, windows, zen
- Language: Go
- Homepage: https://irbis.sh/zen
- Size: 8.93 MB
- Stars: 3,946
- Watchers: 19
- Forks: 122
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Zen: Your Comprehensive Ad-Blocker and Privacy Guard
There is, simply, no way, to ignore privacy. Because a citizenry’s freedoms are interdependent, to surrender your own privacy is really to surrender everyone’s.
Edward Snowden, Permanent Record



Zen is an open-source system-wide ad-blocker and privacy guard for Windows, macOS, and Linux. It works by setting up a proxy that intercepts HTTP requests from all applications, and blocks those serving ads, tracking scripts that monitor your behavior, malware, and other unwanted content. By operating at the system level, Zen can protect against threats that browser extensions cannot, such as trackers embedded in desktop applications and operating system components. Zen comes with many pre-installed filters, but also allows you to easily add hosts files and EasyList-style filters, enabling you to tailor your protection to your specific needs.
## Downloads
During the first run, Zen will prompt you to install a root certificate. This is required for Zen to be able to intercept and modify HTTPS requests. This certificate is generated locally and never leaves your device. For details on how this works and the steps we take to secure it, see our [security architecture](/docs/internal/security-architecture.md).
### Windows
- x64: [💾 Installer](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen-amd64-installer.exe) | [📦 Portable](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen_windows_amd64.zip)
- ARM64: [💾 Installer](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen-arm64-installer.exe) | [📦 Portable](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen_windows_arm64.zip)
Unsure which version to download? Click on 'Start' and type 'View processor info'. The 'System type' field under 'Device specifications' will tell you which one you need.
#### Winget
Zen is available via [Winget (Windows Package Manager)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/z/ZenPrivacy). To install, run:
```bash
winget install ZenPrivacy.ZenDesktop
```
### macOS
- x64 (Intel): [💾 Installer](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen-amd64.dmg) | [📦 Portable](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen_darwin_amd64.tar.gz)
- ARM64 (Apple Silicon): [💾 Installer](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen-arm64.dmg) | [📦 Portable](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen_darwin_arm64.tar.gz)
Unsure which version to download? Learn at [Apple's website](https://support.apple.com/en-us/HT211814).
#### 🍺 Homebrew
Zen is available via [Homebrew](https://formulae.brew.sh/cask/zen-privacy) for both Intel and Apple Silicon. To install it, run:
```bash
brew install --cask zen-privacy
```
### Linux
- AUR: [👾 zen-adblocker-bin](https://aur.archlinux.org/packages/zen-adblocker-bin)
- x64: [📦 Portable](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen_linux_amd64.tar.gz)
- ARM64: [📦 Portable](https://github.com/irbis-sh/zen-desktop/releases/latest/download/Zen_linux_arm64.tar.gz)
On Linux, automatic proxy configuration is currently only supported on GNOME- and KDE-based desktop environments.
## Screenshots
Request history
Filter list manager
Request history shows all requests blocked by Zen. Each request can be inspected to see which filter and rule blocked it.
Zen comes with many pre-installed filters. You can also add your own by providing a URL to a hosts file or an EasyList-style filter.
## Development
Follow the [getting started guide](docs/internal/index.md#getting-started) to begin working on Zen development. If you have any questions, feel free to ask in the [Discussions](https://github.com/irbis-sh/zen-desktop/discussions/categories/q-a).
## Contributing
Zen needs your help! You can report bugs, suggest and implement features, improve the codebase, or help translate Zen into your language. Please refer to the [Contributing Guidelines](CONTRIBUTING.md) for more information.
## Special Thanks
Zen exists thanks to the support of many incredible people and organizations, including:
- [SignPath](https://signpath.io) and [SignPath Foundation](https://signpath.org/), who generously provide a free Windows certificate and code signing
## License
This project is licensed under the [MIT License](https://github.com/irbis-sh/zen-desktop/blob/master/LICENSE). Some code and assets included with Zen are licensed under different terms. For more information, see the [COPYING](https://github.com/irbis-sh/zen-desktop/blob/master/COPYING.md) file.