Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

cargo install --git https://github.com/sassman/cargo-codesign-rs

Or if cargo-codesign has been published:

cargo install cargo-codesign

Verify installation

cargo codesign --version

Prerequisites

cargo-codesign orchestrates platform-specific signing tools. You need the tools for your target platform:

PlatformRequired toolsHow to get them
macOScodesign, xcrun, hdiutilXcode Command Line Tools: xcode-select --install
Windowssigntool.exeWindows SDK
Linuxcosign or minisignSee Linux guide

cargo-codesign itself is a single Rust binary with no runtime dependencies beyond these platform tools.