{"id":15717678,"url":"https://github.com/andriyko/browser-dispatcher","last_synced_at":"2025-05-12T14:12:48.040Z","repository":{"id":74981059,"uuid":"83160783","full_name":"andriyko/browser-dispatcher","owner":"andriyko","description":null,"archived":false,"fork":false,"pushed_at":"2017-10-28T15:45:09.000Z","size":3428,"stargazers_count":37,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T14:12:33.340Z","etag":null,"topics":["browsers","developer-tools","electron","electron-app","javascript","mac","mac-osx","nodejs"],"latest_commit_sha":null,"homepage":"https://github.com/andriyko/browser-dispatcher/releases","language":"JavaScript","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/andriyko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2017-02-25T20:32:47.000Z","updated_at":"2024-03-29T21:44:17.000Z","dependencies_parsed_at":"2023-06-30T06:48:59.567Z","dependency_job_id":null,"html_url":"https://github.com/andriyko/browser-dispatcher","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriyko%2Fbrowser-dispatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriyko%2Fbrowser-dispatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriyko%2Fbrowser-dispatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriyko%2Fbrowser-dispatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andriyko","download_url":"https://codeload.github.com/andriyko/browser-dispatcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754220,"owners_count":21958842,"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":["browsers","developer-tools","electron","electron-app","javascript","mac","mac-osx","nodejs"],"created_at":"2024-10-03T21:50:58.216Z","updated_at":"2025-05-12T14:12:48.016Z","avatar_url":"https://github.com/andriyko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/andriyko/browser-dispatcher.svg?branch=master)](https://travis-ci.org/andriyko/browser-dispatcher)\n\n# Browser Dispatcher\n*BrowserDispatcher.app* decides which browser to use when you click on a link outside of your web browser.\nBased on your settings, it will display a prompt allowing you to select from a list of browsers or automatically select a browser to open a link with.\n\n![BrowserDispatcher.app](http://i.imgur.com/bwjHlb5.png)\n\n## Downloads\nTo download the latest release, see [releases page](https://github.com/andriyko/browser-dispatcher/releases) (macOS only).\n\n**Note:** the application is not signed by Apple Developer ID.\nBy default, Mac OS will not open an app from an unidentified developer.\n\nIn the Finder, locate *BrowserDispatcher.app* and Control-click the app icon, then choose Open from the shortcut menu.\nMake *BrowserDispatcher.app* default web browser. You can use the app menu `Preferences \u003e Make default browser` or go to `System Preferences \u003e General \u003e Default web browser`.\n\nThe application is an agent app, that is, menu bar app that does not appear in the Dock or Force Quit window.\n\n## Running from source\nYou'll need certain packages installed before you can build and run Browser Dispatcher locally.\n\n### Prerequisites\n1. `nodejs \u003e= 6.2`\n\n    Install from your package manager or download from https://nodejs.org\n\n2. `npm install -g bower`\n\n### Installation\n\nAfter installing the prerequisites:\n\n1. Clone the git repository from GitHub:\n    ```\n    git clone git@github.com:brave/browser-dispatcher.git\n    ```\n\n2. Open the working directory:\n    ```\n    cd browser-dispatcher\n    ```\n3. Install dependencies:\n\n    ```\n    npm install\n    bower install\n    ```\n\nTo start the application in development mode run `npm start` or `electron .`.\n\n## Running the tests\n\nRun unit and end-to-end tests:\n```\nnmp test\n```\n\nRun unit tests only:\n```\nnpm run test:unit\n```\n\nRun end-to-end tests only:\n```\nnpm run test:e2e\n```\n\n\n## Building the application\n\nBuild without code-signing:\n```\nnpm run dist-unsigned\n```\n\nBuild and code-sign:\n```\nnpm run dist\n```\n\n## Built With\n\n* [Electron](http://electron.atom.io) - The framework for creating native applications with web technologies like JavaScript, HTML, and CSS.\n* [Photon](http://photonkit.com) - The fastest way to build beautiful Electron apps using simple HTML and CSS.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://github.com/andriyko/browser-dispatcher/blob/master/.github/CONTRIBUTING.md) for details on code of conduct, and the process for submitting pull requests.\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/andriyko/browser-dispatcher/tags).\n\n## Authors\n\n* [andriyko](https://github.com/andriyko)\n\nSee also the list of [contributors](CONTRIBUTORS.md) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriyko%2Fbrowser-dispatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandriyko%2Fbrowser-dispatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriyko%2Fbrowser-dispatcher/lists"}