Home

Awesome

Resea

Integrated Tests Gitter chat

screenshot

Resea [ríːseə] is a microkernel-based operating system written from scratch. It aims to provide an attractive developer experience and be hackable: intuitive to understand the whole design, easy to customize the system, and fun to extend the functionality.

See Documentation for more details.

Features

See Road Map for planned new features and improvements.

Quickstart

macOS

brew install llvm python qemu
pip3 install --user -r tools/requirements.txt
make menuconfig
make run

Ubuntu

apt install llvm clang lld python3 qemu-system make
pip3 install --user -r tools/requirements.txt
make menuconfig
make run

Community

If you have any questions, feel free to talk to us on Gitter or IRC.

Contributing

We accept bug reports, feature requests, and patches on GitHub.

License

See LICENSE.md.