·signing-tauri-apps
</>

signing-tauri-apps

dchuk/claude-code-tauri-skills

Guides the user through Tauri application code signing and notarization for Android, iOS, Linux, macOS, and Windows platforms including certificate setup and configuration.

17Installs·0Trend·@dchuk

Installation

$npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill signing-tauri-apps

SKILL.md

This skill provides comprehensive guidance for code signing Tauri applications across all supported platforms.

| Android | Required for Play Store | Java Keystore (JKS) | | iOS | Required for distribution | Apple Developer Certificate | | Linux | Optional (enhances trust) | GPG Key | | macOS | Required for distribution | Developer ID / Apple Distribution | | Windows | Required (SmartScreen) | OV or EV Certificate |

| ANDROIDKEYALIAS | Key alias (e.g., upload) | | ANDROIDKEYPASSWORD | Keystore password | | ANDROIDKEYBASE64 | Base64-encoded keystore file |

Guides the user through Tauri application code signing and notarization for Android, iOS, Linux, macOS, and Windows platforms including certificate setup and configuration. Source: dchuk/claude-code-tauri-skills.

View raw

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 signing-tauri-apps
Category
</>Dev Tools
Verified
First Seen
2026-02-07
Updated
2026-02-18

Quick answers

What is signing-tauri-apps?

Guides the user through Tauri application code signing and notarization for Android, iOS, Linux, macOS, and Windows platforms including certificate setup and configuration. Source: dchuk/claude-code-tauri-skills.

How do I install signing-tauri-apps?

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 signing-tauri-apps 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