The 6 best free and open-source feature flag tools

Hanna Crombie
Hanna Crombie

Feature flags, aka feature toggles, turn specific functions on and off during runtime. Rather than maintaining multiple feature branches in your source code, feature flags hide code or behaviors and allow you to enable or disable features on demand and without deploying new code.

Feature flag benefits include the ability to:

  • Safely release features by eliminating complex branching and gradually rolling out feature access, so you can react quickly if issues arise.

  • Running multivariate tests so you can understand the impact of new features and changes.

  • Controlling access to certain features based on user criteria, such as location, device type or subscription level.

In this guide, we’ll explore some of the best open source feature flag tools, all of which are either totally free or offer generous free plans. If you want to run experiments as well, we recommend reading our guide to the best open-source A/B testing tools.

Changelog:

  • Mar 15, 2023: Removed DevCycle, added Flipt. Updated copy and screenshots.

1. PostHog

PostHog

PostHog is an all-in-one Product OS that captures and visualizes all the data your team needs in one place. Complete with product analytics, feature flags, session recording, heatmaps, funnels and more, it’s a great choice if you want to build a comprehensive, data-driven product strategy, fast.

PostHog's feature flags also power its experimentation suite, so you can test product changes with A/B tests or define user segments for feature access. Multivariate flags allow you to test several variants of the same interchangeable elements.

Recent additions to PostHog's feature flag product include support for JSON feature flag payloads and support for Flutter.

Who is PostHog for?

PostHog is built primarily for engineers and other product-minded teams. With all of your analytics in one place, everyone in the organization is empowered to examine and act on user data. You can also self-host PostHog Open Source, which is ideal for any company with stringent data privacy needs.

Features and benefits

  • Unlimited feature flags
  • All-in-one analytics platform
  • Easy to get set up (no SQL needed)
  • A/B tests with PostHog’s experimentation suite
  • Multivariate flags for several variations per test
  • Target by user properties and percentage
  • Free third-party apps to enrich your data

How much does it cost?

Feature flags are a core feature of all editions, including the open source release. While multivariate feature flags are limited to paid plans, PostHog Cloud is free up to 1 million events every month and unlimited feature flags are included at no additional cost.

Open source license

PostHog Open Source is available under an MIT license.

2. Flagsmith

Flagsmith

Flagsmith is a feature flag tool that makes it easy to test and deploy new functional and visual changes to users without pushing updates to code. All flags in Flagsmith are capable of being configured for cross-platform remote configuration, so you can alter an app in real-time without having to wait for app store approval.

Flagsmith is heavily user-focused. You can use the tooling to create detailed user segments based on store traits. and roll out features based on those identifiers. The platform doesn’t provide full analytics however, so a third-party provider will be required for visibility on any testing you want to carry out.

Who is Flagsmith for?

Flagsmith is for product-conscious front-end developers who want to be able to test new features in production and roll them out at the right time without having to modify the back-end.

Features and benefits

  • Cross-platform functionality
  • Out of the box 3rd party analytics integrations
  • User-focused segmentation
  • Update in real-time without back end intervention

How much does it cost?

Flagsmith is free up to 50,000 requests per month when you choose the cloud solution. If you’re looking to self-host, pricing is available on request.

Open-source license

Flagsmith is covered by a BSD 3-clause open source license. You can take a look at their GitHub to read more.

3. Harness

Harness

Harness is a software delivery platform which uses AI to help development teams take their delivery pipeline to the next level. The feature flag module benefits from succinct user targeting and offers basic analytics to track the usage and impact of your features.

Harness feature flags include a significant level of control when it comes to governance with an automated policy engine powered by Open Policy Agent. You can also integrate with a number of popular workflow tools like Jira and Slack.

Who is Harness for?

Harness is a good choice for organizations who are concerned with compliance. Their policy engine enforces local and global governance standards on deployments, infrastructure and more so development teams can move very quickly while maintaining rules and standards.

Features and benefits

  • Easy integration into CI/CD
  • Manage governance needs with RBAC and audit logs
  • Integrate with workflows in GitOps and YAML
  • End-to-end software delivery platform

How much does it cost?

Harness’s feature flags module is free with unlimited flags and environments for up to 25,000 client monthly active users. Pricing starts at $25 per developer per month if you want to add on support, SLAs or increase client MAUs.

Open source license

Harness has several open source options depending on company size and the level of support required. A free, team-maintained edition is available to certain businesses under the Polyform Small Business License, and there are community editions under Apache 2.0 and PolyForm Shield. Learn more on GitHub.

4. Unleash

unleash

Unleash lets you safely test and release new features with defined rules. The platform removes pressure from developers and lets them play around with features safely. The Canary release feature allows you to strategically manage gradual rollouts, identify issues and use kill switches to roll back in seconds. Unleash is not an analytics platform, and you’ll need to connect a third-party platform to visualize analytics on experiments like A/B tests.

Who is Unleash for?

Unleash is for development teams who want freedom and creativity to test their releases in a safe environment and ensure consistent performance for all users.

Features and benefits

  • Super-fast performance monitoring
  • Refined user segmentation
  • Rollout strategy management for gradual releases
  • Fall-back mechanisms and SDKs that keep local back-ups

How much does it cost?

Unleash is free for two environments when you self-host. A managed version is also available at cost if you want to add team members or access additional features like advanced segmentation or custom activation strategies.

Open source license

Unleash is available under an Apache license. Take a look at their GitHub to see more details.

5. GrowthBook

GrowthBook

GrowthBook is an open source feature flagging and experimentation platform built to help companies make better data-driven decisions. Its flag tool features advanced targeting, gradual rollouts and experiments. The platform is highly customisable and gives users the option to choose between a full testing platform, a plugin toggle tool or a data analysis engine.

Who is GrowthBook for?

GrowthBook is designed to be used by any data-driven team in your company, with SDKs built with developers in mind, transparency and automation for data-analysts and an accessible user-interface for product managers.

Features and benefits

  • Accessible for all teams
  • Advanced targeting for experiments
  • Modular, customizable platform
  • Automated experiment analysis
  • Unlimited flags

How much does it cost?

Growthbook’s open source self-hosted plan is free forever, with unlimited flags and experiments.

Open source license

Available under an MIT license. Take a look at the Growthbook GitHub to learn more.

6. Flipt

flipt

Flipt is a popular open-source option for feature flagging and it's 100% open source with no paid editions. It supports all basic feature flag use cases, such as rolling out features based on segments (e.g. new users, email, country etc.), multiple variations, and percentage thresholds for rollouts.

Who is Flipt for?

Flipt is ideal for anyone who wants a pure open source solution with no potential upsells. It's self-host only and in active development.

Features and benefits

  • Multivariate feature flags
  • Target by user segments
  • Percentage distribution controls
  • Create rules using variants and segments

How much does it cost?

Nothing. There is no paid version of Flipt. It's distributed under a GPL-3.0 license.