Read research papers on your Mac. Keep them in your library. Take them to Kindle.
Download v0.0.1 for Mac
Apple Silicon · macOS 26 or newer · Unsigned preview
LocalXiv turns arXiv and alphaXiv links into a local paper library, with a built-in reader, optional AI overviews, and EPUB export.
Your library stays on your Mac, and API keys are stored in macOS Keychain. AI features are optional; generating an overview sends paper text to your configured provider.
Download the v0.0.1 DMG, open it, and drag LocalXiv into Applications. It targets Apple Silicon on macOS 26 or newer and bundles the conversion tools, so no Terminal setup is needed.
This is an unsigned preview: Apple Developer ID signing and notarization are pending, so macOS may block it on first launch. Source archives, checksums, and known limitations are on the release page. See the macOS release guide for build and update details.
Install Apple Command Line Tools with xcode-select --install if needed. The installer compiles a small native macOS window using AppKit and WebKit; it does not require Electron. Install the conversion tools and JavaScript dependencies, then create the app bundle:
brew install python pandoc latexml librsvg ghostscript epubcheck node
cd /path/to/arxiv-paper-to-kindle
npm ci --ignore-scripts --omit=dev
./install-app.sh
open "$HOME/Applications/LocalXiv.app"
Conversion depends on the paper's source and LaTeX template. Check figures, equations, and references when fidelity matters; the original PDF remains available when conversion falls back.
LocalXiv's original source is licensed under AGPL-3.0-or-later. Third-party components retain their own licenses; see NOTICE.
45 commits
Python
59.5%
JavaScript
18.6%
HTML
18.5%
Swift
1.6%
Read research papers on your Mac. Keep them in your library. Take them to Kindle.
Download v0.0.1 for Mac
Apple Silicon · macOS 26 or newer · Unsigned preview
LocalXiv turns arXiv and alphaXiv links into a local paper library, with a built-in reader, optional AI overviews, and EPUB export.
Your library stays on your Mac, and API keys are stored in macOS Keychain. AI features are optional; generating an overview sends paper text to your configured provider.
Download the v0.0.1 DMG, open it, and drag LocalXiv into Applications. It targets Apple Silicon on macOS 26 or newer and bundles the conversion tools, so no Terminal setup is needed.
This is an unsigned preview: Apple Developer ID signing and notarization are pending, so macOS may block it on first launch. Source archives, checksums, and known limitations are on the release page. See the macOS release guide for build and update details.
Install Apple Command Line Tools with xcode-select --install if needed. The installer compiles a small native macOS window using AppKit and WebKit; it does not require Electron. Install the conversion tools and JavaScript dependencies, then create the app bundle:
brew install python pandoc latexml librsvg ghostscript epubcheck node
cd /path/to/arxiv-paper-to-kindle
npm ci --ignore-scripts --omit=dev
./install-app.sh
open "$HOME/Applications/LocalXiv.app"
Conversion depends on the paper's source and LaTeX template. Check figures, equations, and references when fidelity matters; the original PDF remains available when conversion falls back.
LocalXiv's original source is licensed under AGPL-3.0-or-later. Third-party components retain their own licenses; see NOTICE.
45 commits
Python
59.5%
JavaScript
18.6%
HTML
18.5%
Swift
1.6%