Public builds + replayable proof
Download the Genome IDE. Run the 5-minute proof.
Helix CLI is free for verification, replay, diff, and offline inspection. The current public proof release includes the Linux desktop build plus direct Python package files. Native Windows and macOS drops are handled as private requests.
Public downloads are the no-procurement entry path: download Studio, open the built-in exploratory proof, and verify artifacts locally before you decide whether you need governed decisions, policy-gated execution, or managed services.
Public proof release v1.1.6rc4 is live: Linux desktop zip, wheel, source tarball, and release receipts.
Access model
5-minute proof
Download Studio, open the built-in exploratory proof, and inspect the session locally without procurement.
Public builds
Desktop artifacts, checksums, and build receipts are published openly. Current hosted release: v1.1.6rc4.
Paid boundary
Governed decisions, policy gates, and managed services live behind a license.
Upgrade path
Move from the exploratory proof to a paid pilot or Teams/Governance package when ready.
Desktop builds
Desktop builds by platform.
The public proof channel currently ships Linux desktop artifacts plus direct Python package files. Use the Windows quickstart for WSL-backed evaluation, or request signed Windows/macOS drops when you need native internal review. For private signed drops, custom deployment packaging, or air-gapped distribution requests, contact us.
Omnis Helix Desktop
Public desktop build for running the exploratory proof, inspecting artifacts locally, and technical review. Governed decisions and managed services require paid access.
Windows 11 / 10
Run the Linux proof via WSL2, or request a signed Windows zip if you need a native evaluator build for internal review.
WSL quickstart or private dropOpen quickstartmacOS (Apple Silicon)
Public proof binaries are not posted for macOS yet. Request a signed macOS build if you need native review on Apple Silicon.
Private drop on requestRequest buildLinux (Ubuntu 22.04+)
Zip archive with the OmnisHelix desktop binary and bundled helix CLI, served from the public release channel.
Verifycurl -fL "https://github.com/omniscoder/helix-public-assets/releases/download/v1.1.6rc4/SHA256SUMS.txt" -o SHA256SUMS.txt && sha256sum -c SHA256SUMS.txt --ignore-missingPublic release channel · v1.1.6rc4Download zipIntegrity artifacts
Verify with
SHA256SUMS.txtand inspect BUILD_META.txt before rollout.Checksums + metadataDownload checksums
Helix CLI
Install Helix CLI (free for proof replay and verification).
Verify, replay, diff, and inspect evidence bundles without procurement. Paid access begins at governed authoring, policy-gated execution, and authenticated managed services.
Install
python -m pip install -U helix-governanceVerify determinism
helix verify out/run --deterministicDiff exports
helix diff out/run_A out/run_BDirect wheel install
python -m pip install "https://github.com/omniscoder/helix-public-assets/releases/download/v1.1.6rc4/helix_governance-1.1.6rc4-py3-none-any.whl"Source tarball install
python -m pip install "https://github.com/omniscoder/helix-public-assets/releases/download/v1.1.6rc4/helix_governance-1.1.6rc4.tar.gz"Release manifest
curl -fL "https://helix-studio.com/release-assets/helix/release-manifest.json" -o release-manifest.jsonVerify every artifact
Copy/paste verification for checksums and release metadata.
No tickets needed — use the same commands we run internally to confirm build integrity. Replace the filenames with your platform's artifact.
Linux checksum verification
curl -fL "https://github.com/omniscoder/helix-public-assets/releases/download/v1.1.6rc4/SHA256SUMS.txt" -o SHA256SUMS.txt && sha256sum -c SHA256SUMS.txt --ignore-missingRelease manifest receipt
curl -fL "https://helix-studio.com/release-assets/helix/release-manifest.json" -o release-manifest.jsonBuild metadata receipt
curl -fL "https://github.com/omniscoder/helix-public-assets/releases/download/v1.1.6rc4/BUILD_META.txt" -o BUILD_META.txtDirect files (crawlable): SHA256SUMS.txt · BUILD_META.txt · release-manifest.json · public release page. Need detached signatures or offline verifier scripts? Mention it in your request.
Need something custom?
Paid deployment options for regulated environments.
We can package Helm charts, private taps, air-gapped installers, and environment profiles that align with your security posture.
Tell us about your deployment target (on-prem clusters, cloud VPC, secure lab networks) and we'll assemble a tested artifact set: installers, hashes, SBOM, and rollout checklist.