Advertisement · 728 × 90

Posts by Meta Open Source

Preview
Python Developers Survey 2026 Hi Pythonista, This is the ninth iteration of the official Python Developers Survey. Its goal is to show how the world of Python development looks today and how it compares to last year. The results serve as a major source of knowledge about the current state of the Python community, and we encourage you to support this initiative by taking 10–15 minutes to fill it out. Once it’s finished, we will publish the aggregated results and randomly draw 20 winners (from those who complete the survey with meaningful responses), who will each receive a USD 100 Amazon Gift Card or a local equivalent. Thank you for contributing to the community’s efforts!

The official Python Developers Survey is currently open 📝 🙌

Take the survey now — it takes less than 15 minutes to complete and helps the open source community understand the evolving needs of Python users.

Link: surveys.jetbrains.com/s3/python-de...

1 week ago 0 0 0 0
Preview
Yoga Documentation for the Yoga layout engine

⚡️OSS Project Spotlight⚡️

Yoga is a cross-platform layout engine that brings Flexbox to any environment—not just the web. It powers the layout for massive frameworks like React Native, enabling you to build responsive UIs once and run them anywhere.

www.yogalayout.dev

4 weeks ago 2 0 0 0
Preview
Zstandard - Real-time data compression algorithm a fast compression algorithm designed to provide high compression ratios while maintaining incredibly fast encoding and decoding.

🔎 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/

1 month ago 0 0 0 0
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.

⚡️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/

1 month ago 1 0 0 0
balance | balance Description will go into a meta tag in <head />

🔎 Meta Open Source 101🔎

Do you work with survey data that doesn't quite match your target audience?

Use Balance, a Python package that adjusts biased data samples (like non-representative surveys) by creating weights to match a target population.

https://import-balance.org/

1 month ago 0 0 0 0
Preview
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

⚡️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

1 month ago 0 0 0 0
Preview
HHVM The landing page for HHVM and the blog of Hack/HHVM

🔎 Meta Open Source 101🔎

Need speed of a dynamic language but the discipline of a static one?

Meet HHVM (HipHop Virtual Machine) and Hack, the engine and language designed to execute PHP code with lightning-fast performance using JIT compilation.

Link: https://hhvm.com/

2 months ago 0 0 0 0
Lexical An extensible text editor framework that does things differently

⚡️OSS Project Spotlight⚡️

Lexical is an extensible text editor framework designed for reliability, accessibility, and performance. It provides a powerful, framework-agnostic engine for building sophisticated text editing experiences on both the web and iOS.

Learn more: https://lexical.dev/

2 months ago 1 0 0 0
Preview
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.

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/

2 months ago 0 0 0 0
Preview
Infer Static Analyzer | Infer | Infer A tool to detect bugs in Java and C/C++/Objective-C code before it ships

🔎 Meta Open Source 101🔎

Want to catch null pointer exceptions and resource leaks before they crash your app? Use Infer, a static analyzer that detects complex bugs in Java, C++, and Objective-C.

Learn more at https://fbinfer.com/

2 months ago 0 0 0 0
Advertisement
Preview
IGListKit A data-driven UICollectionView framework for building fast and flexible lists.

⚡️OSS Project Spotlight⚡️

IGListKit is a data-driven UICollectionView framework for building fast lists on iOS. It features a decoupled diffing algorithm that handles updates automatically, eliminating reloadData or performBatchUpdates.

Learn more: https://instagram.github.io/IGListKit/

2 months ago 0 0 0 0
Preview
Python Typing Survey 2025: Code Quality and Flexibility As Top Reasons for Typing Adoption The 2025 Typed Python Survey, conducted by contributors from JetBrains, Meta, and the broader Python typing community, offers a comprehensive look at the current state of Python’s type system and d…

Python typing is trending — and the community has spoken! 📊

From improved readability to better tooling support, see what developers love (and struggle with) in 2025:

engineering.fb.com/2025/12/22/developer-too...

3 months ago 0 0 0 0
How Pyrefly Works with Pydantic (v1 experimental support)
How Pyrefly Works with Pydantic (v1 experimental support) YouTube video by Meta Open Source

🔎 Check out our new video on Pyrefly’s Pydantic support

Pyrefly currently offers experimental support for Pydantic, bringing improved static type checking and IDE integration to your data models.

▶️ Watch the video: youtu.be/zXYpSQB57YI
#Python #TypeChecking #OpenSource

4 months ago 1 0 0 0
Preview
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,...

🚀 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

4 months ago 0 0 0 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Announcing Pyrefly is now in Beta 🎉

Pyrefly is a super fast, open source language server and typechecker for Python. We’ve been working closely with our open source community to improve performance, add new features and address bugs.

Learn more: https://youtu.be/4o0RLJJ-FAo

4 months ago 1 1 0 0
Preview
Efficient Optimization With Ax, an Open Platform for Adaptive Experimentation Efficient Optimization With Ax, an Open Platform for Adaptive Experimentation

🚀 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

4 months ago 0 0 0 0
Preview
GitHub - facebookincubator/below: A time traveling resource monitor for modern Linux systems A time traveling resource monitor for modern Linux systems - facebookincubator/below

⚡️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

5 months ago 0 0 0 0
Advertisement
Preview
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.

🚀 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

5 months ago 1 0 0 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Did you know that 63% of AI training models today are built on @PyTorch? When Meta first released the framework, we wanted to support developer experiences for AI researchers. Today, PyTorch helps accelerate the path to AI productization around the world: https://youtu.be/g__HkxDEvCg

5 months ago 0 0 0 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

🚀 New Podcast Episode Alert!

Are you passionate about Python typing or developer experience? Check out the latest episode of @talkpython.fm featuring Pyrefly, Meta’s blazing-fast type checker for Python:
https://www.youtube.com/watch?v=P4RKxl_giH4&t=2s

5 months ago 1 0 0 0
Preview
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…

🚀 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

6 months ago 0 0 0 0
Preview
Captum · Model Interpretability for PyTorch Model Interpretability for PyTorch

⚡️OSS Project Spotlight⚡️

Captum is an open source library from Meta for model interpretability in PyTorch. It helps developers understand and visualize the decisions made by deep learning models using attribution methods like Integrated Gradients and DeepLIFT.

Learn more: https://captum.ai/

6 months ago 1 0 0 0
Preview
Introducing the React Foundation: The New Home for React & React Native Meta open-sourced React over a decade ago to help developers build better user experiences. Since then, React has grown into one of the world’s most popular open source projects, powering over 50 m…

🚀 Big news! Today marks the formation of the React Foundation — a new home for React, React Native, JSX, and the broader React ecosystem.

Let’s celebrate a new chapter for React and the open web!

🔗 Read more: https://loom.ly/UrW8eeI

#React #OpenSource #WebDev #ReactNative

6 months ago 4 0 0 0
Preview
Introducing OpenZL: An Open Source Format-Aware Compression Framework Introducing OpenZL: An Open Source Format-Aware Compression Framework

🚀 Introducing OpenZL, a new #opensource, format-aware compression framework!

It uses a unique “graph model” for compression, enabling modular, high-performance codecs and a universal decoder - perfect for structured data at scale

Link: https://loom.ly/z09xoNw

#DataCompression

6 months ago 7 2 0 0
Preview
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.

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/

6 months ago 0 0 0 0
Sapling from Meta | Sapling A Scalable, User-Friendly SCM

🔎 Meta Open Source 101🔎

Meet Sapling, Meta’s next-gen source-control system. It’s Git-compatible but designed for massive repos and lightning-fast operations, even at scale. Perfect if you need speed and a smooth developer experience.

Learn more 👉 https://sapling-scm.com

6 months ago 0 0 0 0
Advertisement