Skip to content

v0.1.1

Latest

Choose a tag to compare

@dotbge dotbge released this 03 Jun 06:11

What's new

  • Address book — save contacts and your own identities (bge contact / bge identity, public keys only, kept in ~/.bge) and encrypt by name: bge encrypt report.pdf -r Alice, or bare bge encrypt report.pdf to seal to yourself.
  • Multi-file archivebge encrypt a.heic b.heic c.heic -a -o photos.bge bundles several files into one .bge.
  • inspect now names the recipient (Encrypted for: <name>) and supports --json.

Changed

  • DotBGE branding; the banner reads bge · DotBGE CLI.

The CLI is public keys only — it never stores private keys. The macOS build is a universal binary, signed with an Apple Developer ID and notarized; the Linux builds statically link the Swift runtime (no Swift install needed). Verify downloads with SHA256SUMS (macOS) / SHA256SUMS-linux.

Install: brew install --cask dotbge/tap/bge — or download a build below.