distributing-tauri-for-macos
✓Guides users through distributing Tauri applications on macOS, including creating DMG installers, configuring app bundles, setting up entitlements, and customizing Info.plist files for proper macOS distribution.
Installation
SKILL.md
This skill covers distributing Tauri v2 applications on macOS, including DMG installers and application bundle configuration.
| background | string | - | Path to background image relative to src-tauri | | windowSize.width | number | 660 | DMG window width in pixels | | windowSize.height | number | 400 | DMG window height in pixels | | windowPosition.x | number | - | Initial window X position on screen | | windowPosition.y | number | - | Initial window Y position on screen |
| appPosition.x | number | 180 | App icon X position in window | | appPosition.y | number | 220 | App icon Y position in window | | applicationFolderPosition.x | number | 480 | Applications folder X position | | applicationFolderPosition.y | number | 480 | Applications folder Y position |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill distributing-tauri-for-macos- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-07
- Updated
- 2026-02-18
Quick answers
What is distributing-tauri-for-macos?
Guides users through distributing Tauri applications on macOS, including creating DMG installers, configuring app bundles, setting up entitlements, and customizing Info.plist files for proper macOS distribution. Source: dchuk/claude-code-tauri-skills.
How do I install distributing-tauri-for-macos?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill distributing-tauri-for-macos Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/dchuk/claude-code-tauri-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-07