Open Source · v4.0.1 now available

Your AI.
Your machine.
Your rules.

EnzoAI is a fully self-hosted AI assistant that runs entirely on your hardware. Conversations stay on your device — no cloud, no subscriptions, no surveillance.

Private by default — fully local Encrypted at rest No subscription Works offline MIT License

Built different.
Runs private.

Everything you'd expect from a frontier AI assistant — minus the surveillance, minus the fees.

Persistent Memory

EnzoAI remembers context across sessions, learning your preferences and building up a private knowledge base — stored privately on your own device — never shared, never sold.

~ Memory Store
┌──────────────────────┐
user_prefs     4.2 KB │
conversations  18 MB │
embeddings   512 MB │
✓ encrypted at rest
└──────────────────────┘

Autonomous Agents

Spin up local agents that browse the web, run code, manage files, and complete complex multi-step tasks — no cloud accounts needed.

Vision & Multimodal

Attach photos, screenshots and documents. EnzoAI understands them locally — nothing is ever uploaded to external servers.

Any Model Provider

Use any AI model — local or cloud. Switch between models instantly, no configuration needed.

Yours alone.
Encrypted at rest.

Lock your chats behind a passphrase only you know. A stolen laptop, a copied database or a backup is just unreadable ciphertext without it.

Passphrase-Encrypted Vault

Your messages, titles and memories are encrypted with AES-256 using a key derived from your passphrase. The passphrase never touches the disk — turn the app off and the data is just ciphertext.

~ Vault
┌───────────────────┐
messages   AES‑256 │
memories   AES‑256 │
key      in‑memory │
✓ locked without pass
└───────────────────┘

Only You Hold the Key

Set a passphrase, get a one-time recovery key. There's no server, no copy, no backdoor — lose both and not even we could unlock it.

Stays on Your Machine

Everything runs locally with zero telemetry — nothing is ever sent to us. The developer can't reach what never leaves your device.

Open Source & Auditable

Read the code, build it yourself. Don't take our word for it — verify there's nothing phoning home and no hidden backdoor.

Your AI,
in your terminal.

Every feature available from the command line. Chat, manage memories, run agents — from anywhere on your machine or over SSH.

  • Interactive chat sessions
  • One-shot questions
  • Resume any conversation
  • View and manage memories
  • Trigger agents manually
  • Works with remote servers (NAS, Docker)
enzo-ai
# First run — create your account & set up
$ enzo-ai register
Account created · encryption on · model ready
# Start an interactive chat
$ enzo-ai chat
You › Summarise my week
EnzoAI › Based on your conversations…
# One-shot question
$ enzo-ai chat "what's on my plate today?"
# View memories
$ enzo-ai memories
# Run an agent now
$ enzo-ai agents run home-tasks
Sent to Telegram
# Connect to a remote server
$ enzo-ai config server http://nas:1616
$

Chat where
you already are.

Connect EnzoAI to your favourite messaging apps. Your AI, available everywhere — privately.

Telegram

Chat with your AI from any device via Telegram. Groups, DMs and scheduled agent delivery all supported.

Discord

Bring EnzoAI into your Discord server or DMs. @mention it in any channel to start a conversation.

Slack

Use EnzoAI inside your Slack workspace. Message it directly or invite it to channels — no webhooks needed.

Up and running
in 30 seconds.

One Docker command, then set up from the browser or the CLI. No cloud sign-up, no API keys needed to get started.

bash — enzo-ai
$ docker run -d \
    --name enzo-ai \
    -p 1616:1616 \
    -v ~/.enzo:/data \
    ghcr.io/eranabir/enzo-ai:latest
 
ℹ Pulling ghcr.io/eranabir/enzo-ai:latest...
✔ Image pulled successfully
✔ Container started: enzo-ai
✔ Data volume mounted at ~/.enzo
⚡ Starting AI engine…
✔ AI engine ready
 
✔ EnzoAI ready at http://localhost:1616 # open in browser
 
# …or set up right from the terminal
$ enzo-ai register
✔ Account created — you're ready to chat
$

Every platform.
One experience.

Native apps for Windows, macOS, and Linux. Or deploy anywhere with Docker.

Windows

.exe installer · x64 · Windows 10+

Download .exe

macOS

.dmg · Apple Silicon

Download .dmg

Linux

.deb package · Ubuntu 22.04+

Download .deb

Docker

GHCR · amd64 / arm64

View on GHCR