✦  ZenonAI  ·  Open-Source AI Agent Platform  ✦
Open-Source · 100% Local · Free Forever

↳ ZenonAI — initialising Samantha...

Hi, I'm Samantha.

Your AI Agent by ZenonAI

6
LLM Models
Free to Use
100%
Local & Private
0
API Keys Needed
scroll
↳ Capabilities

Interacting with AI has never been easier.

Six capabilities. One voice command. Zero cloud dependency.

100% local

Ollama Intelligence

Powered by Mistral, LLaMA 3, Falcon, Phi-3. Zero subscriptions — no data leaves your machine. Swap models with one line in .env.

Whisper STT

Voice-First Interface

Speak naturally. Whisper transcribes locally at near-human accuracy. Samantha listens, understands, and acts — no cloud relay.

Playwright

Browser Automation

Browse URLs, Google search, compose Gmail — driven by Playwright Chromium. Samantha sees your browser exactly like you do.

Cross-platform

Desktop Control

Open Spotify, send hotkeys, take screenshots. Full OS integration on macOS, Linux, Windows — no separate agent process needed.

Real-time data

Wikipedia & Web

Instant knowledge from Wikipedia and Google. Structured, summarised answers delivered conversationally in real time.

SQLite

Persistent Memory

SQLite conversation history. Samantha remembers context across every session — building richer interactions over time.

↳ Live Demo

See Samantha in action.

samantha — zenonai
↳ What people are saying

Trusted by builders everywhere.

I've been using Samantha for months and have never seen technology like this. It feels like talking to a real assistant. Genuinely mind-bending.

A
Aryan K.
ML Engineer, Berlin

Finally an AI agent that respects my privacy. Everything runs locally — no subscriptions, no data harvesting. Pure intelligence on my machine.

N
Nia O.
Security Researcher

I replaced three paid tools with Samantha. Browser automation, email, Wikipedia — one voice command does it all. Absolutely incredible.

T
Théo M.
Product Designer, Paris

The memory feature is what hooked me. It remembered context from three days ago and used it perfectly. This is what AI was always supposed to be.

L
Lena V.
Developer Advocate

I've been using Samantha for months and have never seen technology like this. It feels like talking to a real assistant. Genuinely mind-bending.

A
Aryan K.
ML Engineer, Berlin

Finally an AI agent that respects my privacy. Everything runs locally — no subscriptions, no data harvesting. Pure intelligence on my machine.

N
Nia O.
Security Researcher

I replaced three paid tools with Samantha. Browser automation, email, Wikipedia — one voice command does it all. Absolutely incredible.

T
Théo M.
Product Designer, Paris

The memory feature is what hooked me. It remembered context from three days ago and used it perfectly. This is what AI was always supposed to be.

L
Lena V.
Developer Advocate

I've been using Samantha for months and have never seen technology like this. It feels like talking to a real assistant. Genuinely mind-bending.

A
Aryan K.
ML Engineer, Berlin

Finally an AI agent that respects my privacy. Everything runs locally — no subscriptions, no data harvesting. Pure intelligence on my machine.

N
Nia O.
Security Researcher

I replaced three paid tools with Samantha. Browser automation, email, Wikipedia — one voice command does it all. Absolutely incredible.

T
Théo M.
Product Designer, Paris

The memory feature is what hooked me. It remembered context from three days ago and used it perfectly. This is what AI was always supposed to be.

L
Lena V.
Developer Advocate

Running LLaMA 3 locally through Samantha is wild. Zero latency vs cloud APIs. I switched from GPT-4 and haven't looked back.

J
James P.
Backend Engineer

The open-source community needed exactly this. Full async, Playwright, voice I/O — it just works. The agent I always wanted to build.

P
Priya S.
AI Researcher

Set it up with Mistral in under 10 minutes. Said 'open Spotify' and it just did. Still get goosebumps thinking about that first moment.

C
Carlos R.
Indie Developer

Voice recognition running completely offline at this accuracy is unreal. This is the future of desktop AI and it is already here today.

M
Mira D.
CTO, Fintech Startup

Running LLaMA 3 locally through Samantha is wild. Zero latency vs cloud APIs. I switched from GPT-4 and haven't looked back.

J
James P.
Backend Engineer

The open-source community needed exactly this. Full async, Playwright, voice I/O — it just works. The agent I always wanted to build.

P
Priya S.
AI Researcher

Set it up with Mistral in under 10 minutes. Said 'open Spotify' and it just did. Still get goosebumps thinking about that first moment.

C
Carlos R.
Indie Developer

Voice recognition running completely offline at this accuracy is unreal. This is the future of desktop AI and it is already here today.

M
Mira D.
CTO, Fintech Startup

Running LLaMA 3 locally through Samantha is wild. Zero latency vs cloud APIs. I switched from GPT-4 and haven't looked back.

J
James P.
Backend Engineer

The open-source community needed exactly this. Full async, Playwright, voice I/O — it just works. The agent I always wanted to build.

P
Priya S.
AI Researcher

Set it up with Mistral in under 10 minutes. Said 'open Spotify' and it just did. Still get goosebumps thinking about that first moment.

C
Carlos R.
Indie Developer

Voice recognition running completely offline at this accuracy is unreal. This is the future of desktop AI and it is already here today.

M
Mira D.
CTO, Fintech Startup
↳ Model Selection

Choose your intelligence.

Switch models with one line in .env — no code changes.

.env
↳ Quick Install

Up and running in 4 commands.

No Docker. No signup. No cloud. Just Samantha on your machine.

01
Install Ollama
$curl -fsSL https://ollama.com/install.sh | sh

Local LLM server — runs on your machine.

02
Pull a model
$ollama pull mistral

Or: llama3 falcon:7b phi3 gemma2

03
Install Samantha
$curl -fsSL https://zenon.ai/install.sh | sh

Installs Python deps, Playwright, and configures Samantha.

04
Run Samantha
$cd ~/samantha && python main.py --text

Remove --text for full voice mode.

Or just run the installer

$curl -fsSL https://zenon.ai/install.sh | sh

Automatically installs Python dependencies, Playwright, and configures Samantha.

View install.sh source