Webian Shell is a graphical shell for the web.
Webian Shell 0.3 is powered by the experimental Quantum Browser Runtime (qbrt) from Mozilla which you can use to run and debug the code.
To get started hacking on Webian Shell first make sure that you have NodeJS, NPM and qbrt installed, then simply clone the repository from GitHub and run it.
$ npm install -g qbrt
$ git clone https://github.com/webianproject/shell.git
$ cd shell
$ qbrt run ./
This will launch Webian Shell in a new window and also open developer tools.
© Ben Francis 2012
Webian is not affiliated with Firefox which is a registered trademark of the Mozilla Foundation, or Debian which is a registered trademark of SPI.
Webian Shell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Webian Shell is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Webian Shell in the LICENSE file. If not, see http://www.gnu.org/licenses/.