بنقرة واحدة
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