An agentic AI assistant that can actually do things on Linux and macOS.
Execute shell commands, manage your Gmail and Calendar, search the web, read Dropbox files, capture your screen, and run complex multi-step tasks — all from a beautiful local-first desktop window. No cloud, no subscription.
Purple connects to your local Ollama instance and gives the model real tools to act on your Linux system. Unlike cloud assistants, it has no API key to manage, no usage caps, and no privacy trade-offs.
All data — conversation history, OAuth tokens, user memories, approval preferences —
lives in a local SQLite database at ~/.purple/purple.db.
Switch models instantly from the UI dropdown: Llama 3, Gemma, Mistral, Qwen, anything Ollama runs.
A configurable approval workflow gates every action by tier: read-only commands run silently, modification commands prompt once and remember your choice, destructive and sudo commands always require explicit confirmation.
Each tool has a defined approval tier — from fully automatic reads to explicit per-execution approval for destructive operations.
Run any command on your system. Read-only commands (ls, df, ps, find) run automatically. Destructive, sudo, and network-post commands prompt the user — every time, no exceptions.
5 tiersSearch threads, read emails, send replies with image attachments, save drafts. Create, update, and delete calendar events. Search Drive, read and write Google Docs.
12 tools · OAuth2List folders, search by name or content, read text files, create new files, and overwrite existing ones — using raw HTTP for maximum compatibility.
5 tools · OAuth2Search via Brave Search API or self-hosted SearXNG. Fetch and read the plain text of any URL. Open links or app URIs (Spotify, Slack, Netflix) via xdg-open.
Automatic · No approvalFacts about you — name, email, location, preferences — are stored across all conversations and injected into every system prompt so the model always knows context.
Cross-session · SQLiteCapture your full screen with a visible 5-second countdown, or grab a frame from your webcam. Images are sent to multimodal models for analysis or emailed as attachments.
MultimodalAttach images for multimodal prompts or text files that get appended to your message. Configurable upload limit (default 20 MB). Images sent as base64 to Ollama.
Image + textWhen the model responds with a YouTube URL on its own line, the chat UI automatically embeds it as a playable inline video — no tab switching required.
Auto-embedConfigure Ollama server URL, Google OAuth credentials, Dropbox keys, and search API keys from a settings panel. No environment variables or config files needed.
DB-persistedAge-aware AI companion for children 5–16. Adapts language and tone, blocks sudo and write operations at the system level, and validates every web search result and URL for age-appropriateness. Password-protected.
Child safetyIf Ollama is not installed Purple walks you through the full setup: installs Ollama automatically (curl on Linux, Homebrew on macOS), checks your RAM, recommends a model, and streams the download live. Ready in minutes.
Zero-friction setupDetects when the model is stuck in a repetitive cycle and breaks it before the iteration limit is reached. When the model issues a reboot command, the session is saved and automatically resumed after the machine comes back online.
ReliabilityClick ▶ to start an Agentic conversation. Purple operates as an agent — it plans, reasons, dispatches tool calls in parallel, and checks off progress as it goes.
You don't need to have strong hardware — you can use Ollama hosted models with 3 tiers to match your needs and budget. Purple works with cloud-hosted models exactly the same way it works with local ones — just pull and select.
Pull a hosted model in one command:
One button, one password. Enable Kids Friendly Mode and Purple becomes a safe, age-aware learning companion — adapting everything it says and does to the child's age, with no way to disable it without the parent's password.
A deeper, always-on alternative that requires no passwords
Create a dedicated Linux account for your child and set PURPLE_KID_AGE=9
in their environment. Purple detects this automatically at startup — the model is
locked to a safe choice, age-adapted responses are always active, conversation
history is accessible, and parents can configure integrations from the child's
account. The child cannot disable Kids Profile Mode. No passwords involved.
★ Kids Friendly Mode operates on a best-effort basis. As with all AI-generated content, accuracy and completeness cannot be guaranteed. This feature does not constitute a certified parental control system and may not prevent all exposure to inappropriate content. Parental supervision is recommended at all times.
Watch a demonstration of agentic task execution — from planning through parallel tool calls to a completed result.
Four distribution formats across two platforms. All require Ollama running locally at http://localhost:11434.
Self-contained executable — bundles GTK3 and WebKit2GTK4.1. Runs on any modern Linux with an X11 display. No installation required, no root needed.
⬇ Download AppImage
Native RPM package. Installs to /usr/bin/purple and registers a
desktop entry. Runtime dependencies (gtk3, webkit2gtk4.1) installed automatically
via dnf.
Portable tarball with an install.sh helper. Run as a regular user to
install to ~/.local, or with DESTDIR=/usr sudo ./install.sh
for a system-wide install.
Universal binary — runs natively on both Intel and Apple Silicon (M-series) Macs. Open the DMG, drag Purple.app to Applications, and launch. Requires macOS 12 Monterey or later and Ollama running locally.
Coming soonRecent release notes — tracking improvements from first alpha through beta3.
Cache refreshed: 2026-06-10 13:35 UTC
Every layer of Purple is built on open, proven tools — chosen for reliability, not popularity.
The entire backend — HTTP server, agentic loop, SSE streaming, tool dispatch, plugin orchestration, and SQLite persistence — is written in Go 1.23+.
go.dev →Reproducible, hermetic multi-language builds. One command produces the RPM, TGZ, and bundled AppImage with all 130+ shared libraries.
bazel.build →WebKit's rendering engine — which drives every pixel of the embedded UI — is implemented in modern C++20. It compiles into Purple via CGO.
isocpp.org →Every model, every conversation, every tool call is powered by Ollama running locally on your machine. No API key, no cloud, no rate limits.
ollama.com →The entire chat interface runs inside an embedded WebKit view — WebKitGTK 4.1 on Linux, WKWebView (Cocoa) on macOS. Markdown rendering, SSE streaming, approval cards, and the agentic task checklist all live here.
webkit.org →Native windowing on Linux via GTK3 (with CGO bindings for minimize/maximize/restore). On macOS, WebKit is hosted in a native Cocoa NSWindow with native traffic-light controls and CoreGraphics for screen capture.
gtk.org →