arrow_backBack to news feed
Product UpdatesPublished: June 26, 2026

OpenKnowledge: An Open-Source, AI-First Markdown Editor with Claude/Codex Integration Takes on Obsidian and Notion

Reported by llmdb News Desk

Executive Summary

"OpenKnowledge is a new open-source (GPL-3.0) local-first markdown editor and LLM wiki that integrates with Claude, Codex, and other AI tools, offering an Obsidian/Notion alternative."

Background & Context§

The knowledge management space has long been dominated by proprietary giants like Notion and Obsidian. While Obsidian offers a local-first markdown experience, its AI capabilities are limited to community plugins. Notion provides a robust collaboration platform but stores data in the cloud and lacks native LLM integration. Enter OpenKnowledge, an open-source project from Inkeep that aims to bridge the gap between personal knowledge bases and large language models. By combining a beautiful markdown editor with an LLM wiki that can interface with Claude, Codex, and other harnesses, OpenKnowledge targets developers and power users who want full control over their data and AI workflows. The name itself hints at its mission: making knowledge open and AI-first.

The News: What Happened Exactly§

On March 24, 2025, Inkeep officially launched OpenKnowledge on GitHub, immediately capturing the community's attention with a Show HN post. OpenKnowledge is described as a "beautiful, local-first markdown editor and LLM wiki" that supports integrations for Claude, Codex, and other harnesses—likely a typo for "harnesses" or a reference to model harnesses (e.g., LM eval harness). The project is available as a macOS desktop app and as a web app/CLI for Linux, Windows, and Intel Mac.

For macOS users, the installation process is straightforward: download the DMG from the releases page, drag OpenKnowledge to Applications, and launch it. Linux, Windows, and Intel Mac users must run the editor as a local web app via the CLI. The CLI requires Node.js version 24 or higher, which is notably bleeding-edge (Node.js 24 is currently in its 2025 release cycle). Installation is done via npm:

npm install -g @inkeep/open-knowledge
cd your-project
ok init
ok start --open

The ok init command scaffolds the project and wires up integrations with Claude Code, Cursor, and Codex. The ok start --open command serves the web editor and opens it in the default browser.

OpenKnowledge is licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later), ensuring it remains free and open source. Contributions are welcome via public pull requests on GitHub; when a PR is opened, automation mirrors it into Inkeep's internal monorepo for review and merge (see CONTRIBUTING.md for details).

The documentation is available at openknowledge.ai/docs, though the site was partially unreachable at the time of writing due to a loading error.

The core value proposition is two-fold: first, it provides a polished, local-first markdown editing experience akin to Obsidian but with native AI integration. Second, it acts as an "LLM wiki," meaning it can use the content within your local knowledge base as context for LLM interactions—similar to how a RAG system works but entirely offline and private. By integrating directly with tools like Claude Code (Anthropic's coding assistant) and Codex (GitHub's AI coding tool), OpenKnowledge positions itself as a developer-centric knowledge base that augments AI coding workflows.

Historical Parallels & Similar Incidents§

OpenKnowledge is far from the first attempt to merge local note-taking with LLMs. A notable precursor is Obsidian, which launched its Canvas feature in 2022 and later introduced Obsidian AI through a plugin ecosystem. However, Obsidian's AI capabilities are fragmented and depend on third-party plugins that may not be tightly integrated. Another parallel is Notion AI, which debuted in 2022 as a suite of AI writing and summarization tools. Notion AI operates entirely on the cloud, raising privacy concerns for sensitive knowledge bases. OpenKnowledge distinguishes itself by being fully local-first and open source, with no cloud dependency.

A more direct (perhaps failed) predecessor is Roam Research, which introduced block-level references and bi-directional linking in 2018. Roam was praised for its knowledge graph capabilities but criticized for its reliance on cloud storage and slow performance. Roam's later attempt to add AI features (like RoamAI) struggled to gain traction. However, Roam remains proprietary and closed-source, limiting community contributions.

Perhaps the most instructive parallel is Joplin, an open-source note-taking app with markdown support and synchronization options. Joplin has a plugin system for AI but lacks the deep LLM integration that OpenKnowledge offers out of the box. Joplin's development has been steady but incremental, and it has not achieved the mainstream appeal of Obsidian or Notion. This suggests that open-source note-taking apps need a killer feature—such as native LLM integration—to compete with established players.

Another relevant historical event is the rise of LocalAI and Ollama in 2023–2024, which made it possible to run LLMs locally on consumer hardware. These tools enabled local RAG pipelines that could index personal documents. However, they required significant manual setup and lacked a polished UI. OpenKnowledge appears to learn from this by bundling an editor and LLM harness into a single streamlined application.

Finally, the news recalls the launch of GitHub Copilot Chat in 2023, which integrated AI into the coding environment. Codex and Claude Code are natural successors, and OpenKnowledge's ability to wire up with these tools at initialization time suggests a deliberate strategy to capture the developer workflow niche. The lesson from similar incidents is that integration with existing developer tooling is critical for adoption—something OpenKnowledge addresses by supporting multiple AI harnesses and IDEs from the start.

In summary, OpenKnowledge enters a market that has seen both successes (Obsidian, Notion) and stumbles (Roam, Joplin's slow growth). Its key differentiators are the GPL-3.0 license, local-first architecture, and explicit, native integration with frontier LLMs like Claude and Codex. Whether it can sustain momentum and build a community remains to be seen, but the combination of open development, privacy, and AI-first design is timely.

SHARE NEWS: