distributing-tauri-for-macos
Installation
SKILL.md
Tauri macOS Distribution
This skill covers distributing Tauri v2 applications on macOS, including DMG installers and application bundle configuration.
Overview
macOS distribution for Tauri apps involves two primary formats:
- Application Bundle (.app) - The executable directory containing all app components
- DMG Installer (.dmg) - A disk image that wraps the app bundle for easy drag-and-drop installation
Building for macOS
Build Commands
Generate specific bundle types using the Tauri CLI: