Download FlickOS 2.0

Hybrid live ISO for amd64 — boots on BIOS and UEFI. About 1.4 GB.

Get the ISO on SourceForge

Verify the download

After downloading FlickOS-64bit-v2.0.iso, check the SHA-256:

20a96701d0734d55a06f53a0d09c9577ac3e609bd5f7559566aef8956c374c74
echo "20a96701d0734d55a06f53a0d09c9577ac3e609bd5f7559566aef8956c374c74  FlickOS-64bit-v2.0.iso" | sha256sum -c

Or download SHA256SUMS from the same SourceForge folder and run sha256sum -c SHA256SUMS.

Write a USB stick

  1. Use Balena Etcher, Rufus (DD mode), or another hybrid-ISO writer.
  2. Or with dd (replace the device path):
    sudo dd if=FlickOS-64bit-v2.0.iso of=/dev/sdX bs=4M status=progress oflag=sync
  3. Boot from the USB stick (disable Secure Boot if your machine requires it for unsigned media).

Live session

The live session logs in automatically as user with password live. Explore the desktop, then right-click the desktop and choose Install FlickOS when you are ready.

Install

  1. Start the Calamares installer from the desktop menu.
  2. Follow the steps: language, keyboard, partitioning, user account.
  3. Reboot into the installed system when Calamares finishes.

Installed systems get a graphical login (greetd). FlickOS packages update from theapt repository.

Need more detail?

Building and testingcovers QEMU boots and install checks. Source and issues live onGitHub.