Launch the live demo | Try Unleash Enterprise for free What is Unleash? Unleash is a powerful open-source solution for feature management. It streamlines your development workflow, accelerates software delivery,…
    
Launch the live demo | Try Unleash Enterprise for free
What is Unleash?
Unleash is a powerful open-source solution for feature management. It streamlines your development workflow, accelerates software delivery, and empowers teams to control how and when they roll out new features to end users. With Unleash, you can deploy code to production in smaller, more manageable releases at your own pace.
Feature flags in Unleash let you test your code with real production data, reducing the risk of negatively impacting your users' experience. It also enables your team to work on multiple features simultaneously without the need for separate feature branches.
Unleash is the most popular open-source solution for feature flagging on GitHub. It supports 15 official client and server SDKs and over 15 community SDKs. You can even create your own SDK if you wish. Unleash is compatible with any language and framework.
Get started with Unleash
Set up Unleash
To get started with Unleash, you can either explore [Unleash Enterprise](#unleash-enterprise) with a free trial or [get started locally](#unleash-open-source) with our open-source solution.
Unleash Enterprise
To start with Unleash Enterprise, request a free trial. This gives you access to a hosted instance with unlimited projects and environments and features such as role-based access control, change requests, single sign-on, and SCIM for automatic user provisioning.
Unleash Open Source
To set up Unleash locally, you'll need git and docker installed on your machine.
Execute the following commands:
bash
git clone [email protected]:Unleash/unleash.git
cd unleash
docker compose up -d
Then point your browser to localhost:4242 and log in using:
- username:
admin - password:
unleash4all
Connect your SDK
Find your preferred SDK in [our list of official SDKs](#unleash-sdks) and import it into your project. Follow the setup guides for your specific SDK.
If you use the docker compose file from the previous step, here's the configuration details you'll need to get going:
- For frontend SDKs, use:
http://localhost:4242/api/frontend/
- clientKey: default:development.unleash-insecure-frontend-api-token
- For backend SDKs, use:
http://localhost:4242/api/
- API token: default:development.unleash-insecure-api-token
If you use a different setup, your configuration details will most likely also be different.
Check a feature flag
Checking the state of a feature flag in your code is easy! The syntax will vary depending on your language, but all you need is a simple function call to check whether a flag is available. Here's how it might look in Java:
java
if (unleash.isEnabled("AwesomeFeature")) {
// do new, flashy thing
} else {
// do old, boring stuff
}
Try Unleash in the cloud
Want to explore Unleash without setting it up locally? Here are two easy ways to see it in action.
Live demo
Open a running Unleash environment in your browser with no signup or setup required. This shared demo instance includes the core functionality so you can quickly get a feel for how Unleash works.[](https://www.getunleash.io/interactive-demo?utm_source=readme&utm_medium=oss&utm_content=demo-section-cta)
Free Enterprise trial
Get your own dedicated instance with a free 14-day cloud trial. This includes the full Unleash Enterprise feature set; ideal when evaluating Unleash for production use.Deploying to a production server
To self-host Unleash in a production environment, you need to deploy it to a persistent server.
We provide guides for deploying to services like Heroku and DigitalOcean:
[](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) [](https://cloud.digitalocean.com/apps/new?repo=https://github.com/Unleash/unleash/tree/main&refcode=0e1d75187044)
For more advanced configurations options, check out our documentation on:
Community and help
We know that learning a new tool can be hard and time-consuming. We have a growing community that loves to help out. Please don't hesitate to reach out for help.

💬 Join Unleash on Slack if you want ask open questions about Unleash, feature toggling or discuss these topics in general.
💻 Create a GitHub issue if you have found a bug or have ideas on how to improve Unleash.
📚 Visit the documentation for more in-depth descriptions, how-to guides, and more.
📖 Learn more about the principles of building and scaling feature flag solutions.
Contribute to Unleash
Unleash is the largest open-source feature flag solution on GitHub. Building Unleash is a collaborative effort, and we owe a lot of gratitude to many smart and talented individuals. Building it together with the community ensures that we build a product that solves real problems for real people. We'd love to have your help too: Please feel free to open issues or provide pull requests.
Check out [the CONTRIBUTING.md file](./contributing/CONTRIBUTING.md) for contribution guidelines and the Unleash developer guide for tips on environment setup, running the tests, and running Unleash from source. Before a pull request can be merged, contributors must read and agree to the [Unleash Contributor License Agreement](./CLA.md).
Contributors

Documentation
You can visit the Unleash documentation at https://docs.getunleash.io. As of 2 February 2026, the Unleash documentation source code lives in its own repository: Unleash/unleash-documentation.
Features our users love
Flexibility and adaptability
- Get an overview of all feature flags across all your environments, applications and services
- Targeted releases using activation strategies to enable and disable features for certain users or segments without having to redeploy your application.
- Canary releases / gradual rollouts
- Kill switches
- A/B testing
- 2 environments
- Organize feature flags using tags
- Out-of-the-box integrations with popular tools (Slack, Microsoft Teams, Datadog) + integrate with anything with webhooks
- Insights for managing technical debt and stale flags
- API-first: _everything_ can be automated. No exceptions.
- 12 official SDKs, and 10 community-contributed SDKs
- Run it via Docker with the official Docker image or as a pure Node.js application
Security and performance
- Privacy by design (GDPR and Schrems II). End-user data never leaves your application.
- Audit logs
- Enforce OWASP's secure headers via the strict HTTPS-only mode
- Flexible hosting options: host it on premise or in the cloud (_any_ cloud)
- Scale with Unleash Edge independently of the Unleash server to support any number of frontend clients without overloading your Unleash instance
Looking for more features?
If you're looking for one of the following features, please take a look at our Pro and Enterprise plans:
- role-based access control (RBAC)
- single sign-on (SSO)
- more environments
- feature flags project support
- advanced segmentation
- additional strategy constraints
- tighter security
- more hosting options (we can even host it for you!)
Architecture
Read more in the _system overview_ section of the Unleash documentation.
Unleash SDKs
To connect your application to Unleash you'll need to use a client SDK for your programming language.
Official backend SDKs:
Official frontend SDKs: Community SDKs:If none of the official SDKs fit your need, there's also a number of community-developed SDKs where you might find an implementation for your preferred language (such as Elixir, Dart, Clojure, and more).
Users of Unleash
Unleash is trusted by thousands of companies all over the world.
Proud Open-Source users: (send us a message if you want to add your logo here)

Migration guides
Unleash has evolved significantly over the past few years, and we know how hard it can be to keep software up to date. If you're using the current major version, upgrading shouldn't be an issue. If you're on a previous major version, check out the Unleash migration guide!
Want to know more about Unleash?
Videos and podcasts
- The Unleash YouTube channel
- _Feature toggles — Why and how to add to your software_ — freeCodeCamp (YouTube)
- _Feature flags with Unleash_ — The Code Kitchen (podcast)
- _Feature Flags og Unleash med Fredrik Oseberg_ — Utviklerpodden (podcast; Norwegian)
Articles and more
- The Unleash Blog
- _Designing the Rust Unleash API client_ — Medium
- _FeatureToggle_ by Martin Fowler
- _Feature toggling transient errors in load tests_ — nrkbeta
- _An Interview with Ivar of Unleash_ — Console
- [_Unleash your features gradually_](http://ivarconr.github.io/feature-toggles-presentation/sch-dev-lunch-2017/#1 ' '), slideshow/presentation by Ivar, the creator of Unleash
Members
-
unleash ★ PINNED
Open-source feature management platform
TypeScript ★ 14k 22h agoExplain → -
unleash-node-sdk ★ PINNED
Unleash client SDK for Node.js
TypeScript ★ 226 1d agoExplain → -
unleash-go-sdk ★ PINNED
Unleash client SDK for Go
Go ★ 150 1mo agoExplain → -
unleash-java-sdk ★ PINNED
Unleash client SDK for Java
Java ★ 137 1mo agoExplain → -
unleash-python-sdk ★ PINNED
Unleash client SDK for Python 💡💡💡
Python ★ 92 1d agoExplain → -
unleash-ruby-sdk ★ PINNED
Unleash client SDK for Ruby
Ruby ★ 62 25d agoExplain → -
unleash-docker ▣
Docker container for unleash
Shell ★ 92 3y agoExplain → -
unleash-dotnet-sdk
Unleash client SDK for .NET
C# ★ 88 9d agoExplain → -
unleash-edge
No description.
Rust ★ 67 1d agoExplain → -
unleash-php-sdk
Unleash client SDK for PHP
PHP ★ 65 17d agoExplain → -
helm-charts
Contains helm-charts for Unleash
Go Template ★ 60 2d agoExplain → -
unleash-react-sdk
Unleash SDK for React. Unleash is the open-source feature-flags solution
TypeScript ★ 57 3d agoExplain → -
unleash-proxy
Unleash Proxy is used to safely integrate frontend application with Unleash in a secure and scaleable way.
TypeScript ★ 56 5d agoExplain → -
unleash-js-sdk
A browser client that can be used to connect to Unleash, the open-source feature-flag solution
TypeScript ★ 53 8d agoExplain → -
unleash-client-symfony
Symfony bundle implementing the Unleash server protocol
PHP ★ 37 6mo agoExplain → -
unleash-nextjs-sdk
Unleash SDK for Next.js
TypeScript ★ 33 5d agoExplain → -
unleash-frontend ▣
Unleash Admin UI
TypeScript ★ 30 3y agoExplain → -
unleash-rust-sdk
Unleash client SDK for Rust language projects
Rust ★ 27 19d agoExplain → -
yggdrasil
No description.
Rust ★ 24 18d agoExplain → -
unleash-mcp
An MCP server for Unleash feature flagging server, and your new best coding buddy
TypeScript ★ 20 5d agoExplain → -
unleash-ios-sdk
SDK to connect to Unleash, the open-source feature flag solution
Swift ★ 17 1d agoExplain → -
unleash-flutter-sdk
Unleash is a open-source feature flag solution
Dart ★ 17 1y agoExplain → -
unleash-spring-boot-starter
No description.
Java ★ 14 1mo agoExplain → -
client-specification
A collection of test specifications to guide client implementations
JavaScript ★ 13 2d agoExplain → -
unleash-examples ▣
Concrete examples of using Unleash
JavaScript ★ 11 1y agoExplain → -
unleash-client-php-wip ▣
PHP client for Unleash
PHP ★ 11 6y agoExplain → -
next-unleash ▣
Ease integration with next.js
JavaScript ★ 10 2y agoExplain → -
unleash-vue-sdk
Vue SDK for working with Unleash, the open-source feature flag solution
TypeScript ★ 9 4d agoExplain → -
unleash-android-sdk
Android library to connect to the Unleash frontend API
Kotlin ★ 9 2d agoExplain → -
unleash-docker-community
This is a collection of community maintained extensions to the Unleash Docker containers to make integrating SSO providers easier
JavaScript ★ 9 1y agoExplain → -
terraform-provider-unleash
Terraform provider for unleash, the Open-source feature management solution
Go ★ 8 3d agoExplain → -
unleash-svelte-sdk
Svelte interface for working with Unleash
TypeScript ★ 7 4d agoExplain → -
unleash-android-proxy-sdk
No description.
Kotlin ★ 7 9mo agoExplain → -
Flask-Unleash
Flask extension to make using Unleash that much easier! 🚦🚦🚦
Python ★ 6 8mo agoExplain → -
unleash-express ▣
Unleash helper for Express.js
JavaScript ★ 6 4y agoExplain → -
toolbar
Unleash Toolbar for frictionless local development
TypeScript ★ 5 5d agoExplain → -
unleash-sdk-examples
Example applications using Unleash
TypeScript ★ 5 7d agoExplain → -
unleash-documentation
Documentation for Unleash, the open-source feature management platform
MDX ★ 4 1d agoExplain → -
actix-template
Template repo for writing web-apps with Actix inside Unleash. See https://github.com/bricks-software/unleash-cloud-operator for an example which does both actix and k8s operator
Rust ★ 4 28d agoExplain → -
unleash-action
Unleash integration for GitHub workflows
TypeScript ★ 4 1d agoExplain → -
workshop-featureops-for-platform-engineers
The Golden Path to Ship AI-generated Code Safely: A Hands-on FeatureOps Workshop
TypeScript ★ 3 2d agoExplain → -
unleash-react-native-sdk
Unleash SDK for React Native / Expo. Unleash is the open-source feature-flags solution
TypeScript ★ 3 5d agoExplain → -
unleash-server-api-go
Go client implementation of our admin server API
Go ★ 3 5mo agoExplain → -
unleash-types-rs
Types for Unleash Client APIs
Rust ★ 2 11d agoExplain → -
demo-java-angular
Sample demo project using Sprint Boot and Angular (both backend and frontend).
TypeScript ★ 2 5mo agoExplain → -
sdk-integration-tester ▣
Runs integration tests against SDK test servers.
TypeScript ★ 2 1y agoExplain → -
community-content
Community Content Program for users to be able to contribute to Unleash.
★ 2 3y agoExplain → -
unleash-mini-ws ▣
A small Java-based Workshop to help users get started using Unleash!
Java ★ 2 4y agoExplain → -
unleash-react-proxy-sdk ▣
A React SDK to be used together with the Unleash Proxy
★ 2 5y agoExplain → -
.github
Unleash ✨special✨ files
★ 1 4d agoExplain → -
embeddr-workshop
Runtime control for AI: Workshop with Unleash
JavaScript ★ 1 10d agoExplain → -
unleash-claude-skills
Unleash Claude Plugin with multiple skills for enterprise feature management
Shell ★ 1 12d agoExplain → -
unleash-kiro-power
Unleash Kiro Power for enterprise-grade spec-driven FeatureOps
★ 1 2mo agoExplain → -
unleash-demo-app
This project is used as a demo app that is runtime-controlled (feature toggled) by Unleash.
TypeScript ★ 1 1y agoExplain → -
unleash-slack-app
Unleash Slack App integration website.
TypeScript ★ 1 6mo agoExplain → -
unleash-event-validator ▣
No description.
TypeScript ★ 1 3y agoExplain → -
unleash-weighter ▣
No description.
Python ★ 1 4y agoExplain → -
unleash-client-java-examples
No description.
Java ★ 1 4y agoExplain → -
yggdrasil-bindings
Language bindings for the Yggdrasil project
Rust ★ 0 1d agoExplain → -
unleash-openfeature-android-provider
Official Open Feature Android provider
Kotlin ★ 0 18d agoExplain → -
unleash-openfeature-node-provider
OpenFeature provider for Unleash Node SDK
TypeScript ★ 0 3d agoExplain → -
sdk-flight-recorder
No description.
TypeScript ★ 0 5d agoExplain → -
unleash-fullstack-demo-app
This project is used as a full stack demo app that is runtime-controlled (feature toggled) by Unleash.
TypeScript ★ 0 5d agoExplain → -
otterbank-demo
A fictional banking app for Unleash demos
JavaScript ★ 0 10d agoExplain → -
unleash-openfeature-php-provider
Official Open Feature PHP provider
PHP ★ 0 17d agoExplain → -
unleash-openfeature-swift-provider
No description.
Swift ★ 0 18d agoExplain → -
unleash-openfeature-rust-provider
Official Open Feature Rust provider
Rust ★ 0 19d agoExplain → -
unleash-openfeature-python-provider
Official Unleash Open Feature Python provider
Python ★ 0 23d agoExplain → -
unleash-openfeature-ruby-provider
Official Open Feature Ruby provider
Ruby ★ 0 6d agoExplain → -
unleash-openfeature-provider-verifier
How to make sure the OF->Unleash translation is correct? This verifier is your toy.
TypeScript ★ 0 1mo agoExplain → -
unleash-brightscript-sdk
The official Unleash SDK for brightscript / Roku.
Brightscript ★ 0 1mo agoExplain → -
unleash-edge-axum ▣
No description.
Rust ★ 0 3mo agoExplain → -
blackjack-dealer-rs
No description.
Rust ★ 0 1mo agoExplain → -
unleash-cpp-sdk
No description.
C++ ★ 0 3mo agoExplain → -
landing-ab ▣
No description.
JavaScript ★ 0 5mo agoExplain → -
golang-perf-test
No description.
Go ★ 0 8mo agoExplain → -
express-openapi ⑂
No description.
JavaScript ★ 0 9mo agoExplain → -
unleash.github.io ▣
Auto generated repository used for hosing documentation for the Unleash projects.
HTML ★ 0 2y agoExplain → -
public-scenarios
Example scenarios, apt to share with anyone
★ 0 1y agoExplain → -
pgcat_bouncing
No description.
★ 0 1y agoExplain → -
edge-proxy-benchmark
A benchmark repo using docker-compose and k6 to run benchmarks against edge and proxy
HTML ★ 0 2y agoExplain → -
update-version-action
Updates Unleash OSS or Enterprise version
TypeScript ★ 0 4d agoExplain → -
pipeline-action
Updates pipeline with build status
JavaScript ★ 0 3y agoExplain → -
unleash-piranha ▣
playing with connecting Unleash with uber/piranha
Java ★ 0 4y agoExplain → -
unleash-jira ▣
No description.
JavaScript ★ 0 3y agoExplain → -
1password-teams-open-source ⑂
Get a free 1Password Teams membership for your open source project
★ 0 3y agoExplain → -
unleash-proxy-client-kotlin ▣
No description.
Kotlin ★ 0 5y agoExplain → -
unleash-demo-app-node ▣
Small express app to test unleash client for Node.js
JavaScript ★ 0 4y agoExplain → -
unleash-backup ⑂
Unleash is the open source feature toggle service.
★ 0 4y agoExplain → -
benchmark
PoC on using k6 to benchmark Unleash APIs
JavaScript ★ 0 3y agoExplain → -
unleash-checkr
Checks if any flags have expired and notifies somewhere
Go ★ 0 1mo agoExplain → -
unleash-admin-sdk-kotlin
Unleash Admin Client written with Kotlin/OkHttp
Kotlin ★ 0 3y agoExplain →
No repos match these filters.