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:/usr/local/bin/flipt
on Mac and Linux systems.
View the install.sh source for more details.
Running
Run the Flipt binary with:--config
flag as an override{{ USER_CONFIG_DIR }}/flipt/config.yml
(theUSER_CONFIG_DIR
value 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
- x86-64 / Darwin/MacOS
- ARM64 / Darwin/MacOS