The simplest way to get started with the Formance Platform is to create yourself a sandbox environment on Formance Cloud, using fctl, the Formance CLI.
The Formance Platform embraces a CloudPrem architecture — enabling you to decide how much you want to run on your own infrastructure, and how much you want to run on Formance Cloud. More details can be found in the architecture section.
Binaries for fctl are available for Linux, macOS, and Windows. You can download the latest release from the GitHub releases page.
Copy
Ask AI
# You can use either amd64 for x86_64 or arm64 for ARMARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releases/download/v2.0.0-rc.25/fctl_linux-$ARCH.tar.gz" \&& tar -xvf fctl.tar.gz \&& sudo mv fctl /usr/local/bin \&& chmod +x /usr/local/bin/fctl \&& rm fctl.tar.gz