Skip to content

Exepad 1.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 11:10
· 4 commits to main since this release

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.2/install.sh | bash

Windows (guides you through Docker Desktop if needed):

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Exepad/exepad-app-builder/releases/download/v1.0.2/install.ps1 | iex"

Or via npm (Node 18+):

npx exepad-app-builder@1.0.2 up

Prefer 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.2
  • ghcr.io/exepad/exepad-app-builder:1.0.2-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.2 — it snapshots a backup of your data volume first automatically (skip with --no-backup).

See CHANGELOG.md for what changed.