Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 02:24

Papr v0.1.0 - Initial Release

Papr is a fast, modern TUI for managing and reading academic papers. Search arXiv, download PDFs, organize your library, take Markdown notes, manage reading queues, write your LaTeX projects (like Overleaf), check your stats (like Spotify), and stay focused, all from your terminal.

Highlights

  • Smart dashboard with 10 random daily paper recommendations from your field of research, reading queue, bookmarks, notes, collections, and research statistics.
  • Search any paper, fast, from arXiv using the title, author, DOI or keywords.
  • In-terminal PDF viewing using ratatui-image.
  • Built-in Markdown notes with live preview for each paper.
  • Add to the reading queue and bookmarks and manage collections to keep your research organized.
  • Integrated LaTeX editor with real-time compilation and preview just like Overleaf (but free).
  • Research analytics to track your reading activity (just like Spotify).
  • Extensible plugin system for custom workflows.

Install papr-tui 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AfrozSaqlain/Papr/releases/download/v0.1.0/papr-tui-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AfrozSaqlain/Papr/releases/download/v0.1.0/papr-tui-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install AfrozSaqlain/tap/papr

Download papr-tui 0.1.0

File Platform Checksum
papr-tui-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
papr-tui-x86_64-apple-darwin.tar.gz Intel macOS checksum
papr-tui-x86_64-pc-windows-msvc.zip x64 Windows checksum
papr-tui-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
papr-tui-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum