Releases: infernode-os/infernode
InferNode 0.1.3
InferNode 0.1.3
64-bit Inferno® OS for embedded systems, servers, and AI agents.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | AMD64 (SDL3 GUI) | infernode-0.1.3-linux-amd64-gui.tar.gz |
| Linux | AMD64 (headless) | infernode-0.1.3-linux-amd64.tar.gz |
| Linux | ARM64 (SDL3 GUI) | infernode-0.1.3-linux-arm64-gui.tar.gz |
| Linux | ARM64 (headless) | infernode-0.1.3-linux-arm64.tar.gz |
| macOS | ARM64 (Apple Silicon, SDL3 GUI) | infernode-0.1.3-macos-arm64.dmg |
| Docker | AMD64 + ARM64 | ghcr.io/infernode-os/infernode:0.1.3 |
Windows support is in progress and will ship in a future release.
Quick Start
macOS: Open the DMG, drag InferNode.app to Applications, double-click to launch
Linux (GUI): Extract, then ./infernode
Linux (headless): Extract, then ./infernode-headless
Docker:
docker run -it ghcr.io/infernode-os/infernode:0.1.3
What's New
- Docker container image — multi-arch (amd64 + arm64) published to GitHub Container Registry. Pull and run with a single command.
- Security fix — reject negative signature length in Dis bytecode loader (found by ClusterFuzzLite fuzzer)
- OSSF Scorecard improvements — SLSA build provenance, ClusterFuzzLite fuzzing, pinned dependencies, binary artifacts removed from repo
- Dependency updates — actions/checkout v6, actions/upload-artifact v7, actions/download-artifact v8, github/codeql-action v4, softprops/action-gh-release v3
Verification
All release artifacts are signed with Sigstore cosign (keyless) and include SLSA build provenance attestations.
cosign verify-blob --signature <file>.sig --certificate <file>.pem \
--certificate-identity-regexp 'github.com/infernode-os/infernode' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com <file>
See SHA256SUMS.txt for SHA-256 checksums of all archives.
Full Changelog: v0.1.2...v0.1.3
InferNode 0.1.2
InferNode 0.1.2
64-bit Inferno® OS for embedded systems, servers, and AI agents.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | AMD64 (SDL3 GUI) | infernode-0.1.2-linux-amd64-gui.tar.gz |
| Linux | AMD64 (headless) | infernode-0.1.2-linux-amd64.tar.gz |
| Linux | ARM64 (SDL3 GUI) | infernode-0.1.2-linux-arm64-gui.tar.gz |
| Linux | ARM64 (headless) | infernode-0.1.2-linux-arm64.tar.gz |
| macOS | ARM64 (Apple Silicon, SDL3 GUI) | infernode-0.1.2-macos-arm64.dmg |
Windows support is in progress and will ship in a future release.
Quick Start
macOS: Open the DMG, drag InferNode.app to Applications, double-click to launch
Linux (GUI): Extract, then ./infernode
Linux (headless): Extract, then ./infernode-headless
Verification
All release artifacts are signed with Sigstore cosign (keyless).
cosign verify-blob --signature <file>.sig --certificate <file>.pem \
--certificate-identity-regexp 'github.com/infernode-os/infernode' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com <file>
See SHA256SUMS.txt for SHA-256 checksums of all archives.
Full Changelog: v0.1.1...v0.1.2
InferNode 0.1.1
InferNode 0.1.1
64-bit Inferno® OS for embedded systems, servers, and AI agents.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | AMD64 (SDL3 GUI) | infernode-0.1.1-linux-amd64-gui.tar.gz |
| Linux | AMD64 (headless) | infernode-0.1.1-linux-amd64.tar.gz |
| Linux | ARM64 (SDL3 GUI) | infernode-0.1.1-linux-arm64-gui.tar.gz |
| Linux | ARM64 (headless) | infernode-0.1.1-linux-arm64.tar.gz |
| macOS | ARM64 (Apple Silicon, SDL3 GUI) | infernode-0.1.1-macos-arm64.dmg |
Windows support is in progress and will ship in a future release.
Quick Start
macOS: Open the DMG, drag InferNode.app to Applications, double-click to launch
Linux (GUI): Extract, then ./infernode
Linux (headless): Extract, then ./infernode-headless
Verification
All release artifacts are signed with Sigstore cosign (keyless).
cosign verify-blob --signature <file>.sig --certificate <file>.pem \
--certificate-identity-regexp 'github.com/infernode-os/infernode' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com <file>
See SHA256SUMS.txt for SHA-256 checksums of all archives.
What's Changed
- ci: cosign release signing for OpenSSF Scorecard by @pdfinn in #2
- docs: add CHANGELOG.md by @pdfinn in #3
- docs: add OpenSSF Best Practices badge by @pdfinn in #4
- docs: add developer guide for CLI debugging and reset by @pdfinn in #5
- feat(linux): SDL3 GUI release pipeline for Linux AMD64 by @pdfinn in #6
Full Changelog: v0.1...v0.1.1
InferNode 0.1
InferNode 0.1
64-bit Inferno® OS for embedded systems, servers, and AI agents.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | AMD64 (headless) | infernode-0.1-linux-amd64.tar.gz |
| macOS | ARM64 (Apple Silicon, SDL3 GUI) | infernode-0.1-macos-arm64.dmg |
Windows support is in progress and will ship in a future release.
Quick Start
macOS: Open the DMG, drag InferNode.app to Applications, double-click to launch
Linux: Extract, then ./emu/Linux/o.emu -r. sh -l (headless; rebuild with ./build-linux-amd64.sh for SDL3 GUI)
Checksums
See SHA256SUMS.txt for SHA-256 checksums of all archives.
Full Changelog: v0.1-rc18...v0.1