Picodulce Launcher

The simple FOSS launcher you've been looking for

Features

Version Management

Download and launch all available game versions, from the latest updates to older versions.

Online & Offline Support

Play with or without Microsoft connection - enjoy your game in both offline and online modes.

Mod Manager

Built-in Marroc Mod Manager for effortless mod and texturepack management.

Custom Themes

Create and apply your own personalized themes with our theming system.

Installation

Windows

Download and run the installer from our latest release:

Download Installer

Arch Linux

Install from AUR:

yay -S picodulce

Or manually:

git clone https://aur.archlinux.org/picodulce.git
cd picodulce
makepkg -si

Any OS

# 1. Clone the repository
git clone https://github.com/nixietab/picodulce

# 2. Create virtual environment
python -m venv venv

# 3. Activate virtual environment
# Linux/Mac:
source venv/bin/activate
# Windows:
.\\venv\\Scripts\\activate

# 4. Install requirements
pip install -r requirements.txt

# 5. Run the launcher
python picodulce.py