What if your OS could think?
I Built an Entire Operating System That Runs in Your Browser — And Its AI Can Rewrite Its Own Code....
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3903345) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Canaddons Posted on Apr 29 What if your OS could think? #ai #javascript #opensource #programming I Built an Entire Operating System That Runs in Your Browser — And Its AI Can Rewrite Its Own Code. NexusOS is a fully autonomous AI operating system with 49 apps, a self-healing kernel, and an AI engine that can build new applications from natural language. 100% open source. What if your OS could think? Not "think" like a chatbot that generates text.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).