Scripts2026年7月20日·1 分钟阅读

Open Notebook — Self-Hosted NotebookLM Alternative

An open-source implementation of Google NotebookLM with more flexibility, supporting multiple LLM providers and local-first knowledge management.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Open Notebook
直接安装命令
npx -y tokrepo@latest install 7235973a-8418-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Open Notebook is an open-source alternative to Google NotebookLM that lets you upload documents, generate audio overviews, and chat with your sources using any LLM provider. It gives you full control over your data and model choices while offering the same core research workflow.

What Open Notebook Does

  • Upload PDFs, web pages, and text to build a personal knowledge base
  • Generate podcast-style audio summaries from your sources
  • Chat with your documents using RAG-powered Q&A
  • Connect to multiple LLM backends including OpenAI, Anthropic, and local models
  • Organize research into notebooks with tagging and search

Architecture Overview

Open Notebook runs as a containerized web application with a TypeScript frontend and Python backend. It uses vector embeddings stored in a local database for retrieval-augmented generation, a task queue for async audio generation, and a pluggable LLM adapter layer that routes requests to your configured provider.

Self-Hosting & Configuration

  • Deploy with Docker Compose on any Linux server or local machine
  • Configure LLM provider API keys in the .env file
  • Set up object storage for uploaded documents and generated audio
  • Supports PostgreSQL with pgvector for embedding storage
  • Optionally enable authentication for multi-user deployments

Key Features

  • Provider-agnostic: swap between OpenAI, Anthropic, Ollama, or any OpenAI-compatible API
  • Audio overview generation turns documents into listenable podcast episodes
  • Local-first architecture keeps all data on your own infrastructure
  • Notebook-based organization groups related sources and conversations
  • Extensible plugin system for custom document processors

Comparison with Similar Tools

  • Google NotebookLM — cloud-only, limited to Google's models, no self-hosting option
  • AnythingLLM — broader scope but less focused on the research notebook workflow
  • Khoj — AI second brain with search, but lacks audio overview generation
  • RAGFlow — focuses on document parsing and RAG, less emphasis on notebook UX

FAQ

Q: Which LLM providers are supported? A: OpenAI, Anthropic, Google, Ollama, and any OpenAI-compatible endpoint. Configure via environment variables.

Q: Can I run it fully offline? A: Yes, pair it with a local model through Ollama and all processing stays on your machine.

Q: What file formats can I upload? A: PDF, DOCX, plain text, Markdown, and web URLs. The parser pipeline is extensible.

Q: How does audio generation work? A: It synthesizes a conversational summary of your sources using TTS, producing a podcast-style overview you can listen to.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产