What's live. What's next.

Tidebreak is in alpha. This page covers the client and the wider agent infrastructure we are building around it. It is an honest list, not a launch calendar.

The coworker on your machine

The desktop app is the Tidebreak experience. It is where you sign in, grant a folder, pick a model, and get a file back.

Packaged builds ship for macOS as a Universal binary, Intel and Apple Silicon. Windows and Linux still run from source.

  1. macOS Universal app

    Live

    Intel and Apple Silicon. Local-first, no Tidebreak account. State in SQLite on disk.

  2. Your ChatGPT plan, an API key, or Ollama

    Live

    Start on the subscription you already pay for, drop in a key, or stay fully local. Switch mid-chat.

  3. Four permission modes, per chat

    Live

    Plan, Ask, Auto, and Allow all. Overwrite of a connected file always asks.

  4. Windows and Linux installers

    Next

    The tree builds. Packaged releases are macOS-only until those lanes are back on.

A file you can put your name on

Outputs are a catalog, not a transcript. Same filename appends. Restore appends too.

  1. Versioned outputs

    Live

    Work saved to output/ lands in the chat catalog with who produced each version and when.

  2. In-app preview

    Live

    Spreadsheets, Word, PowerPoint, PDFs, and images open without leaving Tidebreak.

  3. Append-only restore

    Live

    Restoring v2 from v5 produces v6. A wrong file is a recoverable event.

  4. Local apps that persist

    Live

    Ask once for a triage view and keep a sandboxed mini-app in the sidebar.

How the work actually runs

Same exec tool. Different backends. Credentials stay out of the sandbox. The model never sees an absolute path.

  1. Native macOS sandbox

    Live

    The default execution backend, with per-chat network policy.

  2. Local Docker

    Partial

    Available today. Only a chat set to no network is fully enforced there.

  3. E2B and Daytona

    Live

    Managed sandboxes for the same exec tool when you want the work off-box.

  4. Folder grants

    Live

    A native picker, attached to that chat. Nothing about siblings or your home directory.

  5. Connected folders inside code execution

    Partial

    Host folders reach the sandbox on macOS. Managed providers cannot see them.

  6. Background agents

    Partial

    Parallel jobs from one turn, while the app is open. Not a worker that keeps going after you close the laptop.

  7. Computer use

    Partial

    Screen capture and consent-gated app control. In the product, not finished.

Search and connections

Tidebreak can search the web, connect MCP servers to chats, and expose REST APIs to local apps. Organization-managed connected apps are the next surface.

  1. Web search and extract

    Live

    Exa, Tavily, Brave, or self-hosted SearXNG.

  2. MCP servers

    Live

    stdio or HTTP, added in Settings without a config file, behind the same approval gate.

  3. REST APIs

    Live

    Selected OpenAPI operations exposed to local apps, with credentials that never reach the app or the model.

  4. Organization-managed connected apps

    Next

    MCP-connected applications granted through an organization gateway, not a Tidebreak-owned OAuth catalog.

The system around the client

Tidebreak is the open desktop surface. We are also building the shared control and access layers teams need when agents move from local files into company systems and production infrastructure.

These products are in development. The capabilities are the commitment; their names and packaging are not final.

  1. A governed model and app gateway

    Next

    One self-hosted control plane for model providers and MCP-connected apps: identity, team grants, credentials, routing, usage, spend, and audit.

  2. Governed access to real infrastructure

    Next

    Policy-bound agent access to Kubernetes, PostgreSQL, cloud CLIs, SSH, and SaaS without distributing long-lived downstream credentials.

  3. A fully supported coding workflow

    Next

    Evolve Tidebreak from general code execution into a complete coding agent: repository context, terminals, sandboxes, background work, tests, and reviewable changes.

After this alpha

Tidebreak is pre-1.0. The local profile is rebuilt when the data shape changes. This is what we are willing to say is next, and what is still only a direction.

  1. Scheduled and recurring work

    Next

    A modest local scheduler on the existing run journal: one-time, daily, weekly. Not cloud cron.

  2. Project-scoped context

    Next

    Optional chat organization has landed. Project context is specified, not built.

  3. Citation system

    Exploring

    Sentence-level sources on the work product, so a claim can be walked back to the file it came from.

  4. A Tidebreak-managed browser

    Exploring

    Its own profile, visible control, and a reset path. Not your everyday browser.

  5. Instruction-only plugins from git

    Exploring

    Pinned sources, explicit updates, no background auto-update.

  6. Memory systems

    Exploring

    A native Tidebreak memory layer for durable context, plus integrations with popular memory systems so teams can bring the one they already use.