Download for your platform
DownloadVersion — · SHA-256 checksums
Loading latest release…
All Downloads
Checksums (SHA-256)
Loading…
Quick Start
Desktop App
Download the installer for your platform, install, and launch. E opens as a native desktop application.
Standalone Server
# Download the binary
chmod +x e-linux-x64
# Run it
./e-linux-x64
# Custom port + auto-open browser
PORT=8080 OPEN=1 ./e-linux-x64
Docker
docker run -d \
--name e \
-p 3002:3002 \
-v e-data:/root/.e \
ghcr.io/airgap/e:latest