| Crates.io | arxiv-cli |
| lib.rs | arxiv-cli |
| version | 1.0.0 |
| created_at | 2026-01-12 11:33:11.414732+00 |
| updated_at | 2026-01-13 10:36:48.994399+00 |
| description | CLI to download papers from arXiv. |
| homepage | |
| repository | https://github.com/AstraBert/arxiv-cli |
| max_upload_size | |
| id | 2037561 |
| size | 96,130 |
Intuitive command-line tool to download the most recent number of papers belonging a specific category from arXiv.
# with npm
npm install @cle-does-things/arxiv-cli
# with cargo
cargo install arxiv-cli
Check installation:
arxiv-cli --help
arxiv-cli [OPTIONS] --category <CATEGORY>
Options:
-q, --query <QUERY>: Keyword-based query to use when searching arXiv (required)-l, --limit <LIMIT>: The maximum number of papers to fetch (default: 5)-p, --pdf: Fetch and save the PDF of each paper-s, --summary: Save the summary of each paper as a .txt file--no-metadata: Disable fetching and saving metadata to a .jsonl file-h, --help: Print help information-V, --version: Print version information