Tinybot Desktop is a local-first personal AI assistant built on Rust and Tauri 2, featuring a React 19 renderer. It employs a three-tier topology consisting of the presentation-layer renderer, framework-independent application contracts, and a native Rust backend that owns agent execution, durable conversation persistence, and system lifecycle management. The system provides Natural Language to Code Mapping through agent graph and RPC subsystems.
The React renderer communicates with Tauri command handlers and event emitters, which delegate tasks to Rust domain services, agent bridges, and rollout stores.
No comments yet.