{"id":13760709,"url":"https://github.com/netgusto/bowser","last_synced_at":"2025-04-13T00:36:49.656Z","repository":{"id":147262249,"uuid":"151257664","full_name":"netgusto/bowser","owner":"netgusto","description":"⭐ Bowser - Dynamic Default Browser Switch for MacOS","archived":false,"fork":false,"pushed_at":"2018-11-02T09:14:14.000Z","size":230,"stargazers_count":45,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T00:36:45.666Z","etag":null,"topics":["default-browser","dynamic","macos","switch"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netgusto.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}},"created_at":"2018-10-02T13:19:34.000Z","updated_at":"2024-09-13T00:51:52.000Z","dependencies_parsed_at":"2024-01-15T03:57:15.329Z","dependency_job_id":"f9ffbc48-8ea4-415d-b9e9-12d14f603694","html_url":"https://github.com/netgusto/bowser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgusto%2Fbowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgusto%2Fbowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgusto%2Fbowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgusto%2Fbowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netgusto","download_url":"https://codeload.github.com/netgusto/bowser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650414,"owners_count":21139671,"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":["default-browser","dynamic","macos","switch"],"created_at":"2024-08-03T13:01:18.282Z","updated_at":"2025-04-13T00:36:49.640Z","avatar_url":"https://github.com/netgusto.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# ⭐ Bowser - Dynamic Default Browser Switch\n\nBowser is a MacOS application that selects the browser to open for a URL based on rules you define.\n\nMy use case is to have 2 default browsers : one for development (Chrome), and one for surf (Safari).\n\n## Install from binary releases\n\nDownload the latest binary release (`.dmg`) here: https://github.com/netgusto/bowser/releases\n\nOpen the `.dmg` image, drag Bowser to your `/Applications` folder.\n\nThen follow steps described in \"Setup as default browser\" below.\n\n## Install from source\n\nThe installation from source requires the Apple clang environment (XCode) and Go 1.8+\n\n```sh\n$ git clone https://github.com/netgusto/bowser\n$ cd bowser\n$ make install\n```\n\nThen follow steps described in \"Setup as default browser\" below.\n\n## Setup as default browser\n\nBowser has to be defined as default browser to operate.\n\nOnce Bowser is installed in `/Applications`, go to your Mac **System Preferences** \u003e **General** tab, and choose **Bowser** in the list of browsers.\n\n## Configuration\n\nDuring first run, bowser will create a default config file at `~/.config/bowser/config.yml`.\n\n```yml\ndebug: false\nbrowsers:\n- alias: Default\n  app: Safari\n```\n\nThis default config sets Safari as the default browser. You may now edit the file to add browsers and set regex rules corresponding to your likings.\n\nExample setup:\n\n```yml\ndebug: false\n\nbrowsers:\n- alias: Default\n  app: Safari\n\n- alias: Dev\n  app: Google Chrome\n  match:\n  - ^https?://127.0.0.1\n  - ^https?://localhost  \n```\n\n**debug** set to true will forward debug messages to the syslog. Enable only for debugging purposes.\n\n## License\n\nSee the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgusto%2Fbowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetgusto%2Fbowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgusto%2Fbowser/lists"}