Skip to main content

Synopsis

Description

Generates a new Ed25519 keypair and writes two files:
  • <output>.key — private signing key (keep secret)
  • <output>.pub — public verification key (share freely)

Options

Examples

Notes

  • Keep the .key file private and out of version control
  • The .pub file can be committed to your repo and distributed to users
  • Use the .key file with vibe sign
  • Use the .pub file with vibe verify
  • The macOS host app embeds a trusted public key for official packages