MuditaOS is a mobile operating system optimized for E Ink displays. Built on FreeRTOS™ with Mudita Pure minimalist phone in mind.

lwext4You can quickstart the project by going through one of the following guides:
Pull requests are welcome. Please follow the guidelines in the "Contributing to MuditaOS" article. Before contributing or starting a discussion, please make sure that you read our Code of Conduct.
For general questions and ideas regarding MuditaOS please post in the “MuditaOS” section on Mudita Forum. Please explore all existing posts to make sure you’re not posting about an issue that has already been discussed.
You can report bugs and feature requests on GitHub. This is also a good place to discuss architecture decisions and things that aren’t yet covered by the documentation. Please refer to the "Contributing to MuditaOS" article for more details.
If you want to start localizing MuditaOS interface please start from the "Internationalization" article.
When contributing code or documentation changes please follow the guidleines inside the "Development workflow" article.
For everything you need to kickstart your development environment please go to the Documentation on GitHub.
A fully detailed documentation can be build locally using Doxygen.
You can build code documentation with the following command, regarding the product:
./configure (PurePhone|BellHybrid) linux Debug
cd build-(PurePhone|BellHybrid)-linux-Debug
make doc
If you prefer to build documentation always with all target instead, configure cmake
with BUILD_DOC_WITH_ALL option set to ON, e.g.:
./configure <product> <target> <build_type> -DBUILD_DOC_WITH_ALL=ON
Documentation is generated in the doc/html subdirectory of the build directory. To view it open index.html using a web browser, e.g.:
firefox build-<target>-<build_type>/doc/html/index.html
The MuditaOS changelog is regularly updated by the core development team.
MuditaOS is licensed under GNU GPLv3.