Available for Linux. AppImage runs anywhere. Debian package for apt-managed systems.
BETA v0.4.8-alpha| OS | Linux (x86_64) — Ubuntu 22.04+, Debian 12+, Fedora 38+, Arch |
|---|---|
| Runtime | Electron 33 (bundled) |
| RAM | 4 GB minimum, 8 GB recommended |
| Disk | ~300 MB installed |
| Optional | Podman (containers), Ollama (local AI), SSH client (remote) |
Scenario: You download the AppImage, mark it executable, run it — and nothing happens. No window, no error, or a brief message about FUSE that disappears. Meanwhile, cloning from FlameHub and building from source works perfectly.
Cause: Ubuntu 24.04+ and many modern distros ship fuse3 by default,
but AppImage (Type 2) requires libfuse2, which is no longer pre-installed.
Without it, the AppImage runtime cannot mount the internal filesystem and exits silently.
Fix:
After installing, run the AppImage again — it should launch immediately.
Alternative: If you prefer not to install FUSE, you can extract and run directly:
Or use the .deb package below, or build from source via FlameHub — both bypass this issue entirely.
Limen Code runs on Chromebooks, Windows, and macOS via setup scripts. Each script discloses exactly what it will do and asks for your consent before proceeding.
Runs natively on Intel/AMD Chromebooks using the built-in Linux container. The setup script installs dependencies, downloads the AppImage, verifies its SHA-256 hash, and creates a desktop launcher.
Step 1: Enable Linux in Settings → Advanced → Developers → Linux development environment
Step 2: Open the Linux terminal and run:
Or review the script first:
curl -fsSL https://limencode.app/scripts/chromebook-setup.sh -o setup.sh && less setup.sh && bash setup.sh
ARM Chromebooks: build from source with git clone https://flamehub.app/git/limen-code.git
Runs Limen Code in a sovereign Podman container with GUI forwarding. No Docker daemon. Rootless by design. Your workspace persists in a Podman volume.
Prerequisites:
Run in PowerShell:
First build takes 5–15 minutes. Subsequent launches are instant.
Runs Limen Code in a Podman container with XQuartz display forwarding. Supports both Apple Silicon (M1/M2/M3) and Intel Macs.
Prerequisites:
brew install podman)brew install --cask xquartz)Run in Terminal:
Or review first: curl -fsSL https://limencode.app/scripts/macos-setup.sh -o setup.sh && less setup.sh && bash setup.sh