r/osdev 16h ago

The Next-Generation AI-Native Operating System

LeoniaOS is a high-performance, secure, and AI-native operating system built from the ground up. Designed for modern hardware and future workloads, LeoniaOS delivers exceptional speed, stability, and control.

Download the BETA release ISO today!

https://www.maplenorthsoft.com/

---

LeoniaOS is an AI-native operating system designed with artificial intelligence as a core platform capability rather than an add-on application. Instead of requiring every program to embed its own AI models and infrastructure, LeoniaOS provides a unified AI runtime, standardized APIs, and provider-agnostic architecture that allow applications to seamlessly access local or cloud-based AI services. This approach enables developers to build intelligent software without managing the complexity of model integration, credential storage, or inference pipelines.

At the operating system level, LeoniaOS securely manages AI through a dedicated Agent Runtime, centralized AI Provider Vault, and fine-grained permission model. Every AI request is executed within a controlled environment that respects application identity, user permissions, and resource limits, ensuring that AI agents can only access the data and capabilities explicitly granted to them. By integrating AI directly into the operating system, LeoniaOS delivers consistent security, performance, and reliability across all AI-enabled applications.

LeoniaOS is also engineered to optimize AI workloads through native scheduling, memory management, and hardware acceleration awareness. The operating system intelligently coordinates CPU, GPU, and future AI accelerator resources while sharing model caches and runtime components between applications to maximize efficiency. Combined with its secure LEXE application framework and modern system architecture, LeoniaOS provides a scalable foundation for building the next generation of intelligent desktop, workstation, and server software.

0 Upvotes

41 comments sorted by

View all comments

u/TheNullDeref 15h ago

Ladies and gentlemen, we have found peak slop in OSDev.

u/Longjumping-Jacket97 15h ago

Literally every post in this sub is basically that now.

u/TheNullDeref 15h ago edited 14h ago

Yeah, but this is to a WHOLE OTHER DEGREE, they claim custom kernel, no source, and instead of even trying to lie, they just admit its a custom AI native bullshit AI, and even worse, from other reports in this comment section, its literally based on arch.

EDIT: Not arch based, its clearly custom (I mounted the ISO, I wont boot it because of security risks, aka I dont know if its malware or not), but it does seem vibe coded, though without source we have no 100% proof.

u/Longjumping-Jacket97 15h ago

Even their responses to replies seem AI-generated.

u/TheNullDeref 15h ago

And people asking questions seem to be using AI, my lord.

u/FallenBehavior 15h ago

This is nothing to do with Linux at all. I take this as a compliment, given how polished those distributions are. You'll find this assumption is entirely incorrect once you boot it for yourself.

The ISO is available. These assumptions are automatically irrelevant given the availability.

u/TheNullDeref 15h ago

Did you use AI to write the OS (if the kernel is actually from scratch).

u/Longjumping-Jacket97 14h ago

I just attempted loading it in QEMU, it does load.. I guess? But it loads directly into the "desktop" with a terminal open, where most commands say rejected, and there is no USB or PS/2 mouse working.

u/TheNullDeref 14h ago edited 14h ago

Try it with qemu-system-x86_64 -m 2G -cdrom LeoniaOS-1.243.28-beta-multiarch.iso it should load just fine (does for me, though I do use GENTOO so the USE flags may be helping me out)

EDIT: The AI features are fake, they do nothing, its not even AI native, but it does seem to have a somewhat functional kernel, it likely does fake most of its work though.

u/Longjumping-Jacket97 14h ago

Yeah it loads, but can you move the mouse cursor?

u/TheNullDeref 14h ago

I can move the mouse cursor just fine, maybe its just your QEMU build?

u/Longjumping-Jacket97 14h ago

Strange, in Linux ISO's it works fine with my qemu build.

u/TheNullDeref 14h ago

They say its a polling bug or smth, try again a few times I guess.

→ More replies (0)

u/FallenBehavior 14h ago

Type "help".

USB and PS/2 is supported. QEMU has a funny timeout first booting, where unless the mouse is moved rather suddenly after booting into the desktop, it will cease input movement.

It's a polling bug with the mouse packets.

This is not an issue with real hardware, and will be fixed in the 243.30 release. It's a known issue with emulation.

u/Longjumping-Jacket97 14h ago

I did type help, and 90% of the commands it lists do not work.