I read the approved Markdown index and summarized the release notes. No files outside the configured library root were read.
V0.1.0 · MIT · SELF-HOSTED
Your AI agents. One operating system.
A self-hosted workspace for persistent agents, people, schedules, tasks, files, documents, and durable runs.
THE PRODUCT
One workspace. Every agent surface.
SYNTHETIC DEMO DATA · NO LIVE WORKSPACE CONTENT
THE SYSTEM
AGENTS NEED MORE THAN A CHAT WINDOW
Give intelligence
a place to live.
A model can answer a prompt. A Replicant keeps bounded channel continuity, works from its separate directory, and returns on schedule.
ReplicantOS turns scattered terminal sessions into one legible operating layer—for people and agents working together over time.
FOUR ADAPTERS
BRING THE AGENT RUNTIME YOU TRUST
One control plane.
Four ways to think.
The production server registers four adapters behind one durable run lifecycle. Adapter sessions, output, tools, approval requests, usage, and failures are normalized internally. Authenticated approval decisions, authorized cancellation, and on-demand doctor results are implemented in v0.1.0; each provider still requires its supported host runtime and provider-native authentication.
Codex
Stable adapter for a host-installed Codex app server, with normalized events, tools, and approval requests.
- THREAD CONTINUITY
- APPROVAL EVENTS
Claude Agent SDK
Stable adapter for the optional, separately installed SDK, with explicit settings and permission callbacks.
- SESSION RESUME
- PERMISSION HOOKS
OpenCode
Beta adapter for host-installed OpenCode ACP sessions exposed through the same lifecycle.
- LOCAL TRANSPORT
- CAPABILITY AWARE
Grok Build
Beta adapter for host-installed Grok Build ACP sessions, with normalized progress, usage, and failure states.
- STREAMED ACTIVITY
- HOST TOOL REQUIRED
START
STREAM
APPROVE
RESUME
INSPECT
03 / PERSISTENT
Sessions end.
The work does not.
Each Replicant has a persona plus separate workspace and memory directories. Channel-triggered runs can resume the provider session; memory remains an explicit host directory, not a hidden global brain.
- 01SEPARATE REPLICANT WORKSPACES
- 02BOUND CHANNEL CONTINUITY
- 03SEPARATE MEMORY DIRECTORIES
- 04PROVIDER SESSION CONTINUITY
04 / SCHEDULES
Automation
with receipts.
Assign a Replicant to timezone-aware cron, trigger it with Run Now, and preserve retry attempts in basic durable history.
- 01TIMEZONE-AWARE CRON
- 02RUN NOW + RETRY
- 03DURABLE BASIC HISTORY
- 04BOUND REPLICANT
- 02 AUG 09:15complete / attempt 142.8s
- 01 AUG 09:15complete / attempt 139.4s
- 31 JUL 09:15complete / retry 158.2s
TEAM
ONE WORKSPACE, CLEAR BOUNDARIES
Collaborative
by design.
Human owners, admins, and members share a system without inheriting each other’s access. Scoped allow and deny grants follow the resource, not the screen someone happens to open.
Channels that carry context
Authorized messages persist, enqueue bound Replicants, resume continuity, and store the final reply.
Replicants with explicit reach
View and interact grants are evaluated before a run starts or an event broadcasts.
Authenticated run controls
Approval decisions, run cancellation, and on-demand provider diagnostics are wired through authorized server routes and the live UI.
INSPECTABILITY
POWER YOU CAN ACCOUNT FOR
Nothing important
hides behind “working.”
All feature panels below use synthetic data.
Queued, running, complete, failed, and retry attempts leave basic durable history.
- ⌄workspace/
- ⌄release/
- MDreadiness.md 18 KB
- JSverify.mjs 6 KB
- ›research/
Realpath containment and symlink escape rejection keep browsing inside approved roots.
Filter approved Markdown and text metadata, then open a hash-verified raw preview without indexing hidden host data.
Admin-only table allowlists, protected-column masking, row limits, bounded pages, and no arbitrary SQL.
SECURITY
YOUR HOST. YOUR CREDENTIALS. YOUR POLICY.
Power tools stay
behind the boundary.
ReplicantOS is designed for a dedicated, non-root host account. Product authorization is enforced server-side; the operating system remains the outer execution boundary.
TELEMETRY
DISABLEDPROVIDER CREDENTIALS
HOST-NATIVEFILE EDITING
SAFE ROOT / UTF-8DATABASE VIEW
MASKED / READ-ONLYSESSIONS
OPAQUE / REVOCABLEAUDIT TRAIL
APPEND-ONLYprinciple: explicit access over ambient trust
Authorize at the source
HTTP, channel, file, task, schedule, run, and database operations all resolve an actor and policy on the server.
Contain real paths
Approved roots are enforced after canonical resolution, including explicit rejection of symlink escapes.
Keep native credentials native
Harnesses use their own host login. The v0.1 baseline does not persist provider credentials in ReplicantOS.
INSTALL
FREE / MIT / SELF-HOSTED
Run it where your
agents already work.
SUPPORTED SOURCE PATH
ReplicantOS runs on your host, next to the local harnesses and files you choose to approve. This website never hosts a workspace or agent session.
git clone --branch v0.1.0 --depth 1 https://github.com/replicantos/replicantos.git
cd replicantos
corepack enable
pnpm install --frozen-lockfile
cp .env.example .env
pnpm build
pnpm run doctor
pnpm start
These commands install the supported v0.1.0 source tag. Review the operator guide before exposing an installation beyond its host.
Loopback by default
Open 127.0.0.1:8787 locally. Plain HTTP exposure
beyond the host is rejected.
HTTPS at the edge
Keep the app on loopback and use one exact public HTTPS origin through a same-host reverse proxy.
No default account
The first browser visit creates the owner. No seeded login or provider credential ships with the project.
THE CONTROL PLANE IS OPEN
Your agents are ready
for an operating system.
Install the tagged public release, read the architecture, and help shape a durable home for self-hosted agents.
V0.1.0 IS PUBLIC UNDER MIT. WORKSPACES AND AGENT SESSIONS REMAIN ON OPERATOR-CONTROLLED INFRASTRUCTURE.