flyteorg/flyte

Dynamic, resilient AI orchestration. Coordinate data, models, and compute as you build AI workflows.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 20 minutes ago
Added to GitGenius on September 8th, 2026
Created on October 21st, 2019
Open Issues & Pull Requests: 187 (+0)
GitHub issues: Enabled
Number of forks: 883
Total Stargazers: 7,435 (+0)
Total Subscribers: 251 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.2 days
Mean response time: 85.3 days
90th percentile: 332.9 days
Tracked items: 1,376

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 76% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "untriaged" is answered fastest, typically in about 18 hours, while "documentation" waits about 6 days. 33% of tracked open issues have had no activity in three months. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 109
New in 7 days: 20
Closed in 7 days: 9
Avg open age: 245 days
Stale 30+ days: 78
Stale 90+ days: 53

Recent activity

Opened in 7 days: 20
Closed in 7 days: 8
Comments in 7 days: 2
Events in 7 days: 12

Top labels

  • stale (966)
  • bug (513)
  • enhancement (507)
  • flytekit (263)
  • backlogged (217)
  • good first issue (158)
  • documentation (136)
  • untriaged (122)

Detailed Description

Flyte is a workflow orchestration engine that coordinates data, models, and compute for building AI pipelines in pure Python.

Flyte addresses the challenge of reliably orchestrating machine learning pipelines and agents at scale. It allows developers to define workflows declaratively in Python, handling the complexity of coordinating data processing, model training, and inference across distributed infrastructure. The tool abstracts away the operational details of scheduling, resource management, and fault tolerance, enabling teams to focus on the logic of their AI systems rather than infrastructure concerns.

Flyte suits teams building production machine learning systems who want to express workflows in Python without managing Kubernetes directly. It is particularly valuable for organizations running complex multi-stage pipelines involving data preparation, model training, and serving. The project emphasizes local development experience through a terminal user interface, allowing developers to test workflows locally before deployment. For those needing a production-ready backend today, an enterprise offering is available; the open source Kubernetes-native backend infrastructure is documented as coming soon.

The project maintains active engagement across multiple channels including Slack and GitHub Discussions, with a structured contribution process documented in the backend development guide. Development is organized around clear separation between the Python SDK and backend infrastructure, with the SDK repository maintained as a distinct component. The project is a graduated initiative of the LF AI & Data Foundation, indicating established governance and community oversight.