Skip to main content
Deutsch English Español  Français Italiano Polska  Portuguese  Български  Русский  Українська  やまと  中国  فارسی 

Cook eggs in 5 minutes!

Transform your Linux system into an installable ISO using penguins-eggs.

Quick Installation

1. Install prerequisites

# Debian/Ubuntu
sudo apt install git tar

# Arch Linux
sudo pacman -S git tar

# Fedora/AlmaLinux/Rocky
sudo dnf install git tar

# OpenSUSE
sudo zypper install git tar

2. Install with get-eggs

git clone https://github.com/pieroproietti/get-eggs
cd get-eggs
sudo ./get-eggs.sh

The get-eggs.sh script will automatically:

  • Detect your distribution
  • Install Node.js (≥18) if needed
  • Download and install the correct penguins-eggs package
  • Configure all dependencies

3. Configure eggs

sudo eggs dad --default

4. Create your ISO

sudo eggs produce

Result

You'll get an ISO named: egg-of_DISTRO_VERSION_HOSTNAME-ARCH_DATE_TIME.iso

Example: egg-of-debian-bookworm-naked-amd64_2025-05-28_1025.iso

Main Commands

  • eggs love - Create live ISO, full automatic
  • eggs install - CLI installer
  • eggs calamares --install - Graphical installer (optional)
  • eggs - Complete command list

Support

With just 4 commands you've created a complete, installable Linux distribution! 🎉