Download FyshOS

Grab a live ISO and try the Tyde desktop straight from a USB stick — no installation required. Builds are produced automatically from the latest source, and Ferry will download and write one for you.

amd64

64-bit PC

Intel or AMD x86_64 — the right choice for most desktops and laptops.

Download ISO
Size
1.5 GB
Built
22 Aug 2026
FyshOS-2026-08-22_22.30-amd64.hybrid.iso
arm64

ARM 64-bit

AArch64 machines such as the Raspberry Pi 4 and other ARM boards.

Download ISO
Size
1.4 GB
Built
22 Aug 2026
FyshOS-2026-08-22_22.13-arm64.hybrid.iso
i386

32-bit PC

Older x86 hardware that cannot run a 64-bit system.

Download ISO
Size
1.2 GB
Built
22 Aug 2026
FyshOS-2026-08-22_22.30-i386.hybrid.iso

These are rolling test builds — each one is the latest snapshot of FyshOS for that architecture. You can browse a history of our ISO downloads on the GitHub releases page.

Make a USB Stick with Ferry

Our own USB creator for Linux and macOS — it can even fetch the image for you

Ferry choosing a FyshOS image to write

Ferry is a small Fyne application that walks you through four steps — architecture, image, device, write — and hands you a bootable stick at the end. It is a Go program, so with Go installed two commands put it in your applications menu.

# get the Fyne tool, then install Ferry go install fyne.io/tools/cmd/fyne@latest fyne install github.com/fyshos/ferry@latest
  • Downloads the latest build for you — matched to the architecture you pick, and cached so a second stick costs no bandwidth. Already have an ISO? Ferry will write that instead.
  • Only shows removable drives — your system disk never appears in the list, and the last step spells out the model, path and size before anything is overwritten.
  • Verifies the result — the stick is read back and checksummed against the image, so a bad write is reported rather than discovered at boot.
  • Uses the space left over — on Linux it can turn the remainder of the stick into an exFAT Data partition that Linux, macOS and Windows can all read.

Getting Started

From download to desktop in three steps

1

Write the image to a USB stick

Run Ferry, choose the latest build and a drive of 2 GB or larger, and let it write and verify. If you would rather not install anything, dd or balenaEtcher work too — and the images are hybrid, so they can also be burned to a DVD.

2

Boot from the drive

Plug the stick into the computer, restart it and choose the USB drive from the boot menu. You may need to disable Secure Boot in your firmware settings first.

3

Try it, then install

FyshOS runs live from the USB stick so you can explore the Tyde desktop before committing. When you are happy, run the installer from the desktop to put it on your disk.

Something not working?

These builds are under active development. Bug reports and feedback are always welcome.

Report an Issue