A cargo subcommand that handles code signing, notarization, and update signatures for Rust binaries across macOS, Windows, and Linux.
cargo install cargo-codesign
cargo codesign init # generate sign.toml
cargo codesign status # check credentials and tools
cargo codesign macos --app target/release/bundle/MyApp.app- Styled DMG installers with background image and icon positions via
[macos.dmg]insign.toml— see DMG Styling guide
Full documentation is available in the cargo-codesign book.
Licensed under either of Apache License, Version 2.0 or MIT License at your option.