arXiv Paper Firehose Screensaver
The arXiv Paper Firehose screensaver scrolls new research papers as they're posted to arXiv, the open preprint server — real papers, key-less, gathered by a background pipeline (arXiv's API doesn't allow direct browser access). It's free, runs in your browser, and ESC exits.
How the arXiv Paper Firehose screensaver works
A background pipeline queries arXiv's public API for the most recently submitted papers in your chosen field, with no key required.
Each paper scrolls through with its real title and author list.
Pick computer science, physics, math or quantitative biology, or leave it on the default.
Readings refresh on the pipeline's schedule, not live tick by tick.
A worked example
Set it to Computer Science and real papers scroll past on everything from machine learning to distributed systems — the actual arXiv submission stream, snapshotted by the pipeline.
Settings & tips
- Field switches which arXiv category feeds the scroll.
- Accent recolours the paper titles.
- Run
automation/run.py arxivfeedon your pipeline machine to refresh the data.
Frequently asked questions
- Is this real research?
- Yes — arXiv is the real preprint server used daily by researchers worldwide; these are genuine submissions.
- Why does it need a pipeline?
- arXiv's API doesn't allow direct browser requests (no CORS), so a small background script fetches it and saves a snapshot the saver loads — no key needed, just a server-side fetch.
- Has it been peer-reviewed?
- Not necessarily — arXiv hosts preprints, shared before or during peer review.
- Is it free?
- Yes — free, no download, in your browser.