{"id":51261074,"url":"https://github.com/inledgroup/seafari","last_synced_at":"2026-06-29T12:01:19.566Z","repository":{"id":361841058,"uuid":"1247608564","full_name":"InledGroup/seafari","owner":"InledGroup","description":"Safari clone built on Firefox","archived":false,"fork":false,"pushed_at":"2026-06-28T04:43:15.000Z","size":2856,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-28T06:21:23.424Z","etag":null,"topics":["apt","archlinux","browser","debian","firefox","linux","rpm","safari"],"latest_commit_sha":null,"homepage":"https://inled.es/apps/seafari","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InledGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-23T14:43:34.000Z","updated_at":"2026-06-28T04:41:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/InledGroup/seafari","commit_stats":null,"previous_names":["inledgroup/seafari"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/InledGroup/seafari","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fseafari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fseafari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fseafari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fseafari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InledGroup","download_url":"https://codeload.github.com/InledGroup/seafari/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fseafari/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34925718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apt","archlinux","browser","debian","firefox","linux","rpm","safari"],"created_at":"2026-06-29T12:01:17.899Z","updated_at":"2026-06-29T12:01:19.547Z","avatar_url":"https://github.com/InledGroup.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seafari\n\nSeafari is a browser made on top of Mozilla Firefox. Gets daily updates from Mozilla source and is fully open-source.  \nSeafari replicates the UI and look of Safari, the browser of MacOS.  Seafari is WIP, so expect visual bugs or incoherences.\n\n![Seafari Logo](seafari.png)\n\n##  Features\n\n- **Safari Aesthetic:** Complete UI overhaul using the MacTahoe theme and custom CSS.\n- **Privacy First:** Pre-installed and force-enabled **uBlock Origin**.\n- **Dynamic Styling:** Pre-installed **Adaptive Tab Bar Colour** for a seamless look.\n- **Enterprise Ready:** Custom policies to disable telemetry, data collection, and unwanted Seafari features.\n- **Multi-Arch Support:** Available for both **AMD64 (x86_64)** and **ARM64 (aarch64)**.\n- **Multiple Formats:** Distributed as `.deb`, `.rpm`, and `AppImage`.\n\n## Installation\n\n### Debian / Ubuntu / Mint (Recommended)\n\nAdd the InledGroup repository to your system:\n\n```bash\ncurl -sS https://apt.inled.es/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/inled-archive-keyring.gpg\necho \"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\nsudo apt update\nsudo apt install seafari\n```\n\n### Fedora / RHEL / CentOS\n\nDownload the latest `.rpm` from the [Releases](https://github.com/InledGroup/seafari/releases) page and install it:\n\n```bash\nsudo dnf install ./seafari-1.0.0-1.x86_64.rpm\n```\n\n### Generic Linux (AppImage)\n\nDownload the `.AppImage` from the [Releases](https://github.com/InledGroup/seafari/releases) page, make it executable, and run:\n\n```bash\nchmod +x Seafari-x86_64.AppImage\n./Seafari-x86_64.AppImage\n```\n\n## Development\n\nTo build Seafari locally:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/InledGroup/seafari.git\n   cd seafari\n   ```\n2. Run the build script (requires `dpkg-dev`, `binutils`, and `fpm` for RPM):\n   ```bash\n   ./build_seafari.sh amd64 --skip-rpm\n   ```\n`---skip-rpm` is optional, only is you want to generate a .deb and appimage faster.  \n\n3. Clean your system for unwanted old configs\n```bash\nrm -rf ~/.mozilla/seafari-profile\n```\n4. Run the Appimage\n```bash\n./Seafari-x86_64.AppImage\n```\n\n## License and acknowledgment\n\nSeafari is distributed under the same terms as Mozilla Firefox.  \nThe code made by Inled is licensed under [MIT-INLED](https://license.inled.es) \nThe base theme is based on [Vinceliuice/MacTahoe GTK Theme](https://github.com/vinceliuice/MacTahoe-gtk-theme/tree/main/other/firefox).  \n\n## Legal  \nSeafari is a product of Inled Group, which is not affiliated with Mozilla or Apple.\nIf you'd like to integrate Seafari into your distribution, we would greatly appreciate it, and it would be even better if you mentioned us.\nFeel free to contact us with any questions. We welcome pull requests and issues.\nv1.3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fseafari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finledgroup%2Fseafari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fseafari/lists"}