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 this tool?");
if (result) {
await parent.addApp(myAppMetadata);
}
Our alert, prompt, and print methods all support await, allowing you to write clean, linear code without learning complex proprietary APIs.
The Infinity Store & Package Manager π¦
Weβve built a decentralized marketplace. What makes it different?
β- JSON "tester" field: No vague requirements. Testers provide detailed reports (e.g., "EaglerCraft 1.8: Stable on 4GB RAM, lags on 2GB").
β- NPM Support via deps: Our package manager automatically resolves and installs npm dependencies for your app during deployment.
β- Third-party Repos: Users can plug in any meta.json URL, making the ecosystem censorship-resistant.
We Need Your Tools! π€
βInfinity OS is ready for more professional tools. We are looking for devs to build:
β- System Utilities: File managers, resource monitors, terminals.
β- Productivity: Markdown editors, IDEs, spreadsheets.
β- Privacy Tools: OSINT scrapers and anonymous crawlers.
How to Join?
Weβve created a simple submission form for developers:
We've already ported Minecraft and built a fully functional terminal-based indexer!
βWhat do you think about the future of Web-based OS? Let's discuss in the comments!
Top comments (0)