Two commands.
One real local Flyte cluster.

The devbox is a local way to try Flyte 2 without a remote cluster. Install it and run a workflow to see how the AI runtime works, right on your machine.

Copied to clipboard!
$ pip install flyte 
$ flyte start devbox

Flyte UI ready at http://localhost:30080

Why start with the Flyte 2 devbox?

Local Preview

Same UI, smaller footprint

Tasks run in containers and report to a real UI, so what you see locally behaves like what you'd see remotely.

Zero Setup

A real cluster, not a mockup

Docker spins up the scheduler, object store, and UI locally, the same pieces that run in a production Union.ai deployment.

Self-Guided

Explore it on your own time

Install the SDK, start the devbox, and run a workflow yourself. It's yours to poke at for as long as you want.

Get running

For more detailed instructions, the docs cover using GPUs, config files, and remote clusters.

01

Install the Flyte SDK

Copied to clipboard!
$ pip install flyte
02

Start the devbox

Copied to clipboard!
$ flyte start devbox

Pulls the containers and starts a local Flyte instance. First run takes a few minutes.

01

Open the UI

Copied to clipboard!
localhost:30080

Inspect inputs, outputs, logs, and execution timelines for your runs.

Ready for more than a laptop?

When you’re ready for a real deployment on your cloud, the docs walk through remote setup, or an engineer can walk through it with you.