DarkMesh is a fully interactive Linux-like simulation environment designed to mimic the core experience of using a real operating system. It features a functional file manager, a terminal with support for Linux-style commands, a built-in code editor, and an in-game browser that interacts seamlessly with local files. With built-in JavaScript and Python interpreters, users can write, run, and debug code directly within the simulation. Whether you're exploring, organizing, or coding, DarkMesh offers a smooth, immersive desktop-like experience — all within a virtual sandbox.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I’ve built a process manager with a network system that supports 1024 ports
Made some static versions — mailbox, social media, and a market app so far!
Added a functional code interpreter that supports JavaScript and Python execution through custom terminal commands like node index.js and python main.py.
Built a functional text editor with syntax highlighting, along with a lightweight browser capable of running basic HTML, CSS, and JavaScript code.
Built a fully functional file manager and terminal that supports Linux-like commands.