Download Limen Code

Available for Linux. AppImage runs anywhere. Debian package for apt-managed systems.

BETA v0.3.0

AppImage

x86_64 · Linux · Universal
Download AppImage
133 MB · Limen Code-0.3.0.AppImage

Debian Package

amd64 · Ubuntu / Debian / Pop!_OS
Download .deb
86 MB · limen-code_0.3.0_amd64.deb

System Requirements

OSLinux (x86_64) — Ubuntu 22.04+, Debian 12+, Fedora 38+, Arch
RuntimeElectron 33 (bundled)
RAM4 GB minimum, 8 GB recommended
Disk~300 MB installed
OptionalPodman (containers), Ollama (local AI), SSH client (remote)

Installation

AppImage

chmod +x Limen-Code-0.3.0.AppImage
./Limen-Code-0.3.0.AppImage --no-sandbox

Debian Package

sudo dpkg -i limen-code_0.3.0_amd64.deb
sudo apt-get install -f # resolve dependencies if needed

Build from Source

git clone <repo-url>
cd limen-code
npm install
npm run dev # development
npm run build # production build