This is a fork of "NightPDF". The original author Lunarequest has decided to archive the "NightPDF" project. As per their request, the name of the project is changed when the fork is created.
Dark Mode PDF reader
It uses Electron but my eyes dont care.
Binaries for Linux, Macos and Windows
The flathub link is maintained by Lunarquest and probably constains builds for the original project.
At this point in time, you'd need to build this fork from source.
- Tier 1: Linux, guaranteed builds and guaranteed 100% functionality
- Tier 2: Tier 2: Windows, guaranteed builds. Functionality is not guaranteed
- Tier 3: Tier 3: Macos, builds are not guaranteed if it breaks fix is not guaranteed
There is limited support for xfa forms, and saving forms with filled in data. This will be worked on with coming releases.
This software was developed using
- node: v12.x
- yarn: berry
- Arch Linux Rolling/OpenSUSE Tumbleweed
- Install dependencies
yarn- Run
yarn dev- Install dependencies
yarn- Build release
yarn distUsage: NightPDF [-p] [pdf]
Positionals:
pdf, pdf The pdf to open [string]
Options:
--help Dark Mode PDF Reader built using Electron and PDF.js [boolean]
--version Show version number [boolean]
-p, --pages The page to open in the pdf [number]
Examples:
NightPDF -p 5 pdf.pdf Loads pdf on the 5th page
- NightPDF is under GPLv2 only
- Electron is under MIT
- PDF.js is under Apache License 2.0


