Skip to content

Exepad 1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 11:15

Install

macOS or Linux (installs Docker for you on Linux if missing):

curl -fsSL https://github.com/Exepad/exepad-app-builder/releases/download/v1.1.0/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.1.0/install.ps1 | iex"

Or via npm (Node 18+):

npx exepad-app-builder@1.1.0 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.1.0
  • ghcr.io/exepad/exepad-app-builder:1.1.0-lite — no bundled Chromium (~1.4 GB smaller uncompressed); dashboard thumbnails auto-disable

Upgrading an existing install: npx exepad-app-builder update --to 1.1.0 — it snapshots a backup of your data volume first automatically (skip with --no-backup).

See CHANGELOG.md for what changed.