eXeLearning

Install eXeLearning

One-line installer for the open-source authoring tool. Works on Linux, macOS and Windows — always pulling the latest signed release straight from GitHub.

linux — install
$ curl -fsSL https://get.exelearning.dev | sh
macos — install
$ curl -fsSL https://get.exelearning.dev | sh
windows — install
PS> irm https://get.exelearning.dev/install.ps1 | iex

eXeLearning is the open-source authoring tool teachers use to publish interactive HTML lessons. The installer script detects your platform and hands the latest signed package to your system installer — no Python, no virtualenvs, no manual extraction.

Prefer to do it yourself? Grab the package directly from GitHub Releases.

What does this script do?
  1. Detects your OS and architecture (Linux x86_64, macOS universal, Windows x64).
  2. Queries the GitHub API for the latest exelearning/exelearning release.
  3. Downloads the matching package: .deb, .rpm, .dmg or .exe.
  4. Hands it to your native installer (apt, dnf/yum, hdiutil, MSI/Setup).
  5. Uses sudo only when required by the package manager.

Read the source: install.sh · install.ps1