Get Started

Install Milo and build your first typed CLI command.

1 min read 158 words

Install Milo withpip install milo-cli(requires Python 3.14+), then scaffold a typed command that works as a human CLI, MCP tool, and llms.txt entry.

Next steps

In This Section

Migrate Existing CLIs Translate existing CLI patterns from argparse, Click, Typer, Fire, and Cobra into Milo. 6 pages
Quickstart Build a typed CLI command that also works as an MCP tool.