Runtime.JS

Operating system kernel built on V8 JavaScript engine

View on GitHub »

Why kernel?

By providing environment for JavaScript code only, it is possible to rethink kernel design to improve security, reliability and performance of the system.

Technical details »

Event loop

Kernel doesn't use regular threads and processes to multitask. Non-blocking event loop for the whole system used instead.

View details »

In development

The project is currently in development and does not provide many essential features.

If you want to contribute, your help is very welcome.

Contribute »