Inherits All The Features Mint And Tauri Value.
- Good type system
- Friendly error messages
- Auto Formatter
- Components for composition
- Stores for data storage
- Built-in styling
- Built-in routing
- Great JavaScript interoperability
- Immutable data structures
- And much more...
- Bundle Size of a vanilla Tauri app is less than 3 MB, about 140 MB smaller than what you get with Electron.
- Memory Footprint is less than half of the size of an Electron app built from the same codebase.
- Security is Tauri's biggest priority, and we are constantly innovating.
- Floss licensing is regretfully impossible with downstream Chromium consumers, like Electron. Sources: 0 1 2
npm install
npm run dev
npm run build