Skip to content
Praxis is in alpha. The supported API is praxis.io/alpha, and the contract can change while Praxis is in alpha.About the alpha contract

Installation

The supported evaluation path downloads the Praxis alpha artifacts. It starts Moto as a local AWS-compatible API, Restate, Praxis Core, and all five driver packs without compiling Praxis or cloning the repository.

  • Docker with Docker Compose

Open the Praxis alpha release and download the CLI archive for your platform, checksums.txt, and praxis-alpha-quickstart.tar.gz. Verify the archives against the checksum file, place praxis on your PATH, then run:

Terminal window
tar -xzf praxis-alpha-quickstart.tar.gz
cd praxis-alpha-quickstart
./praxis-up
praxis version

The bundle pulls all six Praxis images at the single supported :alpha tag, waits for the infrastructure services, and registers Core and every driver pack with Restate.

Terminal window
praxis list schemas

praxis list schemas runs offline from the schemas embedded in the CLI. It is a quick way to confirm the binary and discover current resource kinds.