LUANCHER.
The launcher for Luanti.
A professional-grade Luanti launcher built with Python and Flutter.
Version Manager
A Version Manager that can let you install any Luanti version. Our main feature.
Theming
Upload a custom theme in Luancher, and it'll automatically inject it into Luanti.
Open Source
Completely open source and free forever. Licensed under MIT.
Beautiful UI
Built with Python and Flutter.
Ready to Get Started?
Download Luancher today and experience Luanti like never before.
Installation Guide (Linux only)
To run Luancher and build the Luanti engine, you must install the core system dependencies, clone the repository, set up a virtual environment, and initialize the project.
1. System Dependencies
Run the command corresponding to your Linux distribution.
Debian / Ubuntu / Mint:
sudo apt update && sudo apt install -y g++ make libc6-dev cmake libpng-dev libjpeg-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev zlib1g-dev libgmp-dev libjsoncpp-dev libzstd-dev libluajit-5.1-dev gettext libsdl2-dev python3-venv git
Arch Linux:
sudo pacman -S --needed base-devel cmake libpng libjpeg-turbo mesa sqlite libogg libvorbis openal curl freetype2 zlib gmp jsoncpp zstd luajit gettext sdl2 git
Fedora:
sudo dnf install make gcc-c++ cmake libpng-devel libjpeg-turbo-devel mesa-libGL-devel sqlite-devel libogg-devel libvorbis-devel openal-soft-devel libcurl-devel freetype-devel zlib-devel gmp-devel jsoncpp-devel zstd-devel luajit-devel gettext-devel SDL2-devel git
2. Clone and Environment Setup
Clone the repository:
git clone https://github.com/PlamiumAI/Luancher.git && cd Luancher
Activate virtual environment:
python3 -m venv venv && source venv/bin/activate
3. Python Dependencies
pip install flet Pillow requests feedparser
4. Initialization