Direct printing from Browser
| Platform | 32-bit | 64-bit |
|---|---|---|
| Windows (.exe) | exe - zip | exe - zip |
| Debian / Ubuntu (.deb) | deb - zip | deb - zip |
| Redhat / Centos (.rpm) | rpm - zip | rpm - zip |
Use Zadig to install the WinUSB driver for your USB device. Otherwise you will get LIBUSB_ERROR_NOT_SUPPORTED when attempting to open devices.
-
Fast Ways: Microsoft's windows-build-tools, run
npm install --global --production windows-build-toolson PowerShell or CMD.exe (run as Administrator) -
Manual: see here
- Python v2.7
- Build essential: on Debian / Ubuntu,
sudo apt install build-essential - Libudev: on Debian / Ubuntu,
sudo apt install libudev-dev
npm install -g electron-forgenpm installnpm run makeYou can find your installer on folder out/make
This project is licensed under the MIT License - see the LICENSE.md file for details