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 26.1-R15.0p2
Architecture: 64-bit (amd64)
SHA256 Checksum: ff6c4df357df412d3b0c87e054204682b7c13e0cb90bcf61dcda58528a4f948e
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 26.1-R15.0p2 - XFCE
Architecture: 64-bit (amd64)
SHA256 Checksum: adbcd94f43b88e68beaf9ad70ee16345c2114aaaed368585e0bf2dfc41f339f5
System Requirements
- Processor: 64-bit
- RAM: 8 GB minimum
- Storage: 15 GB free
- Network: Required
GhostBSD 26.1-R15.0p2 - Gershwin Community Preview
Architecture: 64-bit (amd64) | Status: Early Preview
GNUstep-based desktop environment that brings forward GhostBSD tool integration and support for both GNUstep and traditional applications.
SHA256 Checksum: bfbb15cc30e68ed425785a336e0084d623f74aaa35094a5beeb758ed0f48632a
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-26.1-R15.0p2.iso of=/dev/da0 bs=4m conv=sync
On Linux
sudo dd if=~/Downloads/GhostBSD-26.1-R15.0p2.iso of=/dev/sdc bs=4M conv=sync; sync
On macOS
sudo dd if=~/Downloads/GhostBSD-26.1-R15.0p2.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".