원클릭으로
open-notebook
Self-hosted NotebookLM alternative — organize research, chat with content, generate podcasts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Self-hosted NotebookLM alternative — organize research, chat with content, generate podcasts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
In-process vector database for AI applications — embed vector search, hybrid retrieval, and full-text search directly into your application without managing a separate server.
LLM-powered knowledge extraction CLI — transform unstructured text into structured knowledge (graphs, hypergraphs, spatio-temporal graphs) with a single command.
Give your AI agent one-click internet access — Twitter, Reddit, YouTube, GitHub, Bilibili, and more. Zero API fees.
Generate token-efficient CLIs for AI agents by reading API docs and studying community patterns. Prints Go binaries + Claude Code skills + MCP servers.
Terminal AI coding agent with video input, subagents, MCP support, and ACP editor integration
AI-powered code review CLI — deterministic pipelines + LLM agent, battle-tested at Alibaba scale
| name | open-notebook |
| description | Self-hosted NotebookLM alternative — organize research, chat with content, generate podcasts |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["research","knowledge-management","podcast","llm","selfhosted"],"related_skills":["crawl4ai","youtube-content"]}} |
Open-source, privacy-focused alternative to Google NotebookLM. Supports 18+ AI providers, multi-modal content, and podcast generation.
git clone https://github.com/lfnovo/open-notebook
cd open-notebook
cp .env.example .env
# Edit .env to add your AI provider API key
docker compose up -d
# Open http://localhost:8000
Configure in .env or the web UI:
Edit sources.toml to add RSS feeds or URLs for automatic ingestion.
# Check container is running
docker compose ps
# Test the API
curl http://localhost:8000/api/health
# Check web UI
open http://localhost:8000