Skip to content

Download LankeOS

Download Image

Quick Start

bash
# Write the ISO to a USB drive (/dev/sdX is your USB device)
sudo dd if=lankeos-0.09-live.iso of=/dev/sdX bs=4M status=progress
sync

Boot Modes

  • Live Mode: Boot normally to enter the live desktop environment. All changes are lost after reboot.
  • Persistence Mode: Create a partition with label LANKE_DATA. The system will automatically mount it as the OverlayFS upper directory, enabling persistent changes.
  • Toram Mode: Add toram to the kernel parameters to load the entire system into RAM. You can remove the boot media after booting.

Install to Hard Disk

After booting into the live environment, run the built-in installer:

bash
sudo lanke_install

The installer will guide you through partitioning (GPT + EFI), formatting, data copy, and GRUB bootloader configuration.

System Requirements

HardwareMinimumRecommended
CPUx86_64, single coreIntel Core i3 or equivalent
Memory300 MiB4 GiB+
Storage1 GiB10 GiB+
GraphicsKMS/DRM supportIntel / AMD GPU
UEFI64-bit UEFI64-bit UEFI

Check the Release History for more version information.

Package Repository

LankeOS uses Tencent Cloud COS as its package distribution backend:

Repository: https://lankerepo.wtada233.top/x86_64

Open source under GPL-3.0