Skip to main content

Supported platforms

Windows is not supported natively for the engine — it is a server workload. Run it inside WSL2 (the Linux installer works there as-is) or as a container.

Engine

One line — detects your OS and architecture, verifies checksums, installs to ~/.local/bin:
Or grab a specific platform build from the releases page. Container images are available for containerized deployments — see Deploy. Pin a version or change the location with env vars:

Fleet CLI (managed users)

Windows: download ventstreamctl-<version>-windows-amd64.zip from the CLI releases page, unzip, and put ventstreamctl.exe on your PATH. Every artifact ships with SHA256SUMS and per-platform SBOMs; the installer scripts verify checksums before installing.

Verify

Try it

This is all it takes to stream CDC from MongoDB into Elasticsearch or OpenSearch — every insert, update, and delete, snapshot-bootstrapped and then live from the change stream:
One index per collection, deterministic document ids, deletes propagate. Swap the source for Postgres, MySQL, or Neo4j, or the sink for Meilisearch or Redis — same binary. For a full guided run with seeded data, take the Quickstart.