This project aims to build a modular desktop application using Tauri + Rust, where:
The system is designed to be:
+------------------------+
| Tauri Frontend |
| (UI + IPC Client) |
+-----------+------------+
|
| IPC / API
|
+-----------v------------+
| Rust Daemon |
| - Module Manager |
| - Scheduler |
| - Logger |
| - API Server |
+-----------+------------+
|
| Process Isolation
|
+-----------v------------+
| Modules |
| (Independent Rust |
| Binaries / Plugins) |
+------------------------+