milady setupSet up a fresh environment and launch your agent.
curl -fsSL https://milady-ai.github.io/milady/install.sh | bash
milady setup
milady
On first run, Milady walks you through:
The agent starts immediately after onboarding. The web dashboard opens at http://localhost:18789.
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | Milady-arm64.dmg |
| macOS (Intel) | Milady-x64.dmg |
| Windows | Milady-Setup.exe |
| Linux | Milady.AppImage / .deb |
Signed and notarized — no Gatekeeper warnings on a fresh install.
Verify checksums
cd ~/Downloads
curl -fsSLO https://github.com/milady-ai/milady/releases/latest/download/SHA256SUMS.txt
shasum -a 256 --check --ignore-missing SHA256SUMS.txt
Runtime: Node >= 22. Works with npm or bun.
One-line install (macOS / Linux / WSL)
curl -fsSL https://milady-ai.github.io/milady/install.sh | bash
Windows (PowerShell)
irm https://milady-ai.github.io/milady/install.ps1 | iex
Manual install
npm install -g milady
milady start