Skip to content

BLACKBOX v1.0

Choose a tag to compare

@spammail10q1-cloud spammail10q1-cloud released this 29 Aug 17:54
· 11 commits to main since this release

Download a machine

Pick the blackbox binary for your OS, make it executable, put it on your PATH:

chmod +x blackbox-linux-x86_64   # or blackbox-macos-aarch64
sudo install -m755 blackbox-linux-x86_64 /usr/local/bin/blackbox
blackbox doctor

Windows: rename blackbox-windows-x86_64.exe to blackbox.exe.

Try a demo immediately (the binary carries its own Python; you install nothing else):

blackbox init hello && cd hello && blackbox pack && blackbox run hello.blackbox

Example appliances (.blackbox, per platform)

Files are tagged by the platform they were packed for (native/runtimes
are platform-specific). Node.js and native-runtime examples are built
from source in CI on request.

Unsigned macOS/Linux binaries: first launch may need
xattr -d com.apple.quarantine blackbox-macos-aarch64 (macOS Gatekeeper).
Code-signing / notarization is tracked on the roadmap.

Full Changelog: https://github.com/HyperonX-Team/blackbox/commits/v1.0