Back to Blog
MacThermal PrinterSetup

Thermal Printer for Mac: The Complete Setup Guide (2025)

Everything Mac users need to know about connecting a thermal receipt printer — from USB and network setup to fixing Gatekeeper errors and silent printing without popups.

May 10, 20258 min read

Why Thermal Printing on Mac Is Harder Than It Should Be

Windows users can usually plug in a thermal printer, install a driver, and be printing receipts within minutes. Mac users face a completely different experience: Gatekeeper security warnings, missing drivers, ESC/POS encoding failures, and the dreaded "printer paused" loop.

This guide covers everything you need to get a thermal printer working reliably on macOS — whether you're connecting via USB, network, or Bluetooth.


What Is a Thermal Printer?

A thermal printer uses heat (not ink) to print on special thermal paper. They're the standard for receipts in restaurants, retail, and hospitality because they're fast, quiet, cheap to run, and never need ink cartridges.

The most common thermal printer brands for Mac users are:

BrandCommon ModelsConnection
EpsonTM-T88VI, TM-T20IIIUSB, Network, Bluetooth
Star MicronicsTSP100IV, TSP650IIUSB, Network, Bluetooth
CitizenCT-S310II, CT-S651USB, Network
BixolonSRP-350V, SRP-330IIUSB, Network
XprinterXP-58, XP-80USB, Bluetooth

Connection Methods: USB vs Network vs Bluetooth

USB Connection

USB is the most reliable connection method on Mac. Most thermal printers use a standard USB-B (square) connector. macOS will usually detect the printer automatically, but you may need to install a driver from the manufacturer's website.

Steps:

1. Connect the printer via USB

2. Open System Settings → Printers & Scanners

3. Click + to add a printer

4. Select your printer from the list

5. If prompted, install the driver

Network (Ethernet/WiFi) Connection

Network printers are ideal for shared environments. Connect the printer to your router, find its IP address (usually printed by holding the feed button on startup), and add it via IP in Printers & Scanners.

For web-based POS systems, network printers are the most flexible option because any device on the network can print to them.

Bluetooth Connection

Bluetooth thermal printers work on Mac, but the experience is less reliable than USB or network. Pair the printer in System Settings → Bluetooth, then add it in Printers & Scanners.


The Gatekeeper Problem (and How to Fix It)

If you download a thermal printer driver or a print utility app from outside the Mac App Store, macOS Gatekeeper will block it with a message like "cannot be opened because it is from an unidentified developer."

To fix this, open Terminal and run:

```bash

xattr -cr "/Applications/YourApp.app"

`

Replace "YourApp.app" with the actual app name. This removes the quarantine flag that Gatekeeper uses to block the app.

For MenuForma Print Agent, the command is:

```bash

xattr -cr "/Applications/MenuForma Print Agent.app"

`


Silent Printing Without Popups

The biggest frustration for restaurant owners using Mac with a web-based POS is that macOS always shows a print dialog. There's no native way to print silently from a browser.

The solution is a print bridge — a small background app that receives print jobs from your web app via a local API and sends them directly to the printer without any dialog.

MenuForma Print Agent is a free Mac app that does exactly this. It runs in your menu bar, connects to your thermal printer, and accepts print jobs from any web-based system via a local WebSocket connection.

How it works:

1. Install Print Agent on your Mac

2. Connect your thermal printer (USB or network)

3. Your web POS sends a print request to ws://localhost:8765

4. Print Agent receives it and prints silently — no dialog, no popup


ESC/POS: The Language of Thermal Printers

Thermal printers don't understand regular print commands. They use ESC/POS — a command language developed by Epson that tells the printer exactly what to print, how to format it, and when to cut the paper.

When printing from a browser using window.print(), you get a PDF-style printout that doesn't support auto-cut, custom fonts, or the compact receipt format. ESC/POS gives you full control.

MenuForma Print Agent handles ESC/POS encoding automatically — you send plain JSON (item names, prices, totals) and the agent converts it to the correct ESC/POS commands for your specific printer model.


Recommended Setup for Mac + Thermal Printer

For the most reliable experience on macOS:

1. Use a network printer (Ethernet or WiFi) rather than USB if possible — avoids driver issues entirely

2. Install [MenuForma Print Agent](/print-agent) for silent printing from web-based systems

3. Use a printer with an Epson or Star chip — these have the best macOS compatibility

4. Keep the printer on a static IP — prevents connection issues when your router reassigns addresses


Troubleshooting Common Mac Thermal Printer Issues

Printer shows as "Paused" after every print

Go to System Settings → Printers & Scanners, right-click the printer, and select Reset printing system. Then re-add the printer.

Prints are garbled or show random characters

This is usually an encoding mismatch. Make sure your print software is sending UTF-8 and that your printer's code page matches. MenuForma Print Agent handles this automatically.

Print dialog appears every time

You need a print bridge like MenuForma Print Agent for truly silent printing from web apps.

Driver installation fails on macOS Ventura or Sonoma

Try the Gatekeeper fix above. If that doesn't work, use the IPP Everywhere driver option in Printers & Scanners — it works with most modern thermal printers without a manufacturer driver.


Ready to Set Up Silent Thermal Printing on Mac?

Download MenuForma Print Agent — it's free, runs in your menu bar, and works with any web-based POS or ordering system. No drivers, no print dialogs, no hassle.

Ready to create your free QR menu?

Join thousands of restaurants using MenuForma. Free to start, no credit card required.