# tauri-app-autostart > Guidance for Tauri v2 autostart setup with platform differences and rollback. - Author: wandl-6A72h - Repository: partme-ai/tauri-skills - Version: 20260206195346 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/partme-ai/tauri-skills - Web: https://mule.run/skillshub/@@partme-ai/tauri-skills~tauri-app-autostart:20260206195346 --- --- name: tauri-app-autostart description: Guidance for Tauri v2 autostart setup with platform differences and rollback. license: Complete terms in LICENSE.txt --- ## When to use this skill **ALWAYS use this skill when the user mentions:** - Enabling or disabling app autostart / 启用或关闭应用自启动 - Platform-specific autostart behavior / 平台自启动行为差异 - User-controlled autostart toggle / 用户可控自启动开关 **Trigger phrases include:** - "autostart", "startup", "login items", "boot launch" - "自启动", "开机启动", "登录项" ## How to use this skill 1. Decide autostart defaults and user controls 2. Configure autostart plugin and permissions 3. Handle platform differences for startup registration 4. Provide rollback and verification steps ## Outputs - Autostart policy and toggle plan / 自启动策略与开关方案 - Rollback and verification checklist / 回滚与验证清单 ## Scope - Boundary: Autostart configuration and control only - Key points: Platform-specific startup behavior ## References - https://v2.tauri.app/plugin/autostart/ - https://v2.tauri.app/zh-cn/plugin/autostart/ ## Keywords tauri autostart, startup, enable disable, platform