Open source · Local-first · No account

Every conversation, in one local layer your agent can read.

Hydra piggybacks on the browser sessions you already have — Slack, iMessage, LinkedIn and more — into a single local bridge. No bots, no API keys, no IT approval.

Sources
SlackLIVE
iMessageLIVE
LinkedInIDLE
Local bridge
rolling 24h
on disk · never uploaded
Agent
reading
briefing
ready

One layer across every conversation

Slacklive
iMessagelive
LinkedInlive
Instagramlive
Homilive
Tinderlive
WhatsAppbeta
Xplanned
How it works

A pipeline, not another inbox

Three surfaces, one job: get your conversations onto your machine, where an agent that knows you can act on them.

01

Connect

The Chrome extension calls each platform's API as you, in your own session — same IP, same device. No bots, no OAuth, indistinguishable from normal use.

02

Bridge

Everything lands in a local bridge on your Mac — a rolling 24-hour snapshot, on disk, encrypted. Nothing is uploaded. No account, no cloud, no telemetry.

03

Triage

Your agent reads the bridge and hands you a morning briefing: what's urgent, what's noise, drafts ready to approve. It proposes — you click send.

The briefing

What your agent hands you each morning

Not another feed to scroll. A ranked shortlist of what actually needs you — with replies already drafted, ready to approve.

hydra — briefingLIVE
Needs you3
DWDana Whitfieldslack #team-os1h

Any update on the attribution dashboard? It's blocking the board deck.

Draft ready ↵Open
TATheo Almeidaimessage2h

Perfect — I'll send the plan over first thing tomorrow 👌

IBIris Bergströmlinkedin3h

Loved the demo. Could you intro me to your eng lead this week?

Draft ready ↵Open
2 drafts ready · nothing left this machineLocal
Principles

Invasive by necessity. Trustworthy by architecture.

Hydra reads your sessions and your messages. That only works if you can see exactly what it does — so it's open source and stays on your machine.

Local by default

Tokens and conversations never leave your machine. Works fully offline. No phone-home.

Agent-native

Structured JSON, not just a UI. The agent proposes actions; you approve; the extension executes.

Ephemeral

A present-tense snapshot — last 24h to 7d, not an archive. Stale data just re-fetches.

Open source

Every line is inspectable. The bar for Full Disk Access: you can see what it does, and it doesn't phone home.

Google · via gog

Gmail and Calendar, through the front door

Where a real API exists, Hydra uses it. The local gog CLI talks to Google's official APIs — your tokens stay in the macOS keychain, and nothing leaves the machine.

Gmail

live

Your inbox through the official Gmail API — read, triaged, and searchable locally. Reply in-thread, with your approval before anything sends.

  • Threaded replies, approval-gated — nothing leaves without a yes
  • One-click unsubscribe surfaced from every newsletter
  • Lean by design: readable text cached, full bodies hydrate on demand

Calendar

live

Your agenda as a first-class primitive — events, attendees, and meeting links, so an agent knows not just who wrote you but when you're seeing them.

  • Attendees resolve into your People graph automatically
  • RSVP yes/maybe/no and create events — approval-gated
  • Meeting links and attached notes surfaced inline
This Mac · native

What only your Mac can see

Some of the highest-signal context never touches a public API — it lives on your machine. Hydra reads it there, locally, and it stays there.

iMessage

live

Reads Messages straight from your Mac's local database — no phone bridge, no cloud round-trip.

  • Full recent history from chat.db, read-only
  • Send replies through Messages, approval-gated

Contacts

live

Your macOS Contacts name and unify your People — the identity bridge that turns handles into the same real human across every platform.

  • Matches handles to people by shared phone / email
  • Writes discovered handles back to a Contact card

Notifications

beta

Notification Center as a universal, real-time feed — every app you get pinged in, plus iPhone alerts mirrored through Continuity.

  • One live stream across every app, from one place
  • On-device triage — surface what matters, mute the noise
Integrations

Plug into your agent

Hydra exposes your conversations through standard interfaces — MCP for AI agents, CLI for scripts and terminals.

MCP Server

available
Source →

A local MCP server that gives any AI agent read access to your conversations. Works with OpenClaw, Claude Desktop, Cursor, and any MCP-compatible client.

1
Add to your agent config
{
  "mcp": {
    "servers": {
      "hydra": {
        "command": "hydra-mcp"
      }
    }
  }
}
2Restart your agent — three tools appear:
list_conversations— inbox across platforms
get_messages— full thread
search— search all messages
3Ask your agent: "What's new on LinkedIn?"

CLI

coming soon
in development

Query your message store from the terminal. Pipe to jq, grep through conversations, build scripts on top.

$ hydra inbox # recent across all platforms
$ hydra inbox --platform linkedin
$ hydra search "apartment" --json | jq .
$ hydra people --search "kristian"
Pricing

Free locally. Paid for maintained builds.

Hydra's core stays open source and local-first. Pro pays for the work that keeps platform adapters, signed builds, and official releases current.

open source core

Free

$0

Run the local inbox, browser bridge, SQLite store, MCP server, and CLI without an account.

Download
  • Local desktop app
  • Browser extension
  • One account per platform
  • No cloud, no telemetry
one-time license

Hydra Pro

$99one-time

Support the maintained build: official signed releases, managed adapter fixes, and one year of updates.

Buy Pro
  • HYDRA license key
  • 2 activations
  • 12 months of updates
  • Perpetual use of last eligible version
extend updates

Updates Renewal

$49one-time

Add another year of official updates and adapter maintenance to an existing Hydra Pro license.

Renew updates
  • 12 more months
  • Adapter fixes
  • Official builds
  • Keeps local-first promise

Cloud sync and hosted MCP are intentionally not sold yet. They become subscription products only when the service exists.

Your messages never leave your Mac.

One private hub for every conversation — open source, no account, no cloud. Don't trust us? Read every line.