LaserJet 1012 Studio v1.0.0 — driverless printing for host-based HP LaserJet 1010/1012/1015 (no HP driver needed).
Windows 10/11 (64-bit) — prebuilt
- LaserJet1012Studio-Setup.exe — installer (recommended). A standard wizard: installs to Program Files, adds shortcuts, registers in Programs and Features with an uninstaller.
- LaserJet1012Studio.exe — portable, self-contained, no install.
First launch is unsigned → SmartScreen: More info → Run anyway. Then in the app: Printer tab → Install printer (creates the print queue), then Print.
Linux (beta) — run from source
The .exe files are Windows-only, but Linux is supported via a Python CLI (no binary needed). Download Source code (tar.gz) below (or clone the repo), then:
pip install pillow
python3 linux/lj1012.py testpage # -> /dev/usb/lp0, or --cups NAME
Render/encode is tested; the on-hardware send is untested — feedback welcome.
See the README for full documentation.