Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion

Hacker News Top Tools

Summary

OpenKnowledge is an open source, local-first markdown editor and LLM wiki that integrates with Claude, Codex, and Cursor, offering real-time collaborative AI editing and team sharing via GitHub.

Hi HN, Nick here. We’re launching OpenKnowledge (<a href="https:&#x2F;&#x2F;openknowledge.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openknowledge.ai&#x2F;</a>), a “what you see is what you get” markdown editor that has direct integrations with Claude, Codex, and Cursor. Available as MacOS app or CLI. Fully free&#x2F;local and OSS (<a href="https:&#x2F;&#x2F;github.com&#x2F;inkeep&#x2F;open-knowledge" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;inkeep&#x2F;open-knowledge</a>).<p>We built this because we wanted a “Google docs” like experience for writing and sharing markdown files across our team. Obsidian is the best alternative we tried, but found it doesn’t have a true “what you see is what you get” UI and it didn’t integrate well with Claude&#x2F;Codex outside of community plugins.<p>So we built OpenKnowledge. It takes shape as:<p>1. A MacOS app with a file navigator, the WYSIWYG editor, and link explorer.<p>2. Integrations with the Claude, Codex, and Cursor desktop apps. The agents can open an OpenKnowledge editor within their embedded web browsers for a side-by-side experience.<p>3. Built-in mcps, skills, and RAG for LLM-wiki and “AI Second Brain” scenarios + spec writing<p>4. An embedded terminal and CLI for TUI-first users<p>OSS stack includes: Tiptap&#x2F;prosemirror, CodeMirror, yjs (CRDT), Electron (MacOS app), Orama, remark&#x2F;rehype&#x2F;micromark&#x2F;mdast, @pierre&#x2F;trees<p>On the architecture side, the interesting eng. challenges included:<p>1. A pipeline to convert ProseMirror to markdown in a bidirectional lossless way. ProseMirror uses ASTs, which are not designed to have byte-fidelity.<p>2. A dual-observer CRDT to keep the ProseMirror and markdown state in-sync.<p>The CRDT + git also power a collaborative experience that shows what Agents are doing in the markdown, have undo&#x2F;redo, and version history. The “Share” and cloud-sync functionality are geared for team collaboration. They feel “no-code” but leverage git&#x2F;GitHub under the hood, which also means data stays fully private.<p>In that spirit, we made OpenKnowledge open source for anybody who’s curious or who’d like to contribute.<p>We’re actively thinking about plugins&#x2F;extensibility and what’s next. If you have suggestions or feedback, would love to hear it.
Original Article
View Cached Full Text

Cached at: 06/25/26, 08:13 PM

inkeep/open-knowledge

Source: https://github.com/inkeep/open-knowledge

OpenKnowledge

OpenKnowledge is a beautiful, local-first markdown editor and LLM wiki with integrations for Claude, Codex, and Cursor.

OpenKnowledge editor with an AI agent drafting a launch recap

Available as macOS app or Web app/CLI.

Features

Key highlights:

  • Full WYSIWYG so that editing markdown files feels like editing a Google Doc or Notion page.
  • Collaborative AI-editing with Claude, Codex, and Cursor desktop apps.
  • Out-of-the-box MCP, skills, and templates for LLM Wikis, Agent Second brains, and spec-driven development
  • No-code Team Sharing powered by GitHub and git under the hood
  • Built-in TUI and CLI for terminal users

Docs for general usage: https://openknowledge.ai/docs.

Install

macOS: download the desktop app — open the DMG, drag Open Knowledge to Applications, and launch it. Latest release.

Linux or an Intel Mac: run the same editor as a local web app via the CLI (Windows isn’t supported yet) (Node.js 24+ required):

npm install -g @inkeep/open-knowledge
cd your-project
ok init          # scaffold the project + wire up Claude Code, Cursor, and Codex
ok start --open  # serve the editor and open it in your browser

Contributions

Public pull requests are welcome. When a public PR opens here, automation mirrors it into the internal monorepo for review and merge.

See CONTRIBUTING.md for details.

License

OpenKnowledge is licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later).

Similar Articles

@indie_maker_fox: Sharing an open-source project: OpenKnowledge. You can think of it as an open-source implementation of Obsidian + LLM Wiki in practice. Since large language models became popular, the markdown-based note-taking app Obsidian has gained increasing traction; the concept of LLM Wiki...

X AI KOLs Timeline

OpenKnowledge is an open-source knowledge base tool that combines the note-taking experience of Obsidian with the philosophy of LLM Wiki. It comes with built-in MCP, Skills, Chat, and TUI features, supports Git sync, and can complement Obsidian for efficiently organizing personal knowledge.

@QingQ77: A beautiful Markdown editor + LLM knowledge base, WYSIWYG, with deep integration of AI agents like Claude, Codex, Cursor, etc. Comes with MCP, Skills, and agent search, AI can read and write documents directly in the knowledge base. htt…

X AI KOLs Timeline

OpenKnowledge is a beautiful Markdown IDE with a WYSIWYG editor, deeply integrated with AI agents like Claude, Codex, Cursor. It can be used as an LLM knowledge base, with built-in MCP, Skills, and agent search, supporting local private deployment.

@neil_xbt: https://x.com/neil_xbt/status/2067083332513395140

X AI KOLs Timeline

This article explains how to build a knowledge graph in Obsidian using Claude as an AI engine to find connections, arguing that note-taking systems become more valuable over time when notes are linked, rather than isolated.