✦ install
get
milady.
Every package manager. Every platform. Pick one.
installation
install methods
one-line install
macOS · LinuxrecommendedDetects your architecture, downloads the right binary, adds it to your PATH. Fastest path to running.
curl -fsSL https://get.milady.ai | bashHomebrew
macOS · LinuxEasy updates with brew upgrade. Recommended if you're already in the Homebrew ecosystem.
brew tap milady-ai/milady
brew install miladynpm
Node.js 22+Install globally or run without installing via npx. Requires Node.js 22 or later.
# global
npm install -g milady
# or without installing
npx miladyDocker
all platformsContainerized. REST API on 2138, WebSocket on 18789, data persisted to a named volume.
docker pull ghcr.io/milady-ai/milady:latest
docker run -d \
-p 2138:2138 \
-p 18789:18789 \
-v milady-data:/app/data \
ghcr.io/milady-ai/milady:latestFlatpak
LinuxSandboxed installation on any Flatpak-supporting Linux distribution.
flatpak install flathub ai.milady.miladySnap
LinuxAuto-updating, sandboxed. Available in the Snap store.
snap install miladygetting started
quick start
start milady
milady startStarts the agent runtime, REST API on :2138, WebSocket gateway on :18789.
open the interface
milady openOpens the desktop app. Or go to http://localhost:2138 in any browser.
configure a provider
milady config set provider ollama
# no API key needed for local models
# or for cloud:
milady config set provider claude
milady config set api-key sk-...Use a local Ollama instance to stay entirely offline.
start chatting
curl -X POST http://localhost:2138/api/chat \
-H "Content-Type: application/json" \
-d '{"message": "hello"}'Or just open the UI and talk.
macOS
Apple Silicon
macOS
Intel
Windows
x64
Linux
x86_64
Android
ARM64
Docker
all platforms
npm
Node.js 22+
Homebrew
macOS · Linux
Flatpak
Linux
Snap
Linux
Debian
Ubuntu · Debian
requirements
system requirements
macOS
12.0+ · Apple Silicon or Intel
Windows
10 64-bit or later
Linux
Kernel 5.4+ · glibc 2.31+
Android
Android 8.0+ (API 26)
RAM
4 GB min · 8 GB recommended
Storage
500 MB · more for local models
Node.js
v22.0.0+ (for npm install)
Docker
20.10.0+