Releases: dotbge/bge-cli
Releases · dotbge/bge-cli
bge 0.1.0
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/decryptfiles & folders — RSA identity (-r) or password (-p) modekeygen— RSA-4096 identity key pairsinspect— what a.bgeis; add-k/-pto reveal the original filename & typecard— export your public key as a.bgekeycontact the dotbge apps importenc/decaliases, 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.