Flipper has been an integral part of the mobile development process at Meta for years. We've been proud to share our internal tool with the open source community, and it has been amazing to see how it has grown and evolved over time. However, we have some important changes to announce regarding Flipper's open source repository.
Archiving the Repository​
The Flipper repository is going to stop receiving updates and bug fixes. Later this year, we plan to archive the repository. This means that the repository will remain available in an archived state, but it will no longer be possible to create new issues, pull requests, or make changes to the code. You will still be able to clone or fork the repository and build Flipper from source code.
While Flipper's repository will be archived. The source code will remain available to view or to fork.
Why?​
When Flipper was initially created, it was intended to fill a gap in native developer tooling. It was first open sourced in 2018, over 7 years ago. The native tooling capabilities have improved since then, and more people have stopped reaching for Flipper when doing native development. React Native removed Flipper from its default boilerplate in v0.74 and recently announced React Native DevTools. Nowadays, you can use alternative tools to reproduce Flipper's capabilities. We recommend checking out this blog post.
As a result, support for Flipper has been deprioritized, and Flipper no longer has a dedicated team to support it. While we are sad to see this chapter come to an end, we are proud of what we have accomplished and grateful to the community for their support.
We want to thank everyone who has supported and contributed to Flipper over the years!
The Flipper team