Analysis updated 2026-05-18
Run a single command to generate a full literature review on a research topic.
Search across arXiv, PubMed, Semantic Scholar, and other academic databases at once.
Export research findings as Markdown, HTML, PDF, or Obsidian notes.
Try a lightweight version of the search in a browser without installing anything.
| chb-learner/paperpilot | 410979729/scope-recall | arahim3/mlx-dspark | |
|---|---|---|---|
| Stars | 33 | 33 | 33 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | researcher | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an OpenAI-compatible LLM API key configured before first use.
PaperPilot is a command line research agent built for reviewing scientific literature in fields such as artificial intelligence, biomedicine, and AI for science. A user gives it one research request in plain language, and it builds a full workflow around that request: it writes a search plan with rules for what papers to include or exclude, queries many literature databases at once, removes duplicates, and sorts papers into core, adjacent, and excluded groups. It checks whether each paper's link, PDF, or code is actually reachable, without bypassing any paywalls. Once the screening is done, PaperPilot pulls together the evidence into a report, written in both Chinese and English, with numbered citations tied back to specific sources. Reports come out as Markdown, HTML, and PDF files, and can also be exported to Obsidian as linked notes covering papers, methods, topics, and claims. Every run is saved in its own folder with logs and intermediate files, so the process can be inspected or resumed later. The default free sources include arXiv, Semantic Scholar, OpenAlex, Crossref, OpenReview, PubMed, Europe PMC, bioRxiv, medRxiv, DBLP, ACL Anthology, and Papers.cool. Paid sources with their own API keys, such as IEEE Xplore, Springer Nature, Elsevier, Dimensions, and Lens.org, can be added for wider coverage. The tool also has an interactive shell with commands like /model to switch between language model profiles, /sources to check which databases are working, and /doctor to run a quick health check. There is also a lighter online demo running on Cloudflare Workers, which lets someone try a smaller version of the search and download a basic Markdown or HTML report from public paper metadata, without installing anything. The full command line version is the complete tool, meant for screened collections of papers, full text handling, and generating the bilingual PDF reports. To use PaperPilot, you install it with pip and connect it to any OpenAI-compatible language model by editing a configuration file that is created automatically the first time it runs. The project is written in Python and is aimed at researchers who want a repeatable, traceable way to build literature reviews instead of doing it by hand.
A command line research agent that turns one research request into a full literature review, searching many academic databases and producing a bilingual evidence-based report.
Mainly Python. The stack also includes Python, CLI, OpenAI-compatible LLM.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.