Repos, branches, diffs, reviews, tests, terminals, previews.
- + Git plugin
- + Subagents (scout, reviewer, test-writer)
- + Local runtime + containers
A local-first macOS workspace bringing your coding agents, tools, memory, and apps together — extensible through plugins as your work changes.
You paste the same context, repeat the same instructions, reopen the same tools, and keep the useful parts in your head. A chat can help with one task, but it rarely becomes part of how you work.
→ Sero turns useful workflows into durable workspace capabilities.
// Ask for a capability. Turn it into a plugin. Keep it forever.
“I need a weekly planning assistant for this project.”
Sero helps scaffold a plugin: shared state, tools, UI, runtime — files you can keep iterating on.
Local Plugin Development runs the checkout directly in Sero.
The new tool, panel, command, or widget appears in the workspace.
Next week, ask Sero to extend it. The capability stays.
// Examples — your Sero will be different.
Repos, branches, diffs, reviews, tests, terminals, previews.
Reminders, recurring prompts, profiles, personal memory.
Search, sources, bookmarks, summaries, saved context.
Dashboards, monitors, routines, external APIs, jobs.
{
"name": "release-checklist",
"version": "0.1.0",
"sero": {
"app": "./dist/App.js",
"tools": ["./dist/tool.js"],
"commands": ["./dist/command.js"],
"runtime": "./dist/runtime.js",
"widgets": ["./dist/Widget.js"],
"state": "./dist/state.js",
"skills": ["./skills/*.md"],
"prompts": ["./prompts/*.md"]
}
}
Identity, profile, long-term facts, daily logs.
Recurring prompts and reminders.
Search, fetch, code lookup, bookmarks.
Branches, staging, commits, diffs, history.
Connect external MCP tools and resources.
Edit agents, skills, prompts, plugins, sessions.
source-only OSS alpha · macOS · apple silicon · profile-scoped state · container-backed workspaces when available · host-mode fallback otherwise · plugin/runtime contracts will evolve.
$ sero --version sero/0.x pi-coding-agent electron react-19 profile: dan@host macOS 14.x arm64
Start with a local agent workspace. Then teach it the tools, assistants, and workflows you want to keep.