Meta Open Source

@metaopensource.bsky.social

Empowering diverse community through open source technology.

We’re thrilled to share that Pyrefly, our open source type checker and language server for Python, has officially reached v1.0! Video: www.youtube.com/watch?v=_o0T... Blog: pyrefly.org/blog/v1.0/ We also want say a huge thank-you to the open-source community for helping us get here. 🙏

Pyrefly v1.0.0 is here!

Pyrefly is a fast, open-source type checker and language server for Python, built by Meta and ready for production Useful links: Get started: pyrefly.org Tips for getting your agent to use Pyrefly:…

youtube.com

🔎 Meta Open Source 101🔎 Need to compress data in real-time without sacrificing speed? Use Zstandard (zstd), a fast compression algorithm designed to provide high compression ratios while maintaining incredibly fast encoding and decoding. Get started: https://facebook.github.io/zstd/

Zstandard - Real-time data compression algorithm

a fast compression algorithm designed to provide high compression ratios while maintaining incredibly fast encoding and decoding.

facebook.github.io

⚡️OSS Project Spotlight⚡️ Fairchem is a centralized repository from FAIR Chemistry that provides state-of-the-art data, models, and tools for materials science and quantum chemistry. It includes several datasets to accelerate renewable energy research. https://fair-chem.github.io/

fairchem by FAIR Chemistry — fairchem

fairchem is the FAIR Chemistry’s centralized repository of all its data, models, demos, and application efforts for materials science and quantum chemistry.

fair-chem.github.io

⚡️OSS Project Spotlight⚡️ Folly is a library of C++ components designed with practicality and efficiency. It complements the standard library with optimized utilities—such as fast synchronization primitives and memory-efficient containers. Learn more: https://github.com/facebook/folly

GitHub - facebook/folly: An open-source C++ library developed and used at Facebook.

An open-source C++ library developed and used at Facebook. - facebook/folly

github.com

New Meta Open Source Content 🔎 Four type-narrowing patterns that make Python type checking more intuitive. 🐍✨ From tuple length narrowing to hasattr guards, see how Pyrefly helps reduce the need for explicit casts in your code. Learn more here: https://pyrefly.org/blog/type-narrowing/

4 Pyrefly Type Narrowing Patterns that make Type Checking more Intuitive | Pyrefly

Learn about 4 ways Pyrefly narrows types, reducing the need to explicitly cast in your code.

pyrefly.org

🚀 New from Meta AI Research: Souper-Model! By smartly averaging multiple model weights using a method called SoCE (Soup Of Category Experts), the team achieved strong performance without retraining a whole new model. Read more here: https://loom.ly/bSbrL70

Souper-Model: How Simple Arithmetic Unlocks State-of-the-Art LLM Performance | Research - AI at Meta

Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse domains, but their training remains resource- and time-intensive,...

ai.meta.com

🚀 New Blog Post Alert 🚀 Ax, our OS adaptive experimentation platform, uses machine learning to automate and optimize complex experiments. Discover real-world applications of AX across AI, GenAI, infrastructure and even physical engineering. Learn more: https://loom.ly/Djv-f8k

Efficient Optimization With Ax, an Open Platform for Adaptive Experimentation

Efficient Optimization With Ax, an Open Platform for Adaptive Experimentation

engineering.fb.com

⚡️OSS Project Spotlight⚡️ Below is a powerful resource monitoring tool for Linux that provides deep insights into system performance, including CPU, memory, I/O, and more — all from an intuitive terminal interface. Learn more: https://github.com/facebookincubator/below

GitHub - facebookincubator/below: A time traveling resource monitor for modern Linux systems

A time traveling resource monitor for modern Linux systems - facebookincubator/below

github.com

🚀 StyleX: Meta’s Open Source Styling Library for CSS at Scale! StyleX is the styling system that combines the best of CSS-in-JS ergonomics with the performance of static CSS—making styling expressive, type-safe, and lightning fast. Link: https://loom.ly/IEnQjTY

StyleX: A Styling Library for CSS at Scale

StyleX is Meta’s styling system for large-scale applications. It combines the ergonomics of CSS-in-JS with the performance of static CSS, generating collision-free atomic CSS while allowing for expressive, type-safe style authoring.

engineering.fb.com

🚀 New on the Meta Engineering blog: Branching in a Sapling Monorepo Discover how Meta solved the tradeoffs between scalability and dev experience by introducing directory branching alongside full-repo branching in Sapling. Read more here: https://loom.ly/GgxCxto

Branching in a Sapling Monorepo

Sapling is a scalable, user-friendly, and open-source source control system that powers Meta’s monorepo. As discussed at the GitMerge 2024 conference session on branching, designing and imple…

engineering.fb.com

How do you make sure your IDE works smoothly when you have more than 20 million lines of python code? 🤔 For devs at Instagram the answer is to use the Pyrefly VSCode extension 👩🏼‍💻 Read our blog about how Pyrefly improves your experience: https://pyrefly.org/blog/2025/09/15/ide-extension/

Give your Python IDE a Glow-Up with Pyrefly | Pyrefly

Learn how Pyrefly's language server capabilities can help you navigate large Python codebases with ease.

pyrefly.org