Windows
Missing Windows package identity prevents native API access
8Tauri apps cannot obtain Windows package identity, which blocks access to many Windows-specific APIs including the notifications API, severely limiting functionality on Windows.
Missing Windows .appx/.msix bundle support limits Microsoft Store distribution
7Tauri only supports .exe and .msi bundles on Windows, not the .appx and .msix formats required for proper Microsoft Store integration. Applications currently using .appx would need to be removed from the Store and rebuilt with .exe format, creating a significant migration barrier.
No Windows Support
5TensorFlow has very limited features and support for Windows users, with a significantly wider range of features available only for Linux users.
Antivirus software blocking Electron applications
5Windows Defender and third-party antivirus software frequently flag Electron apps as suspicious during development and production, requiring temporary disabling for testing or code signing certificates to avoid false positives.