- 389comments
- 85comments
- 170comments
- 139comments
- 54comments
- 12comments
- 201comments
- 36comments
- 4comments
- 2comments
- 26comments
- 2comments
- 19comments
- 42comments
- 25comments
- 317comments
- 61comments
- 35comments
- 107comments
- 181comments
- 142comments
- 349comments
- 43comments
- —discuss
- 37comments
- 6comments
- —discuss
- 22comments
- 108comments
- 51comments
The core code lives in the SerenityOS repo (which is an OS built from scratch too!):
* LibWeb (HTML, CSS, SVG, Web APIs): https://github.com/SerenityOS/serenity/tree/master/Userland/...
* LibJS (JS engine): https://github.com/SerenityOS/serenity/tree/master/Userland/...
* LibWasm (WASM interpreter): https://github.com/SerenityOS/serenity/tree/master/Userland/...
and the UI lives in https://github.com/SerenityOS/ladybird and can be built for Linux/Mac/Android.