Native desktop wrapper for Chatto built with Tauri v2.
Loads your Chatto instance in a native webview with system tray integration, native notifications, auto-start, and deep link support.
chatto:// protocol handlermise install # install pinned Node, Rust, pnpm
pnpm install # install frontend dependencies
mise exec -- pnpm tauri dev # launch in dev mode
All build commands should be run through mise exec -- to use the correct toolchain versions.
mise exec -- pnpm tauri build # produces .app, .dmg (macOS), .msi (Windows), .deb/.AppImage (Linux)