Project
The durable setup. Repository, default branch, environment recipe, and references to secrets.
Same project. Your choice of harness.
A workspace that keeps going when you close the lid.
Cloud is a place to run a session. Enable it once on a project, then choose local or cloud whenever you start something new.
The durable setup. Repository, default branch, environment recipe, and references to secrets.
The conversation and task. Its own branch, selected harness, model, and execution location.
The session’s isolated checkout and saved harness state. Compute can sleep; the work remains.
The project stays the same. Execution moves to the location you select.
A dedicated cloud workspace. Your laptop can go offline.
Your project context is ready.
Illustration only. No repository is connected and no compute is started.
For private GitHub repositories, install the Zeron GitHub App and choose which repos it can access. Signing in to Zeron and granting repository access are separate steps.
Install on your account or organization. An organization may require an owner’s approval. Access can be revoked from GitHub.
Pick the base image, setup commands, and required secrets once. Store secret references on the project; inject credentials only into authorized workspaces.
Clone the chosen revision into a separate workspace. Uncommitted changes on your laptop are not included automatically.
Run the existing headless Zeron engine inside an isolated cloud workspace. Keep the harness adapters, transcript sync, terminal, and file protocols.
Scheduling stays independent of the agent. Each adapter declares its runtime, authentication, capabilities, and resume requirements. Cloud support is validated per harness.
Give each runner a limited credential and an exclusive execution lease. A cloud runner must not inherit the broad trust of a personal synced device.
Save uncommitted files and native harness state at stable paths. Restore before accepting new work. A transcript alone cannot resume an agent.
Space currently binds a device to a folder. Introduce a logical project above spaces so a local folder and a cloud workspace can belong to the same project.
Reuse Harness, the headless engine, relay RPC, and document sync. Add server-owned workspace lifecycle, quota checks, metering, and lease fencing. Billing and execution ownership must not rely on editable client documents.
Provisioning must be idempotent. On runner failure, fence the previous owner and recover the journal; do not blindly replay commands with external side effects. Changing harnesses creates an explicit context handoff, not a native-session migration.
A subscription would include compute credits and a concurrency limit. Model usage is separate. Exact pricing and provider authentication support remain to be decided.
The agent is executing in its workspace. Meter allocated compute and keep progress available on every connected device.
COMPUTE ACTIVEEnforce entitlement, concurrency, and spending caps before allocation. Overages are opt-in.
Check process and tool activity before stopping. A quiet transcript does not mean an idle agent.
Show storage retention and charges separately. Keep transcripts readable without waking compute.
One repository per project. Isolated cloud sessions.
A validated harness set. Saved workspaces. Automatic sleep and wake.