Minimalistic PDF viewer built with Electron and PDF.js.
- Workspace Explorer: Manage your active workspace and quickly jump between recent files using the sidebar.
- Dark Mode: Toggleable dark/light themes that are easy on the eyes.
# Install dependencies
npm install
# Run the app in development mode (with hot-reload enabled)
npm startYou can package the app into a standalone executable for Windows.
# Build a standard Windows installer
npm run build
# Build a portable standalone executable (no installation required)
npm run build:portableThe compiled binaries will be output into the dist/ folder.