- Linux AMD64 and ARM64
- macOS AMD64 and Apple silicon
ventstream.yaml, resolves
secret references from the local environment, and connects directly to the
configured source, sink, and optional NATS infrastructure. It does not require
the Fleet control plane or an enrollment token.
Install with curl
The installer detects the operating system and CPU architecture, downloads the matching release archive, verifies it against the releaseSHA256SUMS, checks
the binary version, and installs it under ~/.local/bin.
~/.config/ventstream/ventstream.example.yaml. Existing configuration files
are never overwritten.
Install a specific version or directory:
Configure and run
Copy the example into a workload directory:Download an archive manually
Release archives are also available as ordinary HTTPS downloads:sha256sum --check with shasum -a 256 --check.
Verify provenance
The installer has a GitHub build-provenance attestation. Users who require provenance verification before execution can download and verify it instead of piping it directly to the shell:SHA256SUMS detects transfer corruption or substitution relative to the
published release record. Attestation verification additionally proves that the
archive was produced by this repository’s release workflow.