GhostBSD Official Image

Built and backed by the GhostBSD team, these MATE images are our pride. Mention "GhostBSD" on Telegram or the Forums, and we'll assume MATE unless you specify otherwise.

GhostBSD 25.02-R14.3p2

Architecture: 64-bit (amd64)

SHA256 Checksum: 647ed5dc50a48e6cc42ce216382edbd5d6edc362c1cb11a613b7cbaf6ec3de5d

System Requirements

  • Processor: 64-bit
  • RAM: 8 GB minimum
  • Storage: 15 GB free
  • Network: Required

GhostBSD Community Images

Lovingly crafted by our community and hosted by the GhostBSD Project, these images shine with community spirit. For help on Telegram or the Forums, please note it's a community image and your desktop choice.

GhostBSD 25.02-R14.3p2 - XFCE

Architecture: 64-bit (amd64)

Torrent

SHA256 Checksum: 4023cbdf41e4f99acf4730ea75f7e25fa21d20fd6881c1bef442bba4280d6e6c

System Requirements

  • Processor: 64-bit
  • RAM: 8 GB minimum
  • Storage: 15 GB free
  • Network: Required

GhostBSD 25.02-R14.3p2 - Gershwin Community Preview

Architecture: 64-bit (amd64) | Status: Early Preview

GNUstep-based desktop environment that brings forward an OS X-like user experience with GhostBSD tool integration and support for both GNUstep and traditional applications.

SHA256 Checksum: 20b6851bdf4d20b76fa79dadc628f6ba7babc4575cb563b64a99abb2e683bbc6

System Requirements

  • Processor: 64-bit
  • RAM: 8 GB minimum
  • Storage: 15 GB free
  • Network: Required

Writing the ISO to a USB Stick

Ready to install GhostBSD? Here's how to prepare your USB stick on various systems. Replace the device path (e.g., /dev/da0, /dev/sdc) with your USB's actual path—check carefully to avoid overwriting the wrong drive!

On FreeBSD/GhostBSD

sudo dd if=~/Downloads/GhostBSD-25.02-R14.3p2.iso of=/dev/da0 bs=4m conv=sync

On Linux

sudo dd if=~/Downloads/GhostBSD-25.02-R14.3p2.iso of=/dev/sdc bs=4M conv=sync; sync

On macOS

sudo dd if=~/Downloads/GhostBSD-25.02-R14.3p2.iso of=/dev/disk2 bs=10240

On Windows

  • Download and run the imaging tool, Rufus, from the website.

  • Insert the USB flash drive.

  • Make sure the flash drive is shown in Rufus under Device.

  • Click "SELECT" and choose the GhostBSD ISO file.

  • Click "START".