Source-grounded, bilingual, local-first AI note taker. Turn documents, web pages, recordings, videos and YouTube links into structured notes where every bullet cites the exact source chunk it came from — so you can verify, edit and reuse notes instead of trusting a black box.
Find us on Product Hunt: Lynote on Product Hunt Open source (MIT): github.com/lynote-ai/lynote-notes
AI note tools usually give you a summary you cannot check. If a note says "BM25 is used for retrieval", you should be able to click through to the sentence that said it. Lynote Notes makes traceability the default contract: notes are generated from your sources, and every claim links back to a chunk — including a timestamp for audio and video.
git clone https://github.com/lynote-ai/lynote-notes.git
cd lynote-notes
pip install -e .
lynote-notes add lecture.md
lynote-notes add https://example.com/post
lynote-notes note --title "Weekly reading"
lynote-notes ask "What did we decide about pricing?"
lynote-notes export --note note_xxx --format anki --out cards.tsv
Optional extras add more source types:
pip install -e ".[pdf]" # PDF (pypdf)
pip install -e ".[docx]" # Word documents
pip install -e ".[media]" # audio/video transcription (faster-whisper)
pip install -e ".[youtube]" # YouTube captions (yt-dlp)
Five small stages, one traceable pipeline:
MIT. See the repository for source and license notices.
5 commits
Source-grounded, bilingual, local-first AI note taker. Turn documents, web pages, recordings, videos and YouTube links into structured notes where every bullet cites the exact source chunk it came from — so you can verify, edit and reuse notes instead of trusting a black box.
Find us on Product Hunt: Lynote on Product Hunt Open source (MIT): github.com/lynote-ai/lynote-notes
AI note tools usually give you a summary you cannot check. If a note says "BM25 is used for retrieval", you should be able to click through to the sentence that said it. Lynote Notes makes traceability the default contract: notes are generated from your sources, and every claim links back to a chunk — including a timestamp for audio and video.
git clone https://github.com/lynote-ai/lynote-notes.git
cd lynote-notes
pip install -e .
lynote-notes add lecture.md
lynote-notes add https://example.com/post
lynote-notes note --title "Weekly reading"
lynote-notes ask "What did we decide about pricing?"
lynote-notes export --note note_xxx --format anki --out cards.tsv
Optional extras add more source types:
pip install -e ".[pdf]" # PDF (pypdf)
pip install -e ".[docx]" # Word documents
pip install -e ".[media]" # audio/video transcription (faster-whisper)
pip install -e ".[youtube]" # YouTube captions (yt-dlp)
Five small stages, one traceable pipeline:
MIT. See the repository for source and license notices.
5 commits