A small background service that lets Packit print thermal labels straight from your browser. Without it, recording still works — the labels just won't auto-print.
One-time install. Includes everything needed; no other dependencies. Works on Apple Silicon and Intel Macs.
First-time open: macOS will warn you
The installer isn't yet signed with an Apple Developer certificate, so macOS will say it "cannot be opened." To open it:
We're finalizing Apple Developer signing — this warning will go away in a future release.
For developers, or if the .pkg doesn't work for you. Requires Node.js 20+ on your machine.
curl -fsSL https://www.packit.live/install-mac | bashDon't have Node? nodejs.org or brew install node.
Coming soon. For now, packers on Windows can still record video — they'll need to print labels manually from the dashboard.
127.0.0.1:8765 — accessible only from your Mac. No inbound ports are opened.The "Agent online" pill on the packer screen should turn green and the printer dropdown should populate. From Terminal:
curl http://127.0.0.1:8765/statusIf you installed via the .pkg, run from Terminal:
sudo launchctl bootout system/com.packit.printagent 2>/dev/null; sudo rm -rf /Library/LaunchAgents/com.packit.printagent.plist "/Library/Application Support/Packit"If you installed via the Terminal one-liner:
launchctl unload ~/Library/LaunchAgents/com.packit.printagent.plist 2>/dev/null; rm -rf ~/Library/LaunchAgents/com.packit.printagent.plist ~/Library/Application\ Support/PackitCheck the log at /Library/Application Support/Packit/print-agent/agent.log (.pkg install) or ~/Library/Application Support/Packit/print-agent/agent.log (Terminal install). Or reach out to support.