| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Zen_linux_arm64.tar.gz | 2026-08-09 | 9.6 MB | |
| Zen-amd64-installer.exe | 2026-08-09 | 12.2 MB | |
| Zen-arm64-installer.exe | 2026-08-09 | 11.6 MB | |
| Zen_linux_arm64_noselfupdate.tar.gz | 2026-08-09 | 9.6 MB | |
| Zen_windows_amd64.zip | 2026-08-09 | 10.5 MB | |
| Zen_windows_amd64_noselfupdate.zip | 2026-08-09 | 10.5 MB | |
| Zen-arm64.dmg | 2026-08-09 | 10.4 MB | |
| Zen_darwin_arm64.tar.gz | 2026-08-09 | 10.0 MB | |
| Zen_darwin_arm64_noselfupdate.tar.gz | 2026-08-09 | 10.0 MB | |
| Zen_windows_arm64.zip | 2026-08-09 | 9.9 MB | |
| Zen_windows_arm64_noselfupdate.zip | 2026-08-09 | 9.9 MB | |
| Zen-amd64.dmg | 2026-08-09 | 11.1 MB | |
| Zen_darwin_amd64.tar.gz | 2026-08-09 | 10.6 MB | |
| Zen_darwin_amd64_noselfupdate.tar.gz | 2026-08-09 | 10.6 MB | |
| Zen_linux_amd64.tar.gz | 2026-08-09 | 10.2 MB | |
| Zen_linux_amd64_noselfupdate.tar.gz | 2026-08-09 | 10.2 MB | |
| README.md | 2026-08-09 | 2.3 kB | |
| v0.25.0 source code.tar.gz | 2026-08-09 | 7.7 MB | |
| v0.25.0 source code.zip | 2026-08-09 | 7.9 MB | |
| Totals: 19 Items | 182.5 MB | 2 | |
What's New
- Xin chào! Zen's UI is now available in Vietnamese. Thanks to @vuanhvu11982!
- Fixed proxy start for non-admin macOS accounts
Pressing "Start" failed on standard (non-admin) macOS accounts with a "Command requires admin privileges" error, because
networksetuprefused to run without elevation. Zen now elevates these commands when needed, so starting the proxy prompts for admin approval instead of failing. Thanks to @stevehartwell for reporting the issue! - Linux installation script
A new
install.shscript installs and uninstalls Zen across Linux distributions, automating the manual process of downloading and extracting a portable binary. See the README for usage. Thanks to @ohdonny! - Fixed Linux autostart
Zen was writing its autostart entry to
~/.configinstead of~/.config/autostart, so "Start on login" had no effect. The entry is now created in the correct directory, with a migration that fixes existing installs on upgrade. Thanks to @yofukashino! - More reliable filter list updates Filter list fetching now survives slow or unreliable connections. Downloads are retried with backoff, updates are requested conditionally to save bandwidth, and Zen falls back to the last known-good list instead of losing protection when a fetch fails outright.
- Friendly error page on failed page loads Browser navigations that fail at the proxy now show a readable error page instead of a broken connection.
- Proxy performance improvements Long-lived connections (SSE, long polling) are no longer cut off by a fixed request timeout, idle connection limits were raised, and outbound connections now close cleanly on shutdown.
- Other improvements
Faster process lookups on Linux via kernel Netlink queries instead of
/procparsing (thanks @LucasM4r!), and the Rules help button now points to Zen's new documentation site.
New Contributors
- @vuanhvu11982 made their first contribution in https://github.com/irbis-sh/zen-desktop/pull/760
- @yofukashino made their first contribution in https://github.com/irbis-sh/zen-desktop/pull/769
Thank you for using Zen!
Full Changelog: https://github.com/irbis-sh/zen-desktop/compare/v0.24.1...v0.25.0