"Universal access to knowledge is a collective responsibility. Sustainability fuels the mission."
pdfreaderX is a high-performance, institutional-grade PDF document platform engineered for the modern web. It provides a specialized, privacy-centric environment for reading, annotating, and listening to PDF documents with advanced text-to-speech capabilities.
| Feature | Description |
|---|---|
| ๐ด Offline Mode | Read PDFs without internet after first load |
| ๐ฑ PWA | Install as native app on any device |
| ๐ Local Default PDF | Built-in motivational quotes document |
| ๐ Continuous Reading | Automatically reads through entire PDF, page by page |
| ๐พ Audio Export | Save TTS audio as MP3 (Google/OpenAI providers) |
| ๐จ๏ธ Print Support | Print current page via browser dialog |
| ๐ฅ๏ธ Electron Desktop | Windows .exe installer |
| ๐ Bug Fixes | Thumbnail quality, thumbnail rendering improvements |
| Type | File | Size |
|---|---|---|
| Installer | PDFReaderX Setup 1.0.1.exe | ~120 MB |
Access the pdfreaderX web app directly at: pdfreaderx.itforsec.com/
- 3 TTS Providers: Browser (free), OpenAI (ultra-realistic), Google Neural2 (free tier)
- Continuous Mode: Auto-reads all pages sequentially
- Audio Export: Download generated audio as MP3
- Speed Control: Adjustable rate (0.25x - 4.0x)
- Voice Selection: Multiple voices per provider
- ๐ High-fidelity PDF.js rendering
- ๐ Zoom (10% - 500%) + rotation (90ยฐ increments)
- ๐ Page navigation (prev/next + jump to page)
- ๐ Search through entire document
- ๐ผ๏ธ Thumbnail sidebar
- ๐ Bookmarks with localStorage persistence
- ๐จ๏ธ Print support
- ๐ Zero Tracking: No analytics, no telemetry
- ๐ป Local Processing: PDF.js worker runs locally
- ๐ API Keys: Stored on-device only
- ๐ No External Servers: Keys go directly to OpenAI/Google
- ๐ฑ Installable: Add to home screen on any device
- ๐ด Offline: Works without internet after first load
- ๐ Auto-Update: Service worker updates in background
| Platform | Status | Description |
|---|---|---|
| ๐ Web | โ | PWA installable |
| ๐ช Windows | โ | .exe installer |
| ๐ macOS | ๐ | Build config ready |
| ๐ง Linux | ๐ | Build config ready |
| ๐ฑ iOS/Android | โ | Responsive |
# Install dependencies
npm install
# Start development server
npm run dev
# Open http://localhost:5173# Build for production
npm run build
# Output: dist/ folder# Development mode
npm run electron:dev
# Build Windows installer
npm run electron:build
# Output: release/PDFReaderX Setup 1.0.1.exe| Provider | Quality | Cost | Audio Export |
|---|---|---|---|
| Browser | Good | Free | โ |
| OpenAI | Ultra-realistic | Pay-per-use | โ |
| Neural2 | Free tier | โ |
OpenAI (https://platform.openai.com/api-keys)
- Model: tts-1
- Cost: ~$0.003/1,000 characters
- Voices: alloy, echo, fable, onyx, nova, shimmer
Google Cloud (https://cloud.google.com/text-to-speech)
- Free tier: 4M characters/month
- Premium: $4/1M characters
- Voices: Neural2 (18 languages)
pdfreaderX/
โโโ src/
โ โโโ components/
โ โ โโโ Controls/
โ โ โ โโโ Toolbar.tsx # Main toolbar
โ โ โ โโโ VoicePanel.tsx # TTS controls
โ โ โโโ PDFViewer.tsx # PDF rendering
โ โ โโโ Sidebar.tsx # Navigation
โ โ โโโ Thumbnail.tsx # Page thumbnails
โ โ โโโ Settings/
โ โ โโโ SettingsModal.tsx # Settings
โ โโโ hooks/
โ โ โโโ useSpeech.ts # TTS logic
โ โโโ store/
โ โ โโโ usePdfStore.ts # Zustand state
โ โโโ App.tsx # Main app
โโโ electron/
โ โโโ main.cjs # Electron main
โ โโโ preload.cjs # Preload script
โโโ dist/ # Built web files
โโโ release/ # Built executables
โโโ package.json
โโโ vite.config.ts
โโโ README.md
| Issue | Status | Workaround |
|---|---|---|
| Large PDFs (>50MB) | Use local files | |
| Browser TTS export | โ Not supported | Switch to Google/OpenAI |
| Print formatting | Adjust zoom before print | |
| Shared devices | Clear localStorage |
- Error boundaries for better error handling
- Keyboard shortcuts (arrow keys for navigation)
- Recent files history
- Dark mode toggle
- Table of Contents extraction (PDF outline)
- Persistent text highlights/annotations
- Multi-page audio batch export
- Custom page range selection
- Local LLM via Ollama for Q&A
- Transformers.js summarization
- RAG-based semantic search
- Auto-summarize pages
- System tray (minimize to tray)
- Global media key support
- File association (.pdf)
- Auto-updater
- macOS/Linux builds
| Action | Link |
|---|---|
| โญ Star the repo | https://github.com/wikicrafter/pdfreaderX |
| ๐ฐ Support | https://ko-fi.com/gigaa |
| ๐ Follow | https://github.com/wikicrafter/pdfreaderX |
- Check browser console for errors
- Verify API keys in Settings โ Voice Engine
- Try local PDF files first
- Clear localStorage to reset:
localStorage.clear()
MIT License
Copyright (c) 2026 pdfreaderX
Copyright (c) 2026 wikicrafter
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Version: 1.0.1
Author: wikicrafter
License: MIT ยฉ 2026