AI OS not by me but by someone else please look at it lol

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
GhostedGaming
Member
Member
Posts: 35
Joined: Wed Jul 02, 2025 11:46 pm
Libera.chat IRC: GhostedGaming

AI OS not by me but by someone else please look at it lol

Post by GhostedGaming »

https://github.com/nathan237/TrustOS
If you want some laughs you can look through the code
nullplan
Member
Member
Posts: 2036
Joined: Wed Aug 30, 2017 8:24 am

Re: AI OS not by me but by someone else please look at it lol

Post by nullplan »

I must admit some confusion, I don't see what's so hilarious. Mind filling us in?
Carpe diem!
User avatar
Demindiro
Member
Member
Posts: 165
Joined: Fri Jun 11, 2021 6:02 am
Libera.chat IRC: demindiro
Location: Belgium
Contact:

Re: AI OS not by me but by someone else please look at it lol

Post by Demindiro »

nullplan wrote: Wed Mar 18, 2026 10:33 pm I must admit some confusion, I don't see what's so hilarious. Mind filling us in?
Looking at the project, the README would get any hobbyist OS developer laughed out of the room for making overly ambitious or even false claims.
TrustLang compiles your programs to raw Intel machine code and executes them — all from within the kernel. No LLVM. No GCC. No external toolchain. Write code → native binary → execute. The entire compiler is 3,600 lines of Rust.
...
144 FPS SIMD-accelerated desktop with 14+ apps, a browser with HTML/CSS/JS, Game Boy and NES emulators, 3D chess, a code editor, network security toolkit, and the most complete kernel introspection lab ever built into a bare-metal OS.
...
x86_64 PCs, ARM64 (Android phones, Raspberry Pi), RISC-V — same source, same OS.
...
Multi-layer GPU compositor: 8 rendering layers, SSE2 SIMD blitting, 144 FPS
...
On and on and on... Knowing "AI" and the recent Cursor "from scratch" web browser... color me skeptical.

The release page provides two ISOs:
Edition Size Description
trustos.iso ~12 MB Full OS with desktop, 200+ commands, JARVIS engine (untrained)
trustos-jarvispack.iso ~29 MB Full OS + pretrained JARVIS AI brain (4.4M params)
There are indeed a lot of commands, which appear to be built into the shell as the /bin folder is empty. There is a somewhat glitchy 3D demo, which uses software rasterizing as there is no GPU device. There is no less or any other command for pagination, which would be very helpful to actually read the list of commands. A lot of the commands seem random. What exactly is the "alpine" command meant to do? The demo command forced me to reboot as it took all control away from the user for an extended period of time (and Ctrl+C doesn't work).

It claims to use the "COSMIC" desktop. It shows a desktop, which is somewhat functional (and is unrelated to the other COSMIC desktop). I am unable to connect to any website with the webbrowser. I'm unable to test without TLS as I cannot remove the URL past "https:/". Oh, and the entire OS froze when I tried to connect to https://example.com (which apparently doesn't exist. Didn't there use to be a site there?).
trustos.png
It would be a moderately advanced OS project if the README didn't make ridiculously grandiose statements like typical LLMs like to do. And frankly, that is my biggest issue with all LLM-related projects and why I tend to dismiss most of them out-of-hand.
GeneSYS exokernel (Codeberg)
Lemmings! micro-/multikernel (Github, Codeberg)
Waddle container tool (Codeberg)
nullplan
Member
Member
Posts: 2036
Joined: Wed Aug 30, 2017 8:24 am

Re: AI OS not by me but by someone else please look at it lol

Post by nullplan »

OK, I have to admit I didn't read the README that far. I got to the wallpaper, then I saw there was a "What's new" below that, and then I never looked below that.

There is indeed a website on example.com, run by IANA. So I'm not sure why it doesn't work for you. I'm guessing the browser works as well as the rest of the OS.

But OK, this is certainly not the first FOSS project where lofty claims meet cold hard reality very quickly. You are right, it is good for a laugh.
Carpe diem!
User avatar
savoita
Posts: 11
Joined: Fri Aug 29, 2025 11:12 am

Re: AI OS not by me but by someone else please look at it lol

Post by savoita »

I can't imagine how much this project cost to make LOL.
Be kind.
Post Reply