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)

Key References

Installs
19
GitHub Stars
2.1K
First Seen
Feb 28, 2026
tauri-dev — liquid4all/cookbook