Sero opens into a persistent desktop workspace: a left navigation sidebar, a central app surface, and a global chat panel that can stay available while you move between apps.
This guide explains the basic mental model. For the detailed chat composer, attachments, context editor, slash commands, steering, queued follow-ups, and voice input, see Agent Sessions and Context.

Sero is currently a source-only OSS alpha for macOS on Apple Silicon. The preferred runtime is Apple container-backed workspaces; host mode is a supported fallback with reduced capabilities.
For the current support matrix, see Support Scope. For the high-level implementation model, see Architecture.
On first launch, Sero asks you to create or choose a profile before entering the
workspace. A profile owns its own <SERO_HOME> and profile-scoped
<SERO_HOME>/agent/ directory for settings, auth, workspaces, layout, sessions,
and local model configuration.
Use profiles to separate local working environments such as Work and Personal. They are useful separation, not a cryptographic security boundary, and exact onboarding screens may change during alpha.
For the complete profile flow, custom locations, restart-on-switch behavior, transferable credentials, deletion semantics, and redaction checklist, see Profiles and Onboarding.


After the profile exists, onboarding checks whether at least one model provider is available, then asks you to choose LOW, MED, and HIGH model defaults. For the provider catalog and tier behavior, see Models and Providers.


GitHub connection is optional during onboarding, but recommended if you work with repositories. Connecting it enables repository workflows such as clone, fetch, push, and pull-request-related actions from Sero.

GitHub uses a browser-based device login. Copy or open the one-time code flow, finish authorization in GitHub, and return to Sero; the connection completes automatically when the device flow succeeds.

The desktop shell has a few stable regions:
The sidebar and chat panel can be collapsed. Use Ctrl+B to hide or show the
main sidebar, and use Ctrl+L to hide or show the chat panel. Panel sizes and
open/closed state are restored between launches for the active profile.
Sero starts with core built-in apps:
Use the sidebar to switch between built-in apps and pinned or discovered apps. Explorer is central to development workflows, but this page only covers the workspace mental model. For file tree, editor, terminal, browser, and dev-server surfaces, see Explorer Workspace.
Workspaces are the main organizing unit for project work. The sidebar shows registered workspaces and the sessions that belong to them.
In the session tree you can expect to:
The workspace registry is profile-scoped local state. It is not browser storage and it is restored when you relaunch Sero with that profile.

The chat panel is global to the shell, not tied to one app view. You can switch from Dashboard to Explorer or another app while keeping the focused agent session available on the right.
A session is the unit of agent history and lifecycle. When you select a session, Sero opens or focuses the Pi-backed agent session, loads history when available, and keeps new prompts associated with that session.
Useful habits:
Ctrl+L to collapse the chat panel when you need more room for the active app.For detailed attachment behavior, model controls, prompt steering, abort states, queued follow-ups, context presets, workspace snapshots, slash commands, and voice input, see Agent Sessions and Context.
The chat panel stays available across app switches so the current agent session can remain in view while you inspect files, plugins, or settings.

The chat menu collects session-level actions and controls that do not need to be visible in the main composer all the time.

Use the command menu as a quick navigation and shell-actions palette. The current public-safe mental model is:
On macOS, the usual shortcut is ⌘K; on other keyboard layouts or environments
it may appear as Ctrl+K. Do not treat the command menu as a complete catalog
of agent slash commands or every possible action in Sero.

Sero saves shell preferences to profile-scoped local files. The restored state can include things like:
This is meant to make restarts feel continuous. If a layout looks wrong during alpha, try switching apps, collapsing/reopening panels, or restarting from the same profile before filing an issue.