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 doctorWindows: 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.blackboxExample 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: v1.0...v0.1.0-build.11