this post was submitted on 09 Apr 2026
25 points (87.9% liked)

Opensource

5908 readers
169 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hydroptic@sopuli.xyz 12 points 14 hours ago (5 children)

Puter is an operating system that runs inside a web browser.

Does that really qualify as an "operating system"?

[–] artyom@piefed.social 2 points 14 hours ago (4 children)

Yes, it's a full OS you just access remotely through your browser.

[–] hydroptic@sopuli.xyz 6 points 13 hours ago (3 children)

You don't "access it through your browser" though, right? Based on how I understood the concept it's just ("just") Javascript running in your browser.

I mean, it's a neat project, but I'm still not convinced it qualifies as an operating system

[–] Hisse@programming.dev 1 points 3 hours ago (2 children)

Well an operating system is a system that ... operates, so even if I made one with one of those lego-block scripting languages it would qualify right?

[–] MouldyCat@feddit.uk 2 points 1 hour ago

I don't know, but I would have thought that the key task of the OS is to provide an abstraction that allows apps to run on supported hardware. So it takes care of file access and creation, outputing to the screen, interacting with external devices such as keyboards, webcams etc.

If you already have a browser running, you already have some kind of OS taking care of those low level details.

[–] hydroptic@sopuli.xyz 1 points 1 hour ago

With that logic everything is an operating system