tauri-dev
Installation
SKILL.md
Tauri 2.0 Development Skill
Architecture Overview
LocalCowork uses Tauri 2.0 with a three-layer architecture. This skill covers the Rust backend (middle layer) and its integration with both the React frontend (top layer) and the MCP servers + inference backend (bottom layer).
React Frontend ←──Tauri IPC──→ Rust Backend ←──JSON-RPC/stdio──→ MCP Servers
│
└──OpenAI API──→ Local LLM (Ollama/llama.cpp)