Installation

Install WemoraOS Assistant Lite on Ubuntu 24.04 LTS.

One-command install

curl -fsSL https://repo.kahlen.org/install.sh | bash

Interactive options

  • 1 — CLI only: command-line tools only.
  • 2 — CLI + TUI: adds the Textual terminal UI.
  • 3 — CLI + GUI: adds the Qt desktop GUI.
  • 4 — Complete Installation: all interfaces (default).

What the installer does

  1. Detects Ubuntu version and CPU architecture.
  2. Installs Python 3.11+ and uv if missing.
  3. Installs system dependencies via apt.
  4. Downloads and verifies the release tarball and wheel.
  5. Creates a dedicated virtual environment at ~/.local/share/wemora/venv.
  6. Installs WemoraOS and links wemora, wemora-tui, wemora-gui into ~/.local/bin.
  7. Installs desktop entries, icons and MIME associations.
  8. Runs verification and offers the first-start wizard.

APT repository

curl -fsSL https://repo.kahlen.org/keys/wemora.asc | sudo gpg --dearmor -o /usr/share/keyrings/wemora.gpg
echo "deb [signed-by=/usr/share/keyrings/wemora.gpg] https://repo.kahlen.org/apt stable main" | sudo tee /etc/apt/sources.list.d/wemora.list
sudo apt-get update
sudo apt-get install wemora