Skip to content

Releases: AfrozSaqlain/Papr

0.1.1 - 2026-08-11

Choose a tag to compare

@github-actions github-actions released this 11 Aug 19:00

Release Notes

Added

  • Typst Integration: Added Typst compiler support as default and in-built functionality.
  • Enhanced Citation Workflow:
    • Imprt citations directly from online & local library into a project's BibTeX file using Ctrl + F.
    • Citation autocomplete now displays paper titles instead of raw BibTeX keys.
    • Citation importer modal displays author names while preserving author ordering.
  • Dashboard Paper Tracking: Dashboard tracks displayed papers over a 7-day window to guarantee unique paper recommendations.
  • Localized Timestamps: Rendered user-visible timestamps in the local system timezone instead of UTC.

Changed

  • Architecture Refactoring: Cleanly separated papr-core backend logic from TUI presentation layers.
  • Vim Motions & Editor: Expanded Vim motion navigation and improved editor key bindings.

Fixed

  • PDF Navigation: Smoother PDF document scrolling performance.
  • Rendering & Graphics: Resolved UI modal rendering glitches, PDF viewport alignment, and Kitty terminal graphics protocol compatibility.
  • Feed Caching: Prevented empty feed responses from being saved as valid cache entries.

Performance

  • Optimized workspace memory utilization and resource footprint.

Install papr-tui 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AfrozSaqlain/Papr/releases/download/v0.1.1/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.1/papr-tui-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install AfrozSaqlain/tap/papr

Download papr-tui 0.1.1

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

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