Breach This is a new approach to Web browsers, especially for the HTML5 era ....
- Modular: Everything in the browser can be described as a module. A module is a web-app that runs in its own process. You can create your own browsing experience by choosing the right modules.
- Hackable Want vertical tabs in ? Make some CSS and JS! A custom autocomplete engine? JS! Every behavior is programmatically exposed via APIs.
- Open Source The entire technological stack can be downloaded open-source. To extend Breach's behavior, modify existing modules or create your own.