Skip to content

Releases: dotbge/bge-cli

bge 0.1.0

01 Jun 09:37

Choose a tag to compare

First public release of bge, the command-line tool for the open .bge format.

Install — macOS

brew install --cask dotbge/tap/bge

Or download bge-0.1.0.pkg (double-click — signed + notarized, installs to /usr/local/bin) or the standalone bge-0.1.0-macos-universal.zip. Universal — Apple Silicon + Intel.

Install — Linux

Download the tarball for your architecture, then put bge on your PATH:

tar xzf bge-0.1.0-linux-x86_64.tar.gz          # or -aarch64
sudo install bge-0.1.0-linux-x86_64/bge /usr/local/bin/

Statically linked — no Swift runtime needed. Verify with sha256sum -c SHA256SUMS-linux.

What's in it

  • encrypt / decrypt files & folders — RSA identity (-r) or password (-p) mode
  • keygen — RSA-4096 identity key pairs
  • inspect — what a .bge is; add -k/-p to reveal the original filename & type
  • card — export your public key as a .bgekey contact the dotbge apps import
  • enc/dec aliases, stdin/stdout piping, --password-stdin, and sysexits exit codes

Interops with the dotbge apps for macOS & iOS and the open BGE v3 format — spec and test vectors at dotbge/bge-format.


ℹ️ The auto-generated "Source code" archives below are just this distribution repo (README, checksums, man page) — bge itself is closed-source. Install from the signed .pkg or tarballs above.