OSS
Flet 1.0 shipped after a ground-up rewrite that embeds CPython, so NumPy and pandas now run inside mobile builds
Flet reached its first stable release on 2026-09-15, four years after its 2022 debut, letting one Python codebase target desktop, web, iOS and Android. The rewrite bundles CPython 3.12, 3.13 or 3.14 into the packaged app and the project maintains mobile builds for NumPy, pandas, Pillow, SciPy and cryptography, which is what turns it from a GUI toy into somewhere you can put real data code. It sits at roughly 16,700 stars with 100 contributors and 9M+ PyPI downloads, and hit 135 points on HN yesterday.
Source
↳ Follow the thread