Seafari is a professional-grade, Safari-styled web browser for Linux, built on top of a highly optimized and patched Firefox binary. It combines the privacy and extensibility of Firefox with the elegant aesthetic and user experience of macOS Safari.
- Safari Aesthetic: Complete UI overhaul using the MacTahoe theme and custom CSS.
- Privacy First: Pre-installed and force-enabled uBlock Origin.
- Dynamic Styling: Pre-installed Adaptive Tab Bar Colour for a seamless look.
- Enterprise Ready: Custom policies to disable telemetry, data collection, and unwanted Firefox features.
- Multi-Arch Support: Available for both AMD64 (x86_64) and ARM64 (aarch64).
- Multiple Formats: Distributed as
.deb,.rpm, andAppImage.
Add the InledGroup repository to your system:
curl -sS https://apt.inled.es/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/inled-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/inled-archive-keyring.gpg] https://apt.inled.es/ stable main" | sudo tee /etc/apt/sources.list.d/inled.list
sudo apt update
sudo apt install seafariDownload the latest .rpm from the Releases page and install it:
sudo dnf install ./seafari-1.0.0-1.x86_64.rpmDownload the .AppImage from the Releases page, make it executable, and run:
chmod +x Seafari-x86_64.AppImage
./Seafari-x86_64.AppImageTo build Seafari locally:
- Clone the repository:
git clone https://github.com/InledGroup/seafari.git cd seafari - Run the build script (requires
dpkg-dev,binutils, andfpmfor RPM):./build_seafari.sh amd64 # or arm64
Seafari is distributed under the same terms as Mozilla Firefox. Theme components and branding are property of their respective owners.
