Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/will-stone/browserosaurus
🦖 The browser prompter for macOS
https://github.com/will-stone/browserosaurus
electron macos react redux redux-toolkit typescript
Last synced: 1 day ago
JSON representation
🦖 The browser prompter for macOS
- Host: GitHub
- URL: https://github.com/will-stone/browserosaurus
- Owner: will-stone
- License: gpl-3.0
- Created: 2017-06-20T13:17:10.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T13:02:57.000Z (23 days ago)
- Last Synced: 2024-10-29T23:55:43.436Z (12 days ago)
- Topics: electron, macos, react, redux, redux-toolkit, typescript
- Language: TypeScript
- Homepage: https://browserosaurus.com
- Size: 68.5 MB
- Stars: 1,705
- Watchers: 18
- Forks: 161
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- open-source-mac-os-apps - browserosaurus - macOS tool that prompts you to choose a browser when opening a link. ![javascript_icon] (Applications / Browser)
- awesome-rainmana - will-stone/browserosaurus - 🦖 The browser prompter for macOS (TypeScript)
- awesome-electron - Browserosaurus - Browser prompter for macOS. (Apps / Open Source)
- open-source-mac-os-apps - browserosaurus - macOS tool that prompts you to choose a browser when opening a link. ![javascript_icon] (Applications / Browser)
README
# Browserosaurus
Browserosaurus is an open-source (GPLv3 license) browser prompter for macOS. It
works by setting itself as the default browser, and any clicked links in non-browser
apps are now sent to Browserosaurus where you are presented with a menu of all
your installed browsers. You may now decide which app you’d like to continue
opening the link with.## Installation
Download Browserosaurus from the
[GitHub releases page](https://github.com/will-stone/browserosaurus/releases/latest).
Select **x64** for Intel machines, or **arm64** for Apple Silicon (M1) machines.Or use [Homebrew](https://formulae.brew.sh/cask/browserosaurus#default). Thank
you very much to [@i0ntempest](https://github.com/i0ntempest) and
[@tk4k](https://github.com/tk4k) for keeping this cask updated 🙏```sh
brew install --cask browserosaurus
```> 🚨 **Please note that Browserosaurus only officially supports the version of
> macOS that I currently use, which you can assume to be the latest stable
> version.**## Help
Found a bug? Please log an
[issue](https://github.com/will-stone/browserosaurus/issues). For anything else,
please see the documentation below or open a
[discussion](https://github.com/will-stone/browserosaurus/discussions).## Projects inspired by Browserosaurus
Browserosaurus is primarily made for my needs and environment. Therefore, some
feature requests do not make it into the main project, but that's the beauty of
Open Source, you are free to copy the code and make your own tweaks (as long as
it remains open-sourced, of course, please see the license 😉). Here are some
forks of this project that you may like to consider:- [Browseratops](https://github.com/riotrah/browseratops) by
[@riotrah](https://github.com/riotrah). Browserosaurus but for **Windows**!
- [Browserino](https://github.com/AlexStrNik/Browserino) by
[@alexstrnik](https://github.com/AlexStrNik). **Swift UI** port of
Browserosaurus.> Please PR your own fork to this list.
## Documentation
- [Changelog](https://github.com/will-stone/browserosaurus/releases)
- [Help](https://github.com/will-stone/browserosaurus/discussions/categories/q-a)
- [Supporting a new browser or app](guide/supporting-a-browser-or-app.md)
- [Setting up for development](guide/setting-up-for-development.md)
- [Privacy policy](guide/privacy.md)For the maintainer:
- [Creating app icon](guide/creating-app-icon.md)
- [Publishing](guide/publishing.md)