{"id":34090749,"url":"https://github.com/flyabledev/flyable","last_synced_at":"2026-03-09T16:03:33.046Z","repository":{"id":37495340,"uuid":"372974631","full_name":"FlyableDev/Flyable","owner":"FlyableDev","description":"Python compiler that massively increases Python's code performance without code changes.","archived":false,"fork":false,"pushed_at":"2022-09-02T01:09:24.000Z","size":599052,"stargazers_count":35,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-12-16T17:40:46.932Z","etag":null,"topics":["compiler","efficiency","optimization","perfomance","python","speed"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlyableDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-01T22:19:17.000Z","updated_at":"2023-07-11T17:29:50.000Z","dependencies_parsed_at":"2022-07-13T04:51:30.118Z","dependency_job_id":null,"html_url":"https://github.com/FlyableDev/Flyable","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FlyableDev/Flyable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyableDev%2FFlyable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyableDev%2FFlyable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyableDev%2FFlyable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyableDev%2FFlyable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlyableDev","download_url":"https://codeload.github.com/FlyableDev/Flyable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyableDev%2FFlyable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler","efficiency","optimization","perfomance","python","speed"],"created_at":"2025-12-14T14:24:47.878Z","updated_at":"2026-03-09T16:03:33.034Z","avatar_url":"https://github.com/FlyableDev.png","language":"Python","readme":"![Flyable](https://www.flyabledev.com/images/logo_flyable.svg)\n\n\u003cp align=\"center\"\u003e\n    \u003c!-- AGPL licence --\u003e\n    \u003ca href=\"https://www.gnu.org/licenses/agpl-3.0\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-AGPL_v3-blue.svg\" alt=\"License: AGPL v3\"\u003e\n    \u003c/a\u003e\n    \u003c!-- LLVM version --\u003e\n    \u003ca href=\"https://releases.llvm.org/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/LLVM-v13-blue\" alt=\"LLVM version\"\u003e\n    \u003c/a\u003e\n    \u003c!-- Python version --\u003e\n    \u003ca href=\"\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/python-3.11-blue\" alt=\"Python version\"\u003e\n    \u003c/a\u003e\n    \u003c!-- Discord --\u003e\n    \u003ca href=\"https://discord.gg/tquHUe9Q89\"\u003e\n        \u003cimg src=\"https://img.shields.io/discord/907997505105559603\" alt=\"Discord\"\u003e\n    \u003c/a\u003e\n    \u003c!-- Twitter --\u003e\n    \u003ca href=\"https://twitter.com/intent/follow?screen_name=FlyableDev\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/url?label=Follow\u0026style=social\u0026url=https%3A%2F%2Ftwitter.com%2FFlyableDev\" alt=\"Twitter Follow\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ci\u003eA Python compiler for highly performant code.\u003c/i\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ci\u003eCheck \u003ca href=\"https://flyable.dev/\"\u003ethe website\u003c/a\u003e for more information.\u003c/i\u003e\u003c/p\u003e\n\n## Introduction\nWelcome to the official Flyable GitHub repository! 😊🎉🥳\n\nFlyable is a Python just-in-time compiler that generates optimized native code to decrease Python workloads. \n\u003c!--Based on benchmarks from [The Python Benchmark Suite](https://github.com/python/pyperformance), Flyable delivers on average a 2 times speedup without having to modify your code. --\u003e\n\nFlyable works hand in hand with the interpreter in the sense that when Flyable can compile a function \nor method it does so and the interpreter executes that compiled function at runtime and otherwise Flyable lets the interpreter \ninterpret this function or method.\n\n## Benchmarks\nDetailed benchmarks to come soon! You can see previous benchmarks [here](https://www.flyabledev.com/benchmarks.html).\n\n## Supported platforms\nFlyable currently supports the following OS and architectures:\n\n🪟 x86 instructions that run on Windows 64 bits.\n\n🍎 ARM instructions that run on MacOS 64 bits. \n\n🐧 x86 instructions that run on Linux 64 bits.\n\n32 bits support isn’t planned in the near future.\n\n## Getting Started\nAll you will need is a working CPython installation (do not run Flyable inside a venv) and some Python code to compile. \nSimply install Flyable on your computer using the pip command: \u003cbr/\u003e \u003ckbd\u003epip install flyable\u003c/kbd\u003e \u003cbr/\u003eand you will be ready to start using Flyable! \nOnce this is done add these two lines in your python code:\n\u003cpre\u003e\u003ccode\u003eimport flyable\nflyable.run(email=\"your.email@domain\")\u003c/code\u003e\u003c/pre\u003e\nNow if you run your code, Flyable will compile it and execute it. Since we are still working on the beta version, we collect emails in order to ask for feedback. We will only use your email for this purpose and will not share it with anybody else.\n\u003c!-- add link to use the plugins when it's available --\u003e\n\n## How does it get faster ?\nFlyable does multiple things to generate efficient code but most of the performance gains come from the following:\n- Native execution of the code\n- Static function dispatch (enabling direct call and efficient inlining)\n- Type tracking (When possible)\n- Function specialization depending on the signature but also on the usage\n\n## Roadmap\nOur work is currently focused on integrating new optimizations and getting the compiler to support more syntactic features in order to increase the  proportion of functions and methods that are compiled. 🛣️🚗\n\n\u003c!--You can see a detailed roadmap [here](https://github.com/FlyableDev/Flyable/projects/1).--\u003e\n\n## Contributions\n\nIf you want to participate and/or support the active development of Flyable:\n\n- Let us know what is your use case for Flyable.\n- [Add a GitHub star](https://github.com/FlyableDev/Flyable/stargazers) to the project. ⭐\n- Tweet about the project on [your Twitter](https://twitter.com/intent/tweet?text=%40FlyableDev%20makes%20a%20Python%20ahead-of-time%20compiler%20that%20uses%20LLVM%20to%20generate%20efficient%20native%20code.%20It%27s%20fully%20compatible%20with%20the%20Python%20syntax.%20Take%20a%20look%20at%20the%20GitHub%20repo%3A%20https%3A%2F%2Fbit.ly%2F35XN7Tc).\n- [Submit bugs and feature requests](https://github.com/FlyableDev/Flyable/issues). 🐞\n\n## Keep in touch\n- If you have any technical question, you can write a question on Stack Overflow. \n- Follow us on [Twitter](https://twitter.com/intent/follow?screen_name=FlyableDev) or [LinkedIn](https://www.linkedin.com/company/flyable).\n- Feel free to contact us on [Discord](https://discord.gg/tquHUe9Q89) or at contact@flyable.dev if you have any other concerns.\n\n## Licence\nFlyable is licensed under the GNU Affero General Public License v3.0 .\n\n## Acknowledgments\n🐉 LLVM is one of the powerful optimizing machines running under the hood.\n\n🐍 CPython is ubiquitous in this project.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyabledev%2Fflyable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflyabledev%2Fflyable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyabledev%2Fflyable/lists"}