Install Milo withpip install milo (requires Python 3.14+), then create your first app with milo dev.
Installation
Step 1
Install with uv, pip, or from source
Set up Milo and verify your Python 3.14t environment.
Quickstart
Step 2
Build a counter app in 5 minutes
Write a reducer, create a template, and run your first interactive app.
Next steps
- State management — Store, middleware, combined reducers
- Multi-screen flows — Chain screens with
>> - Interactive forms — Collect structured input
- Sagas — Side effects with generators