Space Agent runs in-browser and 'mutates' web pages, adding UI widgets on the fly
- Agent Zero this week published Space Agent, a browser-first open-source runtime that lets an artificial intelligence agent build pages, widgets, and workflows inside its own interface. - The project’s live demo is at version 0.64, while the GitHub repository showed about 500 stars and 129 forks within days of launch. - The pitch breaks from fixed chatbot layouts by letting agents rewrite the front end as they work. (github.com)
Space Agent is a new browser-first artificial intelligence runtime that can change its own interface while you use it. (github.com) (youtube.com) Agent Zero published the open-source project on GitHub last week under an MIT license. The repository showed about 500 stars, 129 forks, and 98 commits when indexed this week. (github.com) The core pitch is that the agent is not boxed into a fixed chat window. The README says users can ask for “a page, tool, widget, or workflow” and the agent can build it directly into the running workspace. (github.com) That changes the usual pattern for assistants, which normally answer in text and leave the user to click through another app. Space Agent instead runs in the browser layer itself, so it can work on the same user interface it is generating. (github.com) The project says new capabilities can live in simple `SKILL.md` files that the agent can write and extend itself. Its README also says actions can stay in plain text and plain JavaScript instead of bulky tool-call schemas. (github.com) Space Agent is available two ways right now. Users can try a hosted guest login at space-agent.ai, or run the package themselves for what the site calls “complete privacy and security.” (space-agent.ai) (github.com) The hosted service identified itself as version 0.64 on April 28, 2026. The login page says the package includes both the browser runtime and the backend layer in one install, with support for multi-user and group setups. (space-agent.ai) Agent Zero’s launch video frames the product as an “open source AI workspace” rather than another chatbot shell. The video description says it can run as a desktop app, a self-hosted server, or a personal assistant that expands into a team platform. (youtube.com) The repository also pitches Git-backed history and rollback controls, which matters for software that edits its own workspace live. If an agent breaks a widget or workflow, the system says admins can use time-travel style history to restore an earlier state. (github.com) The bet is simple: if agents can add buttons, panels, dashboards, and browser surfaces on demand, the interface stops being static. Space Agent is trying to turn the browser itself into software the agent can keep rewriting. (github.com) (youtube.com)