This is an experimental project, aiming at providing a web based environment for phones and other devices. The main goals are to:
- Build an alternative to current dominant mobile OSes and browsers.
- Encourage contributions to Servo outside of the mandate of its corporate backers.
- Scratch an itch and have fun.
It currently runs on Gonk based devices and on desktop platforms (tested on Linux only so far, let me know if you get it to run on Windows or Mac). Another potential target will be the Librem 5 from Purism.
It is in very early stages and not really usable yet. There is an incomplete todo list if you want to help!
Since we depend on Servo, first check that you have everything set up as explained.
You need to do a b2g build for your device (eng or userdebug to get root access), as this is not properly setup with the Android build system yet.
- First, install rustup.
- Git clone this repository.
- cd to the 'servonk' directory.
- Then run
./bootstrap.sh
to install the Rust toolchain. - Configure the Gonk build by setting the
GONK_DIR
environment variable to the path of your b2g repository, and theGONK_PRODUCT_NAME
to the Android product name (eg. "aries" for a Sony Z3C). - You can then build for the platform of your choice by running:
./servonk build gonk --release
for a Gonk build, or./servonk build glutin --release
for a desktop version.
On desktop, just run ./servonk run glutin
. On Gonk, you first need to flash your device before running:
./servonk flash gonk
./servonk run gonk
The lockscreen code is 4242.
- The L port of the Sony Z3C is currently the only tested device.