Everything in the browser is a module, a web-app running in its own process.
Construct your own browsing experience by selecting the right modules for you.
Want vertical tabs? Write some JS & CSS! Customised autocomplete engine? JS!
Every behavior is programmatic and exposed through APIs.
The entire technological stack is opensource.
Modify existing modules and create your owns to extend the behavior of Breach.
The entire UI is built out of interchangeable modules coded in pure Javascript / HTML5.
Each module is a web-app with access to the Breach API.
The Chromium Content API is exposed to Node JS through v8 native bindings and multiplexed to modules.
Security and performance is at the heart of the design, tabs and modules run in separate processes.
Breach embeds a NodeJS event loop in charge of running the core browser javascript implementation.
Each module is run in its own NodeJS process and interacts with the core browser through IPC.