메뉴
HN
Hacker News 33일 전

오픈소스 노션/옵시디언 대체, '오픈노리지'

IMP
7/10
핵심 요약

오픈소스 기반의 로컬 우선 마크다운 에디터이자 LLM 위키인 '오픈노리지(OpenKnowledge)'가 공개되었습니다. 노션과 같은 위지윅 환경을 제공하면서 클로드, 커서 등 AI 도구와의 협업을 통해 에이전트 제2의 두뇌로 활용할 수 있다는 것이 핵심입니다. 개발자와 지식 관리를 중시하는 실무자들에게 획기적인 대안이 될 수 있습니다.

번역된 본문

OpenKnowledge (오픈노리지)

OpenKnowledge는 아름다운 로컬 우선(Local-first) 마크다운 에디터이자 Claude, Codex, Cursor와 연동되는 LLM 위키입니다. macOS 앱 또는 웹 앱/CLI로 사용할 수 있습니다.

주요 기능 핵심 하이라이트:

  • 완벽한 WYSIWYG(위지윅)를 지원하여 마크다운 파일을 구글 독스나 노션(Notion) 페이지를 편집하는 것처럼 쉽게 작성할 수 있습니다.
  • Claude, Codex, Cursor 데스크톱 앱을 통한 협업형 AI 편집 기능을 지원합니다.
  • LLM 위키, 에이전트를 위한 제2의 두뇌(Second brain), 사양 기반 개발(spec-driven development)을 위한 개발 즉시 사용 가능한 MCP, 스킬(Skills), 템플릿을 제공합니다.
  • 깃허브(GitHub) 및 Git 기반으로 작동하는 노코드(No-code) 팀 공유 기능
  • 터미널 사용자를 위한 내장 TUI 및 CLI 지원

일반 사용법 문서: https://openknowledge.ai/docs

설치 방법 macOS: 데스크톱 앱을 다운로드하세요. DMG 파일을 열고 Open Knowledge를 '응용 프로그램(Applications)' 폴더로 드래그한 뒤 실행하면 됩니다. 최신 릴리스 버전을 지원합니다.

Linux 또는 인텔 Mac: CLI를 통해 로컬 웹 앱으로 동일한 에디터를 실행할 수 있습니다 (현재 Windows는 지원되지 않음, Node.js 24+ 필요):

npm install -g @inkeep/open-knowledge 
cd your-project 
ok init # 프로젝트를 초기화하고 Claude Code, Cursor, Codex와 연동 설정 
ok start --open # 에디터를 실행하고 브라우저에서 엽니다

기여 공개 풀 리퀘스트(Pull Request)를 환영합니다. 공개 PR이 열리면 자동화 시스템이 이를 내부 모노레포로 복사하여 검토 및 병합을 진행합니다.자세한 내용은 CONTRIBUTING.md를 참고하세요.

라이선스 OpenKnowledge는 GNU General Public License v3.0 이상(GPL-3.0-or-later) 라이선스를 따릅니다.

원문 보기
원문 보기 (영어)
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 ).