Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
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.
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.

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
@nickgomez: Introducing @OpenKnowledge, the best markdown IDE for humans and agents. Open source. Local and private. LLM-wiki ready…
Introducing OpenKnowledge, an open-source, local and private markdown IDE for humans and AI agents, compatible with Claude, Codex, and other agents.
@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...
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…
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.
@tom_doerr: LLM-maintained personal knowledge base for Obsidian https://github.com/NicholasSpisak/second-brain…
An open-source tool that uses an LLM to automatically compile raw sources into a structured wiki within Obsidian, enabling AI-assisted personal knowledge management.
@neil_xbt: https://x.com/neil_xbt/status/2067083332513395140
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.