Skip to content

Installation

🚧 Planned — Public distribution of the sei binary is in preparation: the installer (get.venturalitica.ai) and the source code will be published soon. In the meantime, explore the platform without installing anything in the public demo: https://demo.venturalitica.ai

sei is Venturalítica’s engine for governing high-risk AI from git. Official binaries for Linux, macOS and Windows are planned (cargo-dist installers + GHCR image); you can also run it as a container or build it from source.


Quick install (in preparation — available soon)

Section titled “Quick install (in preparation — available soon)”

The commands below document the install path that will exist once the sei binary is published. They do not work yet (get.venturalitica.ai does not resolve and there is no published release).

Terminal
curl -LsSf https://get.venturalitica.ai/latest/install.sh | sh

The installer detects your OS and architecture (x86_64 or aarch64), verifies the checksum and places the binary at ~/.local/bin/sei. If that directory is not on your PATH, the installer tells you so.

Verify the installation:

Terminal
sei --help

The output should list the 16 subcommands. See the CLI reference for a full description of each one.


ToolWhy
gitsei operates on git repositories
uv (Python ≥ 3.11)Run the bundled example scenarios (loan, medical)
dvc ≥ 3Reproduce the scenario pipelines

The sei binary itself only needs git. uv and dvc are only required to run the repository’s example scenarios.


Once sei --help shows the 16 subcommands, proceed to the Quickstart to run the bundled loan example and see the ISO 23894 loop close.