본문으로 건너뛰기

© 2026 Molayo

HN요약2026. 04. 24. 12:48

로컬 기반 AI 동료 Rowboat: 지식 그래프를 구축하고 작업에 활용하는 오픈소스 IDE

요약

Rowboat은 이메일, 회의록 등 사용자의 실제 업무 데이터를 연결하여 장기적인 '지식 그래프(Knowledge Graph)'를 구축하는 로컬 우선(local-first) AI 코워커입니다. 단순히 검색을 통해 임시 컨텍스트를 재구성하는 기존 AI 도구와 달리, 시간이 지날수록 축적되고 관계가 명확한 영구적인 기억을 제공합니다. 이 그래프를 기반으로 프레젠테이션 자료 생성, 회의 준비 브리핑, 문서 초안 작성 등 실제 아티팩트를 만들고 워크플로우를 실행할 수 있습니다. 모든 데이터는 사용자의 로컬 Markdown 볼트에 저장되어

핵심 포인트

  • 이메일 및 회의록을 기반으로 장기적인 지식 그래프를 구축하여, 시간 경과에 따라 축적되는 영구적인 '작업 기억(working memory)'을 제공합니다.
  • 프레젠테이션 자료(PDF), 회의 브리핑, 문서 초안 등 실제 결과물(artifacts) 생성이 가능하며, 모든 과정은 로컬에서 투명하게 관리됩니다.
  • Obsidian과 호환되는 순수 Markdown 형식으로 데이터를 저장하므로, 데이터 소유권이 사용자에게 있으며 외부 종속성이나 잠금 효과가 없습니다.
  • Ollama나 LM Studio 같은 로컬 모델부터 다양한 외부 API(Exa, ElevenLabs 등)까지 유연하게 연결하여 사용할 수 있습니다.

Open-source AI coworker that turns work into a knowledge graph and acts on it

Rowboat connects to your email and meeting notes, builds a long-lived knowledge graph, and uses that context to help you get work done - privately, on your machine.

You can do things like:

  • Build me a deck about our next quarter roadmap
    → generates a PDF using context from your knowledge graph
  • Prep me for my meeting with Alex
    → pulls past decisions, open questions, and relevant threads into a crisp brief (or a voice note)
  • Track a person, company or topic through live notes
    • Visualize, edit, and update your knowledge graph anytime (it’s just Markdown)
    • Record voice memos that automatically capture and update key takeaways in the graph

[Download latest for Mac/Windows/Linux: Download]

To connect Google services (Gmail, Calendar, and Drive), follow Google setup.
To enable voice input and voice notes (optional), add a Deepgram API key in ~/.rowboat/config/deepgram.json
To enable voice output (optional), add an ElevenLabs API key in ~/.rowboat/config/elevenlabs.json
To use Exa research search (optional), add the Exa API key in ~/.rowboat/config/exa-search.json
To enable external tools (optional), you can add any MCP server or use Composio tools by adding an API key in ~/.rowboat/config/composio.json

All API key files use the same format:

{
"apiKey": "<key>"
}

Rowboat is a local-first AI coworker that can:

  • Remember the important context you don’t want to re-explain (people, projects, decisions, commitments)
  • Understand what’s relevant right now (before a meeting, while replying to an email, when writing a doc)
  • Help you act by drafting, summarizing, planning, and producing real artifacts (briefs, emails, docs, PDF slides)

Under the hood, Rowboat maintains an Obsidian-compatible vault of plain Markdown notes with backlinks — a transparent “working memory” you can inspect and edit.

Rowboat builds memory from the work you already do, including:

  • Gmail (email)
  • Google Calendar
  • Rowboat meeting notes or Fireflies

It also contains a library of product integrations through Composio.dev

Most AI tools reconstruct context on demand by searching transcripts or documents.
Rowboat maintains long-lived knowledge instead:

  • context accumulates over time
  • relationships are explicit and inspectable
  • notes are editable by you, not hidden inside a model
  • everything lives on your machine as plain Markdown

The result is memory that compounds, rather than retrieval that starts cold every time.

  • Meeting prep from prior decisions, threads, and open questions
  • Email drafting grounded in history and commitments
  • Docs & decks generated from your ongoing context (including PDF slides)
  • Follow-ups: capture decisions, action items, and owners so nothing gets dropped
  • On-your-machine help: create files, summarize into notes, and run workflows using local tools (with explicit, reviewable actions)

Live notes are notes that stay updated automatically. You can create one by typing '@rowboat' on a note.

  • Track a competitor or market topic across X, Reddit, and the news
  • Monitor a person, project, or deal across web or your communications
  • Keep a running summary of any subject you care about

Everything is written back into your local Markdown vault. You control what runs and when.

Rowboat works with the model setup you prefer:

  • Local models via Ollama or LM Studio
  • Hosted models (bring your own API key/provider)
  • Swap models anytime — your data stays in your local Markdown vault

Rowboat can connect to external tools and services via Model Context Protocol (MCP). That means you can plug in (for example) search, databases, CRMs, support tools, and automations - or your own internal tools.

Examples: Exa (web search), Twitter/X, ElevenLabs (voice), Slack, Linear/Jira, GitHub, and more.

  • All data is stored locally as plain Markdown
  • No proprietary formats or hosted lock-in
  • You can inspect, edit, back up, or delete everything at any time

AI 자동 생성 콘텐츠

본 콘텐츠는 HN AI Engineering의 원문을 AI가 자동으로 요약·번역·분석한 것입니다. 원 저작권은 원저작자에게 있으며, 정확한 내용은 반드시 원문을 확인해 주세요.

원문 바로가기
4

댓글

0