Exepad 1.0.1
Install
macOS or Linux (installs Docker for you on Linux if missing):
curl -fsSL https://github.com/Exepad/exepad-app-builder/releases/download/v1.0.1/install.sh | bashWindows (guides you through Docker Desktop if needed):
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Exepad/exepad-app-builder/releases/download/v1.0.1/install.ps1 | iex"Or via npm (Node 18+):
npx exepad-app-builder@1.0.1 upPrefer a download?
| Platform | Package | Then |
|---|---|---|
| Windows | Exepad-Installer-Windows.msi | double-click — setup runs itself |
| macOS | Exepad-Installer-macOS.zip | extract → open Install Exepad.command |
| Linux | Exepad-Installer-Linux.tar.gz | bash install.sh |
Step-by-step (SmartScreen/Gatekeeper notes included): INSTALL.md
Images (linux/amd64 + linux/arm64, cosign-signed):
ghcr.io/exepad/exepad-app-builder:1.0.1ghcr.io/exepad/exepad-app-builder:1.0.1-lite— no bundled Chromium (~1.4 GB smaller uncompressed); dashboard thumbnails auto-disable
Upgrading an existing install: npx exepad-app-builder update --to 1.0.1 — it snapshots a backup of your data volume first automatically (skip with --no-backup).
See CHANGELOG.md for what changed.