Install Ageri — self-hosted personal-AI chief of staff
Ageri is an always-on personal AI platform. Your data + Claude API key stay on your machine; the only thing crossing the network is your LLM calls (direct to Anthropic, BYOK).
Linux / macOS
curl -fsSL https://get.ageri.ai/install.sh | sh
Windows (PowerShell)
iwr -useb https://get.ageri.ai/install.ps1 | iex
Or grab the SDK only if you just want to author skills:
pip install ageri-sdk.
Beta status (2026-05-15).
The SDK is live on PyPI. The Ageri runtime itself isn't on PyPI yet —
this installer detects that and installs only the SDK during the
transition. Full runtime install lands in
Phase 4I.6.
Beta install paths in the meantime:
docs.ageri.ai/install.
What the script does
- Checks for Python 3.11+ (does not auto-install Python — too many distro corner cases)
pip install --user ageri-sdk(andageri-platformonce available)- Provisions
~/ageri/with the skill + memory directory layout - Surfaces PATH-fix instructions if needed
- Never asks for sudo unless you're already root
Inspect the script before piping it to a shell — same convention as get.docker.com and others: /install.sh · /install.ps1.