Blue Fox OS
Download

Blue Fox OSon a USB key

The installation image, its checksum and its signature. Open source, no operating system licence to pay.

Blue Fox OS

The edition for laptops and desktop computers.

Coming soon

Download coming soon

Microsoft Surface edition

The same system, with the kernel and drivers for Surface tablets.

Coming soon

Download coming soon
For zero-touch installation

When booting from the key, the installer asks for your organization's address and reads its record in Symbifox. Your organization therefore needs the Policy module. See how Symbifox runs the fleet.

Prepare the key

Three steps before the first boot

1. Check the file

Compare the SHA-256 checksum of the downloaded file with the one shown on this page. To go further, verify its signature with the project's public key.

2. Write the key

With Fedora Media Writer or balenaEtcher, pick the downloaded image and a USB key of at least 8 GB. Everything on it will be erased.

3. Boot from it

Plug in the key, start the computer into its boot menu, then choose the automatic installation.

Verify from the command line

In the download folder:

sha256sum -c blue-fox-os-bf-v1.0.0.iso.sha256

cosign verify-blob --key cosign.pub \
  --bundle blue-fox-os-bf-v1.0.0.iso.sigstore.json \
  blue-fox-os-bf-v1.0.0.iso

Adjust the file name to the edition you downloaded. The source code and release history are on GitHub.