AI-Powered Research Paper Analysis and Management System
Project description
ArionXiv
A command-line interface for discovering, analyzing, and interacting with research papers from arXiv.
Installation
pip install arionxiv
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
First Run - Start with Welcome
The first command you should always run is:
arionxiv welcome
This will display the welcome screen and guide you through the initial setup.
Create an Account
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. Paper Search
Search arXiv with relevance scoring and filtering.
arionxiv search "transformer architecture"
arionxiv search "reinforcement learning" --max-results 20
2. Paper Analysis
AI-powered deep analysis of research papers. Access this feature by searching for a paper and selecting "Analyze" from the results menu.
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
arionxiv chat 2301.00001
Features:
- Context-aware responses using paper content
- Session persistence across restarts
- Chat history (last 8 Q&A pairs) on resume
- Cached embeddings for instant session loading
4. Personal Library
Save papers and manage your research collection.
arionxiv library
arionxiv settings papers
5. Daily Dose
Personalized daily paper recommendations based on your research interests.
arionxiv daily
arionxiv daily --run
arionxiv daily --view
Configure schedule and preferences:
arionxiv settings daily
6. Trending Papers
Discover trending research topics and papers.
arionxiv trending
7. Themes
Customizable terminal interface with multiple color themes.
arionxiv settings theme
Available themes: cyan, green, magenta, yellow, red, blue, white
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 (Gemini, Groq, HuggingFace)
arionxiv settings preferences # Research preferences
arionxiv settings daily # Daily dose schedule
arionxiv settings papers # Manage saved papers
Self-Hosting (For Developers Only)
Note: Regular users do NOT need to self-host. ArionXiv automatically connects to our hosted backend service. This section is only for developers who want to run their own backend infrastructure.
If you want to use your own APIs and LLM providers, set the following using command "arionxiv settings api":
| Variable | Description |
|---|---|
OPENROUTER_API_KEY |
OpenRouter API key for LLM |
JWT_SECRET_KEY |
Authentication secret |
GEMINI_API_KEY |
Google Gemini embeddings (optional) |
GROQ_API_KEY |
Fallback LLM provider (optional) |
Alternative Invocation
If the arionxiv command is not available:
python -m arionxiv <command>
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.34.tar.gz.
File metadata
- Download URL: arionxiv-1.0.34.tar.gz
- Upload date:
- Size: 185.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b432fa9be30934e08b9ad437e1678f978198bc5f54bd93c64b20b2d860b8205
|
|
| MD5 |
2ed2a31640332b47f2c28992c82f5c5d
|
|
| BLAKE2b-256 |
c1a414b591727f2e35942de8ecb424e95b20579666006352a9eb2ddb26764956
|
File details
Details for the file arionxiv-1.0.34-py3-none-any.whl.
File metadata
- Download URL: arionxiv-1.0.34-py3-none-any.whl
- Upload date:
- Size: 209.4 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 |
cfcc7f45ac65e38917344abf613f825fab1aaecc5855dfc2169a6379d85781ea
|
|
| MD5 |
0e188f6c760d326a561e8914b8953928
|
|
| BLAKE2b-256 |
36160cc1fef7d5af52407a0c5d3167c10617f111424b1cd1eb5a5f2294e383cc
|