evil Download

evil/Download

Pick your
poison.

One browser, three desktops. Installers are signed, reproducible and checksummed — and nothing in them phones home.

Latest
v1.0.0 — unreleased
Base
Chromium 152
Platforms
Windows · macOS · Linux
Licence
BSD-3 (Chromium)
01 — Choose a channel
The stable channel hasn't opened yet. v1.0.0 is still in development — the cards below go live the moment the first public build is cut, and the changelog tracks every step until then.

02 — Every artefact

The full build matrix.

PlatformPackageArchitectureSizeSHA-256
WindowsInstaller (.exe)x86_64~112 MBon release
WindowsInstaller (.exe)arm64~108 MBon release
WindowsPortable (.zip)x86_64~136 MBon release
macOSDisk image (.dmg)universal~190 MBon release
LinuxAppImagex86_64~120 MBon release
LinuxDebian (.deb)x86_64 / aarch64~98 MBon release
LinuxRed Hat (.rpm)x86_64 / aarch64~99 MBon release
LinuxTarball (.tar.xz)x86_64~104 MBon release

Sizes are current internal-build figures and will shift before v1.0.0. Every published artefact ships with a detached signature and a SHA-256 line in SHA256SUMS.

03 — Verify before you run it

Trust, then check.

A privacy browser you downloaded from a mirror you don't control is not a privacy browser. Two commands, ten seconds.

macOS / Linux

shasum -a 256 evil-1.0.0-x86_64.AppImage
grep evil-1.0.0-x86_64.AppImage SHA256SUMS

Windows (PowerShell)

Get-FileHash .\evil-1.0.0-x64.exe -Algorithm SHA256
Select-String -Path .\SHA256SUMS -Pattern "evil-1.0.0-x64.exe"

If the two strings don't match character for character, delete the file. Don't run it, don't "try it anyway".

04 — Will it run?

System requirements.

PlatformMinimum OSCPURAMDisk
WindowsWindows 10 20H2SSE3 x64 or arm644 GB600 MB
macOSmacOS 12 MontereyApple Silicon or Intel4 GB700 MB
Linuxglibc 2.31+ (Ubuntu 20.04)x86_64 or aarch644 GB550 MB
Running it on a potato? evil starts up in low-memory mode when it detects under 4 GB — background tabs are frozen sooner and the renderer process cap drops. Details in the performance docs.
05 — Or don't wait

Build it yourself.

evil is open source. The patch set against Chromium, the GN configuration and the packaging scripts are all public, so you don't have to wait for a binary — and you don't have to take the privacy claims on faith either.

git clone https://github.com/evil-browser/evil.git
cd evil
make bootstrap    # depot_tools and prerequisite checks
make sync         # fetch Chromium at the pinned tag (slow, 40+ GB)
make patch        # apply the evil patch set
make build        # gn gen + autoninja
make package      # installers into dist/

A first build takes 2–6 hours and needs about 100 GB of disk. Per-platform prerequisites are in docs/BUILDING.md.

Nothing to download
just yet.

The build matrix above fills in the day v1.0.0 is cut. Until then, the development log is the honest version of a release page.