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
- Detects Ubuntu version and CPU architecture.
- Installs Python 3.11+ and uv if missing.
- Installs system dependencies via apt.
- Downloads and verifies the release tarball and wheel.
- Creates a dedicated virtual environment at ~/.local/share/wemora/venv.
- Installs WemoraOS and links wemora, wemora-tui, wemora-gui into ~/.local/bin.
- Installs desktop entries, icons and MIME associations.
- 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