PearlOS: we gave AI a talking desktop environment instead of a text box
Voice-driven OS interaction beats typing prompts into a chat box.

AI-controlled browser desktop is ambitious, but the demo is behind a YouTube bot check.
AI enthusiasts, Early adopters of agent interfaces
Puter.com · OpenInterpreter · MagicOS
So we envisioned a different kind of experience, and rooted it in questions like: What if the AI had an entire desktop to work with? What if AI was the experience rather than the tool? Today we dropped the first look video of what we created.
PearlOS is a browser based desktop environment where the AI companion (Pearl) talks to you to open apps, manage windows, build characters, research, takes notes, searches the web, and controls the whole UI. You just talk to her and things happen on screen.
It's early. But the core works and our entire (small) team uses it for daily tasks Demo: https://www.youtube.com/watch?v=aKO52ox0dx0 GitHub: https://github.com/NiaExperience/PearlOS/
We want to build this out into “personal pearls” that everyone can have with no coding/AI experience at all needed.
Looking for architecture feedback, contributors, and honest criticism.
What you get when you open it: * A desktop environment with apps (notes, browser, YouTube, file manager, calculator, music player), all * A voice you can talk to naturally. Interruption handling, turn taking, real conversation. * Persistent memory. Pearl remembers your projects, preferences, and past conversations across sessions. She picks up where you left off. * Sub-agent swarms. Pearl can break complex tasks into parallel agent jobs that run in the background while you keep talking.
Stack: * Next.js frontend (the desktop runs in a browser) * Multi-model routing (fast model for chat, heavier model for complex reasoning, configurable) * Pipecat for real-time voice (Deepgram STT, PocketTTS for local TTS) * OpenClaw for agent orchestration * Bring your own API keys, swap in any LLM
What it's not: * Not another ChatGPT wrapper * Not a terminal with an AI bolted on * Not collecting your data (runs on your hardware, no telemetry)
Thanks everyone! Stephanie & the PearlOS team
Voice-driven OS interaction beats typing prompts into a chat box.
PearlOS packages an ambitious idea — 'the agent is the UI' — into a tangible repo with setup wizards, test configs, and attractive screenshots showing live task tracking and a chat-driven desktop. The work shows real product intent (voice bot config, DB seeding, Turborepo structure), but the README promises a lot without a demo of model hosting, privacy controls, or clear differentiation from other agent shells; I want a short video or architecture diagram before getting excited.
Ambitious AI OS architecture with mesh services, but lacks working demo to prove it.
Fork-based VM isolation for parallel AI agents beats fighting over localhost resources.
Claude Code talks back—low-latency voice I/O over generic agent wrapper.
Yet another .env replacement; Doppler and Infisical already own this space.