Every Featureat a Glance

Explore the complete Plexon AI experience: from intelligent chat modes to multi-agent orchestration, 156 specialized agents, and deep developer tool integration.

Intelligence & Modes

AI Chat & Modes

Five specialized modes for every workflow: Code, Plan, Ask, Auto, and Orchestrator.

Multi-Agent Orchestrator

Break complex tasks into parallel subtasks delegated to specialized AI agents.

Team Coordination

Persistent multi-agent teams with mailboxes, shared memory, and member wake-up across sessions.

156 AI Agents

Specialized AI personas for every domain with unique expertise and behaviors. Author your own subagents directly from chat through the plexon_agent MCP tool.

Personas

Twelve curated starter personas, each pre-activating the right agents, skills, plugins, and MCP tools. Create your own with an AI-assisted wizard that drafts descriptions and welcome prompts for you.

Skills & Tools

Reusable knowledge files and MCP tool server integrations for extended capabilities. Author skills directly from chat through the plexon_skill MCP tool.

Self-Improving Skills

Plexon learns from each session and quietly improves its skill library. No manual editing. A curator agent reviews what happened, saves new skills, refines existing ones, retires the stale, and protects what you've pinned.

Quality Harness

A quality layer that makes the model verify its own work. It checks facts before using them, writes a spec before multi-step tasks, hunts the eleven shortcuts that fake completion, and files a pass or fail verdict after every change.

Prompt Suggestions

AI predicts your next message after each response. Press Tab to accept or just start typing.

Side Questions

Type @btw and ask about the conversation while the AI keeps working. The answer streams into a side card and never enters the session history.

Connections

App Connectors

63 branded app integrations: Slack, Notion, GitHub, WhatsApp, Telegram, Twilio, n8n, Zapier, Pipedream, Make, Vercel, Netlify, Cloudflare, Supabase, Stripe, Salesforce, Zendesk, Intercom, Keragon, Airtable, Brave Search, Perplexity, and more. Turn one on with your own account and the AI works inside it.

API Connections

Turn any HTTP API into AI-callable tools. Import an OpenAPI 3.x spec or a Postman collection, or build endpoints by hand; pick API key, Bearer, Basic, or OAuth 2.0. Attach reusable middlewares to inject identity, add headers, or reshape responses. Bundle a connection into a persona or share it through the marketplace. SSRF defense with localhost allowed by default, per-host allowlist, and a per-endpoint test runner.

Plexon Provider

One subscription, every capability. Automatic model routing, key management, and multi-task agents.

Custom Providers

Point Plexon at any OpenAI- or Anthropic-compatible endpoint: local LLMs via Ollama, LM Studio, and vLLM, Azure OpenAI, and alternative backends like Moonshot’s /anthropic endpoint. Per-model protocol and capability flags, Test Connection, Fetch Models, JSON import/export. Premium plan.

Data Sources

Load a local spreadsheet or CSV once and use its columns everywhere. Workflows loop the rows, dashboards chart them, and a built-in tool reads them from any prompt. Keep a source as a fixed snapshot or a live read of the file, preview every row in a paged and filterable grid, and move a source between this project and all projects.

Unified Marketplace

One Browse dialog for every kind of installable artifact: skills, agents, plugins, personas, and MCP servers. Drop a zip, paste a /tree/branch/subdir URL, or click any item from a registered marketplace; Plexon detects the kind and dispatches to the matching installer. Mixed-kind manifests, encrypted private-repo credentials, zero vendor lock-in.

Plugins

Fourteen bundled plugins: dev workflows, office authoring, Google Workspace, Microsoft 365, GitHub, graph-aware code review, databases, browser testing, design-language extraction, GEO-SEO, marketing, nutrition (dietitian), and stock-market research. Install more from GitHub.

Workspace & Output

Dashboards

Boards of live widgets fed by your tools, the AI, a workflow, or static text. Stat tiles, charts, gauges, tables, and HTML, refreshed on a timer or in the background. Add a parameter like a city and the whole board follows. Draft one in chat or build it by hand. Ships a Weather & City board and a Global Intelligence board built on free public data.

Dynamic UI Widgets

AI responses render as rich interactive components (cards, grids, tables, timelines, checklists, forms) instead of walls of markdown. 13 typed widgets, safe-by-construction.

Office Integration

Read, create, and edit Microsoft Word (.docx) and Excel (.xlsx) files directly from chat. Bundled MCP servers powered by python-docx and openpyxl: cross-platform, zero configuration, with live tracked-changes editing when Word is open.

Document Reader

Point Plexon at a Word doc, Excel or CSV file, PowerPoint deck, PDF, EPUB, HTML page, or Outlook .msg email and it reads the contents as Markdown you can ask about. Ask about a report, a budget, or a slide deck without converting anything first. The reader installs itself on first use, with nothing to set up.

Visual & Voice

Hands-free, turn-by-turn voice conversations with the AI: local Whisper transcription, 400+ Edge TTS neural voices in 80+ languages, push-to-talk barge-in, and voice transcripts saved as first-class session metadata. Plus paste-image visual analysis.

Image Generation

Generate images inline with Nano Banana 2 Pro (Gemini). Describe what you want, get it instantly.

Video Generation

Create videos from text or images. Product demos, animations, and visual content generated inline.

Telegram Bot

Control your AI remotely via Telegram. Chat, manage sessions, send images, and monitor tools.

Slack Bot

Chat with your AI from Slack over Socket Mode. DM it or @mention it in a channel, send images and files, and let workflows post to a channel. Works on Apple Watch through the Slack app.

Session Sharing

Export any session as a portable, AES-256-GCM-encrypted .plexshare file. The recipient imports it back into their own Plexon: drag-drop, the Import menu, or a plexon:// deeplink. Full-fidelity rendering and they can continue the session. No cloud, no accounts.

Live Share (Premium)

Share a running session and work with the AI together in real time, across the internet. A teammate joins from a link and watches it respond on the same conversation. It works on different networks: chat connects directly or through an encrypted relay, always end to end encrypted with no transcript on Plexon servers. Guests start read-only; promote someone to let them drive. Turn-taking stops prompts from colliding, and tool output that could expose the host machine stays hidden from guests. Premium plan only.

Customization

Ask the assistant to explain or change any setting. 15 themes, 8+ providers, voice I/O, Desktop Automation, and granular controls.

Developer

Developer Tools

Source control, automation hooks, and prompt engineering built into the workflow.

Parallel Agents Workspace

Fan out one prompt across N agents in isolated git worktrees. Live tile grid with ff / squash / cherry-pick merge per tile, whole-run cancel that keeps partials, and pre-flight safety checks that never let a failed merge destroy your scratch state.

Diff Review Queue

Cross-session aggregator for every parallel-agents tile waiting on review. Merge with ff / squash / cherry-pick or discard from one panel; toast + WebAudio chime fires when a remote tile finishes.

Spec-Driven Mode

Living markdown contracts (AGENTS.md + .specify/) drive constitution → specify → plan → tasks → implement, with a verifier subagent at every step. Title-bar status pill is the entire UI: one click stages a grounded prompt and auto-sends. GitHub Spec Kit-compatible, same files work in Cursor, Copilot, Claude Code, and 30+ AGENTS.md-aware tools.

Graph-Aware Code Review

Persistent Tree-sitter knowledge graph of your repo. Reviews read the slice a diff touches (not whole files) for roughly 8× fewer review tokens.

Embedded Browser

A split-pane webview docked next to the chat. Point at any DOM element on your local dev server (localhost:3000, Vite, Next.js, staging) and the AI gets the exact selector, viewport, outer HTML, computed styles, and a cropped screenshot inline in the prompt. Four-tier selector strategy, zero browser extension, zero setup.

Shell Commands

Start a message with ! to run it as a shell command in the session's working directory. The output renders as a terminal card in the chat, joins the session history, and rides into the AI's context on your next message. Same per-OS shell routing as the AI's own command tool, and a run past 90 seconds moves to the background instead of being killed.

Design Extract

Extract the full design language from any live URL (W3C DTCG tokens, typography, spacing, shadows, components, WCAG scoring) and get 8 ready-to-use handoff artifacts for Tailwind, shadcn/ui, Figma, React, and vanilla CSS. Bundled into the Designer persona.

Marketplace Developer Mode

Build your own marketplace from inside Plexon and collaborate on it without git. One-click Sync publishes your edits and pulls your teammates' changes, conflicts resolve per file (keep mine, take theirs, or AI merge), workflows and dashboards write back into the folder on save, and every install updates itself on launch. Scaffolder, live-reload editing, Inspector validation, version bump, per-marketplace Source Control. Plaintext on GitHub.

See it on your own machine

Every feature on this page ships in one download. Pick a persona and try it on real work.