{"id":30040472,"url":"https://github.com/ghostx31/website-nativefier","last_synced_at":"2025-08-07T02:00:28.388Z","repository":{"id":119536363,"uuid":"579065005","full_name":"ghostx31/website-nativefier","owner":"ghostx31","description":"Convert websites into near-native Electron apps.","archived":false,"fork":false,"pushed_at":"2023-12-15T11:34:00.000Z","size":1650,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-23T06:35:28.210Z","etag":null,"topics":["go","golang","helm","kubernetes","nativefier"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ghostx31.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}},"created_at":"2022-12-16T15:13:09.000Z","updated_at":"2024-02-26T13:36:45.000Z","dependencies_parsed_at":"2023-12-15T12:48:10.251Z","dependency_job_id":null,"html_url":"https://github.com/ghostx31/website-nativefier","commit_stats":null,"previous_names":["ghostx31/website-nativefier","ghostx31/nativefier-downloader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghostx31/website-nativefier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostx31%2Fwebsite-nativefier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostx31%2Fwebsite-nativefier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostx31%2Fwebsite-nativefier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostx31%2Fwebsite-nativefier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostx31","download_url":"https://codeload.github.com/ghostx31/website-nativefier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostx31%2Fwebsite-nativefier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269185733,"owners_count":24374634,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"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":["go","golang","helm","kubernetes","nativefier"],"created_at":"2025-08-07T01:59:35.803Z","updated_at":"2025-08-07T02:00:28.372Z","avatar_url":"https://github.com/ghostx31.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch3 align=\"center\"\u003eNativefier Downloader\u003c/h3\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ghostx31/nativefier-downloader/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/ghostx31/nativefier-downloader?colorA=363a4f\u0026colorB=b7bdf8\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/ghostx31/nativefier-downloader/contributors\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/ghostx31/nativefier-downloader?colorA=363a4f\u0026colorB=a6da95\u0026style=for-the-badge\"\u003e\u003c/a\u003e \n\u003c/p\u003e\n\n\u003cimg src=\"static/dist/assets/nativefier.webp\"\u003e\n\nNativefier Downloader is a Golang and Tailwind CSS based project to convert your favourite websites into native-looking Electron apps!\n\nJust enter the URL of your favourite website, select your OS and bam! You have an Electron app ready to use!\n\nThis project internally uses the [Nativefier NPM package](https://github.com/nativefier/nativefier) for building Electron apps.\n\n### Contributing\n\nIf you wish to add a new feature, write your contributions on a new branch and open a PR against the dev branch.\n\n### Building the Docker container \n\n- From the root of the repository run the command:\n```bash\ndocker build --network=host -t nativefier:latest .\n```\n\n- To run the built docker container: \n```bash\ndocker run -p 1323:1323 nativefier:latest\n```\n\n- Now browse to `localhost:1323` to get to the page. \n\n- A docker image on dockerhub is also available. To use this image, run \n\n```bash\ndocker run -p 1323:1323 spookyintheam/nativefier:latest\n```\n\n### Helm Chart for Kubernetes\n\nThe repository also includes a helm chart with HPA for autoscaling. To build and deploy the helm chart, from the root of the project directory, run:\n\n```bash\nhelm install nativefier nativefier-helm-chart/\n```\n\nThen get the external IP of the deployment's load balancer by running `kubectl get svc`. Open the external IP address in the URL bar to access the project's homepage. \n\n### TODO\n\n- [x] Support Electron apps for all three major OSes. \n- [x] Better frontend\n- [x] Push image to dockerhub and also create a Kubernetes deployment Helm chart.\n- [ ] Refine support for different versions of macOS.\n- [ ] OS detection from browser (planned but not sure if I'll implement this).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostx31%2Fwebsite-nativefier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostx31%2Fwebsite-nativefier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostx31%2Fwebsite-nativefier/lists"}