Your personal
AI network

Proton remembers everything, runs real code, monitors your world in the background, and orchestrates multiple agents for complex tasks, all on your desktop.

macOS Windows
Proton MK2
💬
🧠
📅
You
What's a good place to eat near me tonight, something different?
Proton
You've done Italian three times this month — maybe try that Thai place on Grove St, solid reviews and you haven't been
Ask anything…

More than a name

Proton stands for Personalized Responsive Omnipresent Task-Oriented Network, and every word is intentional.

P
Personalized
Builds a living memory of who you are: preferences, projects, decisions. and gets smarter over time.
R
Responsive
React instantly, whether you type, speak, or have a Signal trigger Proton automatically.
O
Omnipresent
Desktop, phone, Telegram, or any browser on your network. Always there, wherever you are.
TO
Task-Oriented
Doesn't just answer questions: executes tasks. Search, code, automate, schedule, orchestrate.
N
Network
A network of specialised sub-agents working in concert, each with a focused role, coordinated by Proton.

Real code.
Not prompts.

Most AI tools give the model a text description of a tool and hope it figures things out. Proton Skills are actual JavaScript files that run real code and return real results.

When Proton searches the web, it calls a real API. When it runs code, a real process executes. Skills can be written by you, shared, or auto-updated, and they can do anything Node.js can do.

web-search.skill.js
export const skill = {
  name: 'web_search',
  description: 'Search the web',
  parameters: {
    query: { type: 'string' }
  },

  async run({ query }) {
    const results = await searchAPI(query);
    return results.map(r => ({
      title:   r.title,
      url:     r.url,
      snippet: r.snippet
    }));
  }
};

Context,
on demand.

Every project has its own knowledge base: goals, stack, decisions, notes. Switch projects and Proton instantly knows exactly where you left off, without you re-explaining anything.

Proton also writes to the project file proactively, documenting decisions and keeping context up to date as you work. Your projects remember themselves.

Active project
Mobile App v2
StackReact Native, Expo
StatusIn progress
GoalLaunch beta by May
📌 Auth via Supabase, JWT tokens
📌 Push notifications still pending
📌 Design review scheduled Friday

Proton watches.
So you don't have to.

Signals are background processes that run continuously and monitor anything, system metrics, URLs, files, APIs, prices. When a condition is met, Proton doesn't just notify you, it gets to work.

A CPU spike triggers an automatic diagnosis. A competitor's page changes and Proton delivers a summary. Written in JavaScript, if it can be measured, it can be a Signal.

CPU Monitor
Triggered 2 min ago, spiked to 94%
Triggered
Competitor Pricing
competitor.com/pricing · every 1h
Watching
API Uptime
api.myapp.com · every 5 min
Watching
Build Output
./dist · on file change
Watching

One task.
A whole team on it.

Electrons are specialised sub-agents, each with a focused role and a specific set of tools. Proton orchestrates them in parallel, faster, more thorough, and higher quality than any single model working alone.

Atoms are pre-assembled teams of Electrons configured for a specific project. Build an Atom once, reuse it forever.

👨‍💻
Dev Workflow Atom
Software projects
🔍 Code Reviewer
🧪 Test Runner
🚀 Deploy Manager
📝 Doc Writer

Ask Proton to ship a feature, it reviews code, runs tests, prepares deployment, and updates docs simultaneously.

📣
Content Studio Atom
Marketing & content
🌐 Researcher
✍️ Writer
🖼️ Image Creator
📤 Publisher

Give a topic, the Atom researches it, writes a draft, generates visuals, and publishes. A full pipeline from one message.

📊
Market Intelligence Atom
Business & research
📡 Data Collector
📈 Analyst
📄 Report Writer
📬 Sender

Proton scrapes market data, runs competitive analysis, writes an executive summary, and emails it, on a schedule.

Built for power users

🧠
Persistent Memory

Proton remembers your preferences, projects, and past conversations. Context is automatically compacted so nothing is ever truly forgotten.

🎤
Realtime Voice

Powered by GPT Realtime. Interrupt Proton mid-sentence, use tools by voice, and have fully natural conversations, history persists across sessions.

📅
Proton Scheduler

Schedule any task to run at any time. Daily briefings, weekly reports, recurring automations, Proton executes and delivers results to chat or Telegram.

🌍
Remote Access

Proton runs a built-in web server. Access it from any browser on your network, or use Tailscale for secure access from anywhere in the world.

📱
Telegram Integration

Connect your own Telegram bot and message Proton from your phone. Full two-way conversation and task delivery through a private bot only you can use.

💻
Computer Control

Proton can click, type, take screenshots, and run shell commands on your machine. Hand it a workflow and it executes it, no plugins needed.

The best models, your choice

Proton works with the world's leading AI providers. You pick the model, you bring the key. Your Proton subscription covers the app, AI usage is billed separately by the provider.

Anthropic
Claude Haiku 4.5 · Sonnet 4.6 · Opus 4.6

Proton's default reasoning engine. Handles conversation, memory, complex multi-step tasks, and computer control.

Requires your Anthropic API key
OpenAI
GPT 5.4 · GPT 5.3 Codex · GPT 5.4 Mini · GPT 5.4 Nano
GPT Realtime (voice)

Switch to any GPT model for chat, or use GPT Realtime for voice. Also supports the OpenAI subscription, no API key needed.

Requires your OpenAI API key, or an active OpenAI subscription
Google
Image generation

Google's image generation models power Proton's visual creation, photorealistic images and illustrations generated directly in conversation.

Requires your Google AI API key

Simple pricing

Monthly subscription, cancel anytime.

Personal
$19.99
per month · cancel anytime
Get Personal
  • Persistent memory & learning
  • Proton Skills: real code execution
  • Proton Signals: background monitoring
  • Proton Scheduler: automated tasks
  • Realtime voice mode
  • Remote access
  • Telegram integration
  • Computer control
  • Image generation
1 device · AI usage billed separately

Ready to get started?

Download Proton, pick a plan, and enter your license key on first launch. Setup takes under two minutes.