Flyte is an orchestration tool for ML pipelines and AI workflows, implemented in Go for the core backend and Python SDK usage. It provides local development, a devbox workflow, and references an open-source backend in progress; the latest releases show incremental feature and dependency updates.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Flyte is an orchestration engine designed to reliably manage ML pipelines, models, and agents at scale, primarily via a Python-focused user experience, with a Go-based backend. The repository has ongoing development and multiple releases in 2026, indicating active maintenance.
How it works
The project coordinates tasks, environments, and workflows to run end-to-end AI pipelines. The README includes Python code examples showing task definitions, environment configuration, and a simple local execution flow using flyte.init() and run(). It also demonstrates serving a model via a FastAPI app wrapped in Flyte's app environment. Local development features include a TUI and a DevBox option for running locally.
Getting started
Install Flyte with:
uv pip install flyte
For full SDK and development tools, see the flyte-sdk repository. Local development experience can be enhanced by installing the TUI via:
uv pip install flyte[tui]
See links in the README for run-modes and getting started with DevBox.
Recent releases
Latest 5 releases (as listed):
- v2.0.37 (2026-08-05): update readme for Flyte 2 GA; dependency bump to google.golang.org/api 0.291.0
- v2.0.36 (2026-08-04): add LocalRunService for reporting locally-orchestrated runs; dependency bump to aws-sdk-go-v2
- v2.0.35 (2026-08-02): ArtifactService.ListArtifactNames feature
- v2.0.34 (2026-08-01): int32 validation rule fix in clustered.proto; add ArtifactSource provenance to ArtifactSpec
- v2.0.33 (2026-07-31): Move CacheMetadata to common/cache.proto; ArtifactService and TaskMetadata.produces_artifacts
Traction
Stars: 7171; Forks: 861; Open issues: 204
Behind the repo
The README references Union.ai-hosted Flyte 2 services and DevBox; enterprise backend is available via Union.ai. The open source backend for Flyte 2 is described as coming soon, with a backend README for current state, protocol buffers, and contribution guidelines.
Caveats
License: Apache-2.0. Created 2019-10-21. Last push 2026-08-04. Open issues: 204. Language: Go (backend). The README notes that the open-source backend for Flyte 2 is coming soon and points to a backend README for current state and contribution guidance.






