Flipt is a single binary that can be run on any Linux or macOS (arm64) host. You can install and try out Flipt in a few different ways:Documentation Index
Fetch the complete documentation index at: https://flipt-grpc-conn-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Managed Flipt
Don’t want to self-host? Learn more about our managed offerings.
Homebrew
You can install Flipt using Homebrew on macOS and Linux. Flipt runs as a service and is managed by Homebrew Services. This means you can start and stop Flipt using thebrew services command.
Installing
Running
Binary
You can always download the latest release archive of Flipt from the Releases section on GitHub.Installing
You can use the following script to download and install the latest Flipt binary:Running
Run the Flipt binary with:--configflag as an override{{ USER_CONFIG_DIR }}/flipt/config.yml(theUSER_CONFIG_DIRvalue is based on your architecture and specified in the Go documentation)/etc/flipt/config/default.yml
Supported Architectures
Flipt is built for the following architectures/os:- x86-64 / Linux
- ARM64 / Linux
- ARM64 / Darwin