Is Unleash truly free to use? #9152
-
Sorry for dumb question, but I'm not quite understand whether Unleash if truly free to use. So I wanted to ask, whether is my understanding is correct:
Is that correct? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @neznayer Unleash operates in an open-core model, where the core is open sourced and free to use but there's an enterprise offering where we extend Unleash to provide additional functionality. You can find a lot of detail here: https://www.getunleash.io/blog/growing-a-sustainable-ecosystem-around-an-open-source-project The open source is distributed as a docker image or an npm package that you can use depending on your needs. |
Beta Was this translation helpful? Give feedback.
With Open Source you're limited to 1 project, the article I shared explains the reason why this limitation. The paid plans we offer are better suited for large organizations where multiple projects is usually a must. This is what allows us to continue growing and maintaining the open source version. You can find more about our plans here: https://www.getunleash.io/pricing
The docker image is published here: https://hub.docker.com/r/unleashorg/unleash-server and the
docker-compose.yml
file uses it.If you'd like to organize your flags in the open source version I'd suggest using tags on install run one server per project