Overview
Rowboat is an open-source AI coworker that runs on your own machine. It connects to the work you already do - email and meeting notes - and turns it into a long-lived knowledge graph it can act on.
Instead of searching transcripts from scratch each time, Rowboat keeps memory that accumulates over time. People, projects, decisions, and commitments are stored as plain Markdown notes with backlinks, so you can inspect, edit, or delete anything.
Because all data lives locally as Markdown in an Obsidian-compatible vault, there is no proprietary format or hosted lock-in. You bring your own model - local through Ollama or LM Studio, or a hosted provider with your own API key.
What it does
- Builds a long-lived knowledge graph from Gmail, Google Calendar, and meeting notes (Rowboat or Fireflies)
- Stores everything as plain Markdown in an Obsidian-compatible vault with backlinks you can inspect and edit
- Generates real artifacts: meeting briefs, email drafts, docs, and PDF slide decks grounded in your context
- Live notes that stay updated automatically by typing '@rowboat' to track a person, company, or topic
- Bring your own model - local via Ollama or LM Studio, or hosted providers with your own API key
- Extends with external tools via Model Context Protocol (MCP) and Composio integrations
Getting started
Rowboat is a desktop app for Mac, Windows, and Linux. Install it from the official downloads, then optionally add API keys for voice, search, and external tools.
Download and install the app
Get the latest build for your operating system from the Rowboat downloads page, or grab a specific release file from the GitHub releases. Install it like any desktop application.
Connect your Google services
To bring in Gmail, Calendar, and Drive context, follow the Google setup guide in the repository (google-setup.md). This lets Rowboat build memory from email and calendar events.
Add optional API keys
Voice and search features read keys from config files in your home directory. Each file uses the same JSON format. For example, to enable Exa web search, create ~/.rowboat/config/exa-search.json:
{
"apiKey": "<key>"
}Connect external tools (optional)
To add external tools, plug in any MCP server, or use Composio tools by adding an API key in ~/.rowboat/config/composio.json using the same JSON format. This unlocks integrations like Slack, Linear, Jira, and GitHub.
Commands and code are distilled from the project's own documentation — always check the official repo for the latest.
When to use it
- Prep for a meeting by pulling past decisions, open questions, and relevant threads into a crisp brief
- Draft emails grounded in your history and commitments so context is never re-explained
- Generate docs and PDF slide decks from your ongoing context, such as a quarter roadmap deck
- Keep live notes that track a competitor, person, or deal across the web and your communications
How Rowboat compares
Rowboat alongside other open-source assistants & chatbots tools AI/TLDR tracks, ranked by GitHub stars.
| Tool | Stars | What it does |
|---|---|---|
| OpenClaw | ★ 380k | OpenClaw is a self-hosted personal AI assistant that answers you on WhatsApp, Telegram, Slack, Discord, and many other channels, with voice and a live visual canvas. |
| Hermes Agent | ★ 198k | A self-improving personal AI agent from Nous Research that builds skills from experience, remembers across sessions, and reaches you on Telegram, Discord, Slack, and more. |
| Khoj | ★ 35.2k | An open-source, self-hostable personal AI that chats with any local or online LLM, answers from your own documents and the web, and runs custom agents. |
| AgenticSeek | ★ 26.5k | An open-source, 100% local alternative to Manus AI that autonomously browses the web, writes code, and plans tasks while keeping all your data on your machine. |
| Leon | ★ 17.3k | Leon is an open-source personal AI assistant that uses real tools, layered memory, and agent-style planning to complete tasks across local and remote AI providers. |
| Rowboat | ★ 15k | Local-first AI coworker that builds a Markdown knowledge graph from your work |
| Eigent | ★ 14.3k | Eigent is an open-source Cowork desktop that builds a custom AI workforce of specialized agents to break down and automate complex tasks on your machine. |
| Microsoft 365 Copilot | — | AI assistant embedded across Word, Excel, Outlook, Teams and other Microsoft 365 apps that drafts, summarizes, and searches over your work data. |