claude-app/src-tauri
Ole-Morten Duesund c024717934 Initial implementation of Claude desktop app (Tauri v2)
Standalone native desktop app wrapping claude.ai with:
- Direct webview navigation to claude.ai (not iframe)
- System tray with close-to-tray behavior
- Native notification bridge (JS overrides browser Notification API)
- Navigation filter allowing only Claude, Anthropic, and OAuth domains
- External links open in system browser
- Session persistence via WebKitGTK cookies/localStorage
- Builds .deb and AppImage bundles

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 11:46:01 +01:00
..
capabilities Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
icons Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
src Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
build.rs Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
Cargo.lock Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
Cargo.toml Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
tauri.conf.json Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00