Seafari is a browser made on top of Mozilla Firefox. Gets daily updates from Mozilla source and is fully open-source.
Seafari replicates the UI and look of Safari, the browser of MacOS. Seafari is WIP, so expect visual bugs or incoherences.
- 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 Seafari 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 --skip-rpm
---skip-rpm is optional, only is you want to generate a .deb and appimage faster.
- Clean your system for unwanted old configs
rm -rf ~/.mozilla/seafari-profile- Run the Appimage
./Seafari-x86_64.AppImageSeafari is distributed under the same terms as Mozilla Firefox.
The code made by Inled is licensed under MIT-INLED
The base theme is based on Vinceliuice/MacTahoe GTK Theme.
Seafari is a product of Inled Group, which is not affiliated with Mozilla or Apple. If you'd like to integrate Seafari into your distribution, we would greatly appreciate it, and it would be even better if you mentioned us. Feel free to contact us with any questions. We welcome pull requests and issues. v1.3
