Alpha

Your work is safe before you commit it.

Orbit is a local-first workspace manager that sits alongside Git. A background daemon captures snapshots as you edit, so uncommitted work survives a bad checkout. When you are ready, it helps you turn a session of messy edits into commits that read like decisions.

Orbit is alpha software under active trust revalidation. Local snapshot capture is best-effort and does not guarantee that every save is captured. Remote identity, key, and secret workflows are experimental and must not be used to protect production secrets. The repository's product and security contracts are authoritative on what is currently guaranteed; this page is not.

What it does

Snapshot timeline

A local daemon watches the workspace and records best-effort snapshots to a local SQLite database, so uncommitted work is recoverable.

Intent-based staging

Turn a session of unrelated edits into separate, coherent commits, instead of reconstructing your reasoning from a diff hours later.

Secret detection

Flags likely secrets and .env files locally before a commit happens, and can inject variables into a subprocess in memory rather than on disk.

Git-native

Orbit stages through Git itself. Your repository stays a normal Git repository, and nobody else on the team has to install anything.

orbit
# PLACEHOLDER: illustrative, not captured from a real session
$ orbit status
  workspace   ~/projects/api
  daemon      running
  snapshots   14 in the last hour

$ orbit commit
  ? 2 groups of related changes detected
  ...

Maturity

Orbit publishes what is proven separately from what is intended. The table below is a summary; the repository's contract registry is the authority.

AreaState
Local snapshot timeline and stagingIMPLEMENTED
Local secret detectionIMPLEMENTED
Team keys, devices, remote secret syncEXPERIMENTAL
Key rotation and recoveryREOPENED

Summarised by hand and therefore capable of lagging the repository. When the two disagree, the repository is right.

Install

Orbit is not publicly released yet. Installation instructions, prebuilt binaries, and platform support belong here once there is an alpha people can actually download.

Until then the source and the getting-started guide are in the repository.

github.com/ZensykU2/Orbit