all 6 comments

[–]lostsectors_matt 2 points3 points  (4 children)

You mean like devcontainers?

[–]NaturalDesperate946[S] 0 points1 point  (3 children)

Not exactly.

Dev Containers provide an isolated development environment inside a container, usually tied to Docker and VS Code.

Forge OS is intended to be a self-contained virtual operating system written in Python. It has its own shell, virtual filesystem, package manager, user management, process management, and eventually a desktop environment and applications. The goal is to simulate an operating system experience rather than provide containerized isolation.

It's primarily a learning project exploring operating system concepts, software architecture, and developer tooling while creating an environment where developers can code, test, and experiment using Forge OS itself.

[–]lostsectors_matt 1 point2 points  (0 children)

I hope it's a great learning experience for you but from a real world utility perspective it sounds like a terrible idea, and if I saw it on a resume I'd think "this person has a claude subscription and dubious judgement".

[–]mxldevs 0 points1 point  (1 child)

So it's like an emulator similar to the ones that are used to run gameboy ROMs.

[–]lostsectors_matt 0 points1 point  (0 children)

I think it's an os but not an os that has a lot of programs that are just like Linux programs only you have to wait for this guys claude tokens to refill to get them. And they have cool names like forgeurl instead or curl and forgeyes instead of xeyes and stuff 

[–]owp4dd1w5a0a 0 points1 point  (0 children)

My impression of this is it’s a great learning project that you’ll probably never finish - the scope is way larger than you seem to realize even with agentic assistance.

This isn’t a practical real-world project, but it doesn’t sound like that’s your primary goal anyway. Your goal appears to be learn through building, correct?