A lot of people have asked about this, so here's a quick rundown.
Xonra OS isn't a full operating system — it's a lightweight bash-like command system built into our products to make navigation and everyday tasks faster.
Right now (as of 8/31/2026), it's only integrated into our website, xonra.xyz.
We're designing it to feel like Linux/kernel-style commands, since that's a big part of what makes it fun and memorable to use. A few commands we've built so far:
pages — lists all available pagesgoto {pagename} — navigates directly to a specific pagehome — returns to the home pageThere are also directory commands for local file saving — mostly there because we could, not because they're strictly necessary yet.
That's everything for now. We're actively expanding it, so expect more commands soon.
-YourFriendHuman