A lightweight background service that connects the Clappia web application to your local printer hardware.
curl -fsSL https://github.com/clappia-dev/clappia-daemon/releases/download/v1.0.0/install.sh | shThis auto-detects your OS and architecture, downloads the correct binary, and sets everything up.
After install:
# Start
~/.clappia/clappia-daemon --port 1984 --daemon
# Stop
~/.clappia/clappia-daemon --stop-
Download
clappia-daemon-darwin-<arch>.zipfrom the Releases page. -
Extract the
.appbundle and move it to yourApplicationsfolder. -
If macOS blocks it, open Terminal and run:
xattr -dr com.apple.quarantine /Applications/Clappia\ Daemon.app
Then double-click the app to run it in the background.
-
Download
clappia-daemon-linux-<arch>.zipfrom the Releases page. -
Extract and make the binary executable:
unzip clappia-daemon-linux-*.zip && chmod +x clappia-daemon
-
Run in the background:
./clappia-daemon --port 1984 --daemon
To stop later:
./clappia-daemon --stop
- Download
clappia-daemon-windows-amd64.zipfrom the Releases page. - Extract and run
clappia-daemon.exe.
A helper script (run.vbs) is included to launch the daemon without a console window.