Install the Invariant CLI from source
Install the Invariant CLI directly from the source code repository using git and Poetry.
git clone https://github.com/InvariantTech/client
cd client
poetry install
Verify the installation by checking the version.
poetry run invariant --version
# client: vX.Y.Z
# server: vA.B.C
See the Quick Start guide for next steps, like logging in.