Breach - breach.cc
Modular
Hackable
Open Source
Please note, this is a Public Alpha and currently for Mac and Linux.
A few simple ingredients to make magic happen.
HTML / JS / CSS
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.
Chromium
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.
Node.js
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.
Find out more: http://breach.cc/2014/07/09/we-ve-come-a-long-way-breach-public-alpha-release.html
Modular
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.
Construct your own browsing experience by selecting the right modules for you.
Hackable
Want vertical tabs? Write some JS & CSS! Customised autocomplete engine? JS!
Every behavior is programmatic and exposed through APIs.
Every behavior is programmatic and exposed through APIs.
Open Source
The entire technological stack is opensource.
Modify existing modules and create your owns to extend the behavior of Breach
Modify existing modules and create your owns to extend the behavior of Breach
Please note, this is a Public Alpha and currently for Mac and Linux.
A few simple ingredients to make magic happen.

HTML / JS / CSS
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.

Chromium
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.

Node.js
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.
Find out more: http://breach.cc/2014/07/09/we-ve-come-a-long-way-breach-public-alpha-release.html