Print local content
Send text, Markdown, and images to a compatible ESC/POS printer. Choose USB or network delivery.
The Slipbridge CLI is the component that connects software to your receipt printer. Use it with the workspace, or print local files on its own.
Local printing needs no Slipbridge account.
# Preview without printing
slipbridge render note.md \
--paper 80mm --output note.png
# Send a file to your printer
slipbridge print note.png
Send text, Markdown, and images to a compatible ESC/POS printer. Choose USB or network delivery.
Make an exact PNG preview at your chosen paper width. Inspect the output without using any paper.
Use shell scripts, local jobs, and JSON output. Connect the listener to the web app when you want workspace features.
The workspace handles templates, artwork, schedules, and history. The CLI receives the finished print and talks to the printer. Its local commands also work independently.
Connect the CLI to your workspaceThe CLI is the source component behind Slipbridge. Its repository is currently private, and public packages have not been released. Installation requires an authorized source checkout and a Rust toolchain.
Current installation steps