A Linux distro built on Debian. Lightweight, familiar to anyone coming from Windows, and doesn't ship with stuff you'll never use.
Stable, well-supported, huge package library. If a package exists for Linux, it's probably in apt.
Built from scratch in C and GTK4. No GNOME, no KDE bloat — just what's needed.
Taskbar at the bottom, start menu, file manager that works like Windows Explorer. No relearning.
Boots in under 512MB RAM. Runs fine on hardware from 2010 onwards.
UEFI firmware required. 1GB RAM and 20GB storage recommended for comfortable use.
Grab the latest ISO from the releases page. Verify the checksum if you want to be sure nothing got corrupted in transit.
Use Balena Etcher on Windows or Mac — select the ISO, select your USB drive, flash. On Linux you can use dd:
lsblk before running dd. It will wipe whatever drive you point it at.Restart your machine and press the boot menu key — usually F12, F10, or Esc depending on your motherboard. Select the USB drive.
If it doesn't appear, go into BIOS/UEFI settings and make sure Secure Boot is off and UEFI boot is enabled.
Blink OS boots into a live environment first. You can try it without touching your disk. When you're ready, open the installer from the desktop and follow the steps.
The installer handles partitioning, bootloader setup, and user creation.
Update the system and install what you need:
Firefox is included. For other apps, use apt or the software centre.
Download the .ova file from the releases page. In VirtualBox go to File → Import Appliance, select the OVA and hit Finish.
The OVA sets up the VM config but doesn't include the OS pre-installed. Go to Settings → Storage, click the empty DVD drive under Controller: IDE, then attach the ISO you downloaded.
Hit Start. It'll boot into the live environment. You can install from there or just try it out.
sudo apt install package-name in the terminal, or use the graphical software centre. Debian's repos have tens of thousands of packages. For anything not in apt, you can install .deb files directly or use Flatpak.