Show HN: AirPrint Bridge: Enable AirPrint for Non-AirPrint Printers on macOS (github.com)
Lightweight, open-source, and fully automated, AirPrint Bridge uses macOS's built-in tools to bridge the gap without relying on external software. Perfect for reviving your trusty old printer!
13 comments
[ 3.0 ms ] story [ 44.5 ms ] threadHowever, if this could be installed on my linux server, that would be make this really useful.
I’m working on making the script run seamlessly on Linux as well. The only benefit to Linux is that one probably has an always on server or raspberry pi running 24/7.
The macOS version is good for those that have a Mac that’s plugged in at home even if it’s sleeping. Also resource utilization is 0.0% so not too shabby.
It's super neat. Except for when my wife has random issues printing. Then I fucking hate it.
Eventually I’ll just upgrade to a newer one with color and hopefully better AirPort support, but I’m glad cups and AirPrint works alright since I haven’t tried it in a few years. The issues your wife is experiencing though are likely the same ones that led me to just get a printer that supports it and from what I read at the time Brother has the best AirPrint support (purely anecdotal)
https://github.com/OpenPrinting/cups-filters/issues/569
https://sbs20.github.io/scanservjs/
I cheated adding power to it by just using a power cable splitter so I could shove a reliable USB power brick up next to the printer.
https://www.amazon.com/Tekit-Splitter-Single-Female-Adapter/...
As a Linux user, I benefit from CUPS for printing, but I still have occasion to manage printers on Windows, and it's a nightmare.
For laser printers pcl/ipp is pretty standard afaik. For inkjets it's different because it's consumer hardware and there's no driver.
Airprint is actually surprisingly standard now. There's even feature discovery.
However as a de facto standard you can dump postscript or pcl to port 9100 and most good printers will happily oblige you. The problem AirPrint endeavored to solve was already solved when it came along, IMO. Its current problems are solely related to it unnecessarily being a walled garden.
However in the endless quest to make consumer goods cheaper most inexpensive printers that people purchase now interpret everything on the host and the printer interface is low level machine control, as in “move motor” type commands.
Lantronix and others have produced small “print server” gateway devices in the past that run cups and support AirPrint and talk directly to a downstream “dumb” printer.