this post was submitted on 09 Apr 2026
29 points (89.2% liked)

Opensource

5908 readers
73 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
top 12 comments
sorted by: hot top controversial new old
[–] deprecateddino@lemmy.world 9 points 1 day ago* (last edited 11 hours ago) (1 children)

Honest question, why does anyone need this? You are presumably already on an OS in order to use this.

2 main reasons.

  1. Using cloud environments is a pretty cheap and easy way to do data prevention loss, which is what corpos call it when they implement measures to prevent data from getting leaked. If you store all the data in this and gate this behind 2fa, then getting the main device hacked leaks no data provided the "cloud os" is logged out.

  2. Chromebook users. Docs suck, onlyoffice web sucks less.

[–] hydroptic@sopuli.xyz 13 points 1 day ago (1 children)

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

Does that really qualify as an "operating system"?

[–] artyom@piefed.social 3 points 1 day ago (1 children)

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

[–] hydroptic@sopuli.xyz 7 points 1 day ago (1 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 2 points 20 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 4 points 19 hours ago (2 children)

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.

[–] p4rzivalrp2@piefed.social 1 points 8 hours ago (1 children)

So a docker container isn't running an os?

[–] lukalix98@programming.dev 1 points 2 hours ago

Depends on the container, but yeah, there might not be an os at all.

[–] AbidanYre@lemmy.world 1 points 9 hours ago

So basically your browser (or main OS maybe) is just a hypervisor for this.

[–] hydroptic@sopuli.xyz 1 points 18 hours ago

With that logic everything is an operating system

Similar: anuraos, https://github.com/MercuryWorkshop/anuraOS

Anuraos is special because it uses a js linux emulator to execute linux apps. Very, very slowly. But it's there and there is even gui support.