Build for the Web Without Limits: Introducing Infinity OS 🚀
Hello, Dev community! I’m the CEO and lead dev at Infinity Systems, and I want to show you something we’ve been building for last 7 months: Infinity OS. It’s not just a website. It’s a browser-bas...

Source: DEV Community
Hello, Dev community! I’m the CEO and lead dev at Infinity Systems, and I want to show you something we’ve been building for last 7 months: Infinity OS. It’s not just a website. It’s a browser-based operating system designed for privacy, freedom, and developer-first experience. Why build an OS inside a browser? 🌐 Most web apps are trapped in a "sandbox" that limits creativity. We wanted to see how far we could push Vanilla JS/HTML/CSS. Infinity OS features: - Encrypted File System: Your data stays private and secure. - Tor-Cleaned Proxy Browser: Browse with reinforced "Do Not Track" logic and a filter-free search engine (Infinity Search). - Task Manager: Real-time process monitoring for every iframe/window. The Developer Experience: No more Callback Hell 🛠️ One of our core goals was to make system calls as simple as possible. We’ve adapted standard methods so they are intuitive: // Yes, it's that simple in Infinity OS const result = await parent.confirm("Do you want to install th