Skip to content

systems

factory-droid[bot] edited this page Jul 5, 2026 · 1 revision

Systems

Systems are the internal building blocks that make the desktop app work. They cut across applications and features.

System Purpose
Rust core Domain model, storage, services, attachments, generation, and AI helpers.
Tauri command bridge Typed commands and generated frontend bindings.
Frontend shell React state controller, views, editor, and action factories.
Generation jobs Background AI jobs, streaming events, cancellation, and completion.
Provider detection Local CLI readiness, model detection, and command resolution.
Release tooling CI, package metadata, signing, packaging, and release scripts.

Clone this wiki locally