A native macOS literature manager for CS researchers.
Organize papers, annotate with cross-references, and generate
Related Works sections — powered by local or cloud AI.
@cross-reference annotations.relatedworks filesrelatedworks:// URIsRequires macOS 13+. Use Ollama locally or a Gemini API key.
Paper detail view — annotations with @cross-reference linking and live cross-reference navigation
Drop a PDF — AI extracts title, authors, abstract, and suggests a semantic ID automatically
One-click Related Works generation — LaTeX-ready output synthesized from your annotations
BibTeX export — fetched from DBLP or auto-generated, ready to paste into your .bib file
RelatedWorks ships a full interactive TUI — perfect for keyboard-driven workflows, SSH sessions, or when you prefer staying in the terminal. The TUI shares all data with the GUI in real time.
$ ./relatedworks-tui # bundled in release zip ┌──────────────────────────────────────────────────┐ │ RelatedWorks — Projects │ ├──────────────────────────────────────────────────┤ │ › [a1b2c3d4] My Survey Paper (5 papers) │ │ [e5f6a7b8] LLM Efficiency Study 3 papers │ ├──────────────────────────────────────────────────┤ │ ↑↓ navigate Enter select q quit │ └──────────────────────────────────────────────────┘ # Press / to search papers live inside a project ┌──────────────────────────────────────────────────┐ │ My Survey Paper [/bert_] │ ├──────────────────────────────────────────────────┤ │ › [@BERT] BERT: Pre-training of Deep... (2019) │ │ [@RoBERTa] RoBERTa: A Robustly Optimized… │ ├──────────────────────────────────────────────────┤ │ type to filter Esc clear Enter/↑↓ navigate │ └──────────────────────────────────────────────────┘