Milady

milAIdy — An Autonomous Agent

The cutest autonomous agent.

Download macOS DMG
Windows · Linux · milady setup
What is Milady?
  • Personal AI assistant that runs locally on your own devices
  • Built on ElizaOS — the open-source agent framework
  • Zero config — initialize a fresh environment with milady setup
  • Gateway manages sessions, tools, and events — connects to messaging platforms, companion apps, and WebChat UI
  • Supports Anthropic, OpenAI, Google, Ollama, and more — pick any provider during onboarding
  • First-class EVM and Solana wallet support
Quick Start

Set 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:

  1. Pick a name for your agent (or use a random one)
  2. Choose a personality tone
  3. Connect a model provider (or skip to configure later)

The agent starts immediately after onboarding. The web dashboard opens at http://localhost:18789.

Download
PlatformDownload
macOS (Apple Silicon)Milady-arm64.dmg
macOS (Intel)Milady-x64.dmg
WindowsMilady-Setup.exe
LinuxMilady.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
Install

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