Skip to content

Encrypt files on macOS with Moaiy

A compact workflow for key generation, encryption, and trusted distribution.

1. Get a trusted build

Download only from official GitHub Releases.

Open Releases

2. Generate a key pair

$ moaiy key generate

3. Encrypt a file

$ moaiy encrypt contracts.zip --recipient [email protected]
$ moaiy encrypt contracts.zip --password

4. Verify and share

Verify release checksums, then share encrypted artifacts through your preferred channel.

Read verification guide
Full Docs Expanded command patterns and FAQs. Compare Alternatives Evaluate complexity versus classic GPG tools.