AI-Powered Research Paper Analysis and Management System
Project description
[!NOTE] Let's face it, nobody has the bandwidth, nor the patience to go through entire papers every single day.
But that doesn't mean you will have to miss out on all these interesting launches everyday!
Use ArionXiv, automate it! Its absolutely FREE for all!
Installation
pip install arionxiv
[!IMPORTANT] If the command is not found after installation, add Python scripts to PATH:
Windows (PowerShell):
python -c "import sysconfig; p=sysconfig.get_path('scripts'); import os; os.system(f'setx PATH \"%PATH%;{p}\"')"
macOS / Linux:
echo "export PATH=\"\$PATH:$(python3 -c 'import sysconfig; print(sysconfig.get_path(\"scripts\"))')\"" >> ~/.bashrc && source ~/.bashrc
Getting Started
Welcome to ArionXiv
[!IMPORTANT] The first command you should always run is this, it'll display the welcome screen and guide you through the initial setup.:
arionxiv welcome
Create an Account
[!IMPORTANT] First-time users must create an account to use ArionXiv:
arionxiv register # Create a new account (required for first-time users)
arionxiv login # Login to existing account
Once registered, you can access all features including paper search, AI analysis, chat, and personalized recommendations.
That's it. No API keys or configuration required.
Features
1. Daily Dose of AI
Configure your keywords, time, and number of papers (max 10) - and you'll have analysis of all these papers ready for you the next time you come in.
(I use it to run analysis overnight, so I can quickly skim through the papers in the morning.)
arionxiv daily
arionxiv daily --run
arionxiv daily --dose
Configure schedule and preferences:
arionxiv settings daily
2. Paper Analysis
Get exhaustive analysis on the paper.
arionxiv search "transformer architecture"
# Select a paper → Choose "Analyze"
3. Chat with Papers
Interactive RAG-based Q&A with any paper. Supports session persistence and history.
arionxiv chat
Features:
- Context-aware responses using paper content
- Chat history maintained indefinitely
- Chat session persisted for 24 hours for reuse
- Chat history also persisted for reuse
4. Personal Library
Save papers and manage your research collection.
arionxiv library
arionxiv settings papers
6. Trending Papers
Discover trending research topics and papers.
arionxiv trending
[!NOTE] Feature coming soon...!
7. Themes
Customizable terminal interface with multiple color themes.
arionxiv settings theme
Command Reference
| Command | Description |
|---|---|
arionxiv welcome |
Welcome screen (run this first!) |
arionxiv |
Main menu |
arionxiv search <query> |
Search for papers (with analyze option) |
arionxiv chat [paper_id] |
Interactive RAG chat with papers |
arionxiv daily |
Daily personalized recommendations |
arionxiv trending |
Discover trending topics |
arionxiv library |
View saved papers |
arionxiv settings |
Configuration menu |
arionxiv register |
Create new account |
arionxiv login |
Login to existing account |
arionxiv session |
Check authentication status |
arionxiv --help |
Show all commands |
Configuration
Settings Commands
arionxiv settings show # View all settings
arionxiv settings theme # Change color theme
arionxiv settings api # Configure optional API keys (OpenRouter, Gemini, Groq)
arionxiv settings preferences # Research preferences
arionxiv settings daily # Daily dose schedule
arionxiv settings papers # Manage saved papers
Self-Hosting
[!NOTE] Note: Regular users do NOT need to self-host. ArionXiv automatically connects to our hosted backend service. This section is only for people who want to run models through their own APIs.
Using command "arionxiv settings api":
| Variable | Description |
|---|---|
OPENROUTER_API_KEY |
OpenRouter API key for LLM |
GEMINI_API_KEY |
Google Gemini embeddings (optional) |
GROQ_API_KEY |
Fallback LLM provider (optional) |
[!IMPORTANT] Don't get freaked out by the python libraries getting installed! It's completely normal.
[!WARNING] The application is built in a way that it will work perfectly given all the packages have been installed correctly. In case you observe any inconsistencies/warnings, it could either be some packages didn't get installed correctly, or there might have been an outdated version of the same existing in your system.
Links
- PyPI: https://pypi.org/project/arionxiv/
- GitHub: https://github.com/ArionDas/ArionXiv
- Issues: https://github.com/ArionDas/ArionXiv/issues
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arionxiv-1.0.39.tar.gz.
File metadata
- Download URL: arionxiv-1.0.39.tar.gz
- Upload date:
- Size: 187.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46fb21bdc3fcda2bd13d1df1a186c3cf72729912814ef8e4b268c4ac2fc82276
|
|
| MD5 |
076d6490ffff0e2ef0ba42c76756377d
|
|
| BLAKE2b-256 |
9f3dd440f9708987d0228ea2f6a8500a7f94ed9d420f1e2fa0d14809ddc74013
|
File details
Details for the file arionxiv-1.0.39-py3-none-any.whl.
File metadata
- Download URL: arionxiv-1.0.39-py3-none-any.whl
- Upload date:
- Size: 210.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4096ec856614bd9b89807c4f9426e83eea54f8e45571132c485b751cdbda4adb
|
|
| MD5 |
541760d1155a094e668274675bd10b29
|
|
| BLAKE2b-256 |
1b3a44517e379910f0b3b8a907133dfe05fb6c92bb28d9e6da294b9541c51c63
|