Release Notes

Release Notes

Version history and changelog for LightOS RTOS.


Version 2.3.0 (April 2026)

New Features

Improvements

Bug Fixes


Version 2.2.0 (March 2026)

New Features

Improvements


Version 2.1.0 (February 2026)

New Features

Improvements


Version 2.0.0 (January 2026)

Breaking Changes

New Features

Improvements


Version 1.5.0 (December 2025)

New Features


Version 1.0.0 (October 2025)

Initial Release


Upgrade Guide

From 1.x to 2.x

  1. Update compiler to C++20 compatible
  2. Replace os_thread_createlightos::thread::create
  3. Replace os_mutex_*lightos::mutex
  4. Update includes: #include <lightos/lightos.hpp>

From 2.x to 2.3.x

No breaking changes. Optional POSIX features available:

cmake -B build -DLIGHTOS_POSIX_ENABLED=ON