Public repo atlasGenerated with review notes

onboardy.dev/repos/stablyai/orca

stablyai/orca

Understand stablyai/orca with an Onboardy architecture map, key systems, files to read first, evidence, and agent-ready context.

Published

Jun 17, 2026

Analysis

Jun 17, 2026

Files indexed

11,205

Evidence points

13

Files
11,205
Systems
15
Relationships
15
Freshness
Jun 17, 2026

Architecture map

How the repo is organized

Click systems in the graph to inspect responsibilities, important files, and nearby dependencies.

Architecture map

Generated map15 systems15 relationships

Use this map to orient around systems, dependencies, and files worth reading first.

Mini Map
Node Types
Gateway
Client
Service
Database
External

Click a system in the map

Explore stablyai/orca by selecting services, gateways, clients, and data stores. Each node shows the files, responsibilities, and neighboring systems an agent should keep in scope.

Pan, zoom, and use the minimap to keep large repos navigable.

Sign up to turn selected graph context into repo-aware agent sessions.

Key systems

What an agent should understand first

Desktop UI

React frontend for desktop app; tabs, modals, worktree list, terminal splits

src/renderer/src/main.tsxsrc/renderer/src/App.tsx
Main Process

Electron app lifecycle, IPC registration, window creation, service initialization

src/main/index.tssrc/main/ipc/register-core-handlers.ts
RPC Server

Unified RPC boundary; Unix socket + WebSocket transport, auth tokens, E2EE, keepalive

src/main/runtime/runtime-rpc.tssrc/main/runtime/rpc/dispatcher.ts
IPC Handlers

Modular handlers for filesystem, PTY, git, GitHub, worktrees, browser, etc.

src/main/ipc/pty.tssrc/main/ipc/worktrees.tssrc/main/ipc/github.tssrc/main/ipc/filesystem.ts
Persistence Store

SQLite-like state; schema defaults, migrations, load/save worktrees, settings, etc.

src/main/persistence.ts
CLI Tool

Command-line interface for scripting; discovers runtime, sends RPC calls

src/cli/index.tssrc/cli/dispatch.tssrc/cli/runtime-client.ts
Mobile App

React Native Expo; displays worktrees, terminal, browser, file explorer from remote

mobile/app/index.tsxmobile/app/h/[hostId]/index.tsx
Mobile E2EE Transport

WebSocket + tweetnacl encryption; device token validation, method allowlist

src/main/runtime/rpc/e2ee-channel.tssrc/main/runtime/device-registry.ts

Evidence coverage

What this context is grounded in

Coverage

Citations
8
Findings
5
Files discovered
11,205
Architecture systems
15
Architecture relationships
15
Agent graph
Agent graph entities
1,075
Agent graph relationships
1,811

Languages

TypeScriptJavaScriptMDJSONGIF