{"id":15067299,"url":"https://github.com/bvobart/firefox-nativefy","last_synced_at":"2026-01-03T04:58:09.773Z","repository":{"id":204498500,"uuid":"711987345","full_name":"bvobart/firefox-nativefy","owner":"bvobart","description":"Turn websites into \"native\" applications with Firefox (Linux-only)","archived":false,"fork":false,"pushed_at":"2023-11-10T00:33:02.000Z","size":37,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T16:23:37.681Z","etag":null,"topics":["firefox","linux-desktop","nativefier"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bvobart.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-10-30T15:13:28.000Z","updated_at":"2024-04-19T20:09:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"16b0ff93-aa79-4933-8ddb-4fee2b238ab3","html_url":"https://github.com/bvobart/firefox-nativefy","commit_stats":null,"previous_names":["bvobart/firefox-nativefy"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvobart%2Ffirefox-nativefy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvobart%2Ffirefox-nativefy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvobart%2Ffirefox-nativefy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvobart%2Ffirefox-nativefy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bvobart","download_url":"https://codeload.github.com/bvobart/firefox-nativefy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822306,"owners_count":20353499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["firefox","linux-desktop","nativefier"],"created_at":"2024-09-25T01:19:22.053Z","updated_at":"2026-01-03T04:58:09.749Z","avatar_url":"https://github.com/bvobart.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `firefox-nativefy.sh`\n\nWant have a website as a desktop application? But is there no official application available (for Linux)? And do you want to avoid Chrome / Electron?\n\nHere's `firefox-nativefy.sh`: a simple Bash script to help you nativefy websites with Firefox, i.e. turn a website into a \"native\" application by launching a customized instance of Firefox.\n\n## Usage\n\nFirst, ensure that Firefox is installed on your system. This is already the default for most Linux distributions.\n\nThen:\n\n```sh\n# WhatsApp, Telegram and Notion are automatically detected to have correct names\n./firefox-nativefy.sh web.whatsapp.com\n```\n\nor:\n\n```sh\n# Supply a custom name for the to-be-nativefied application\n./firefox-nativefy.sh web.whatsapp.com --name \"Custom Name\"\n```\n\nor:\n\n```sh\n# Supply a custom icon after the name\n./firefox-nativefy.sh web.whatsapp.com --name \"Custom Name\" --icon \"custom-icon\"\n```\n\nor \n\n```sh\n# Display the full help text\n./firefox-nativefy.sh --help\n```\n\nNow you can launch your nativefied application as you would with any other installed application.\n\n\u003e NOTE: the extension to launch external links in the default browser won't be active yet the first time you launch your newly nativefied application (unless you have already nativefied it previously).\n\u003e This is a minor annoyance and might in fact be useful for SSO logins.\n\n### Updating\n\nIf `firefox-nativefy.sh` has updated since you've nativefied your application, simply run the same nativefication command as you originally did.\nRunning `firefox-nativefy.sh` a second time for the same URL and application name will only overwrite the application shortcut and update what is necessary in the Firefox profile.\n\nYour nativefied application will update itself automatically as it is still basically just a website running in a browser.\n\n## How it works\n\n`firefox-nativefy.sh` works by creating a custom Firefox profile for the application that you want to nativefy,\nand applies some customisations to the profile to hide Firefox' usual UI.\nIt also installs an extension in the custom profile so that all external links are opened in your default web browser.\n\nThen it creates an application shortcut (`.desktop` file) in your user's applications folder to launch a new instance of Firefox with that custom profile.\n\nThat's it. It's that simple.\n\n## How to remove a nativefied app?\n\n```sh\n# Remove the application shortcut.\nrm ~/.local/share/applications/$NAME_UNSPACED.desktop\n\n# Remove the Firefox profile\nfirefox -P # opens Firefox' profile manager\n# Select the profile with the unspaced name of the app, then click 'Delete Profile ...' and click 'Delete Files'\n```\n\n`$NAME_UNSPACED` is the name of the application, with all spaced removed. E.g. let's say we nativefied `web.whatsapp.com` as `WhatsApp Desktop`.\nThen the unspaced name is `WhatsAppDesktop`.\n\n## Credits\n\nThanks to:\n- Reddit user LasterCow and his [Firetron](https://pastebin.com/nKsqbysD) script for the inspiration for the basics of this script.\n- Firefox Extension [Open With](https://github.com/darktrojan/openwith/) for some inspiration on how to write a Firefox extension that will open links in a different browser.\n\n## TODO:\n\n- maybe allow multiple tabs? tab bar should become visible when \u003e= 2 tabs open\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvobart%2Ffirefox-nativefy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbvobart%2Ffirefox-nativefy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvobart%2Ffirefox-nativefy/lists"}