Search arXiv from your terminal and get beautiful HTML results you can read or copy-paste into ChatGPT/Claude.
No more hallucinated papers — everything is real, straight from arXiv.
pip install git+https://github.com/peterdunson/renderarxiv.gitThat's it!
renderarxiv "transformer attention mechanism"Opens a beautiful HTML page in your browser with:
- 👤 Human view — clean paper cards with abstracts, authors, PDF links
- 🤖 LLM view — formatted text ready to copy into AI assistants
Get more/fewer results:
renderarxiv "quantum computing" --max-results 15Ranking modes:
renderarxiv "deep learning" --mode recent # Newest papers renderarxiv "neural networks" --mode relevant # Best text match renderarxiv "language models" --mode semantic # Smart semantic matchingDefault is balanced (mix of relevance + recency).
Filter by category:
renderarxiv "object detection" --category cs.CV # Computer Vision only renderarxiv "optimization" --category math.OC # Math onlyCommon categories: cs.LG (ML), cs.AI (AI), cs.CL (NLP), cs.CV (Vision), cs.RO (Robotics)
Save to file:
renderarxiv "diffusion models" -o papers.html --no-open# Latest ML research renderarxiv "large language models" --category cs.LG --mode recent # Find a specific paper renderarxiv "attention is all you need" --mode relevant # Explore robotics renderarxiv "robot manipulation" --category cs.RO --max-results 20 # Deep semantic search renderarxiv "few-shot learning" --mode semantic- Search for papers:
renderarxiv "your topic" --max-results 10 - Click the 🤖 LLM button in your browser
- Copy the text (Ctrl+A, Ctrl+C)
- Paste into ChatGPT/Claude: "Summarize these papers and identify key trends"
Now your AI has real citations, not hallucinations!
Computer Science:
cs.AI— Artificial Intelligencecs.CL— Natural Language Processingcs.CV— Computer Visioncs.LG— Machine Learningcs.RO— Roboticscs.CR— Securitycs.SE— Software Engineering
Math/Stats:
math.OC— Optimizationstat.ML— Statistics/ML
Physics:
quant-ph— Quantum Physics
Full list: https://arxiv.org/category_taxonomy
- ✅ No hallucinated papers
- ✅ Direct PDF download links
- ✅ Beautiful, readable output
- ✅ LLM-ready formatted text
- ✅ Fast (uses official arXiv API)
- ✅ Filter by research area
- ✅ Multiple ranking modes
git clone https://github.com/peterdunson/renderarxiv.git cd renderarxiv pip install -e .MIT © 2025
- rendergit by Andrej Karpathy
- renderscholar
- renderstack
