PDF Reader
경량 PDF 리더. Rust + egui + MuPDF. 싱글 바이너리, 크로스 플랫폼.
Features
- Fast rendering — MuPDF backend provides high-quality, high-speed PDF rendering even for large documents.
- Single binary — Ships as one executable with no runtime dependencies. Download and run.
- Cross-platform — Builds for Linux, macOS, and Windows from the same codebase.
- Keyboard navigation — Page up/down, jump to page, zoom in/out, and full-screen mode all via keyboard shortcuts.
- Lightweight — Minimal memory footprint compared to Electron-based alternatives.
Tech
Written in Rust using egui for the immediate-mode GUI and mupdf-rs bindings for PDF rendering. The build produces a statically-linked binary under 10 MB. CI/CD via GitHub Actions produces release binaries for all three major platforms.