v1.0.0 — Initial Release
First public release of the Clappia Daemon.
Clappia Daemon
A lightweight background service that connects the Clappia web application to your local printer hardware.
Install
macOS & Linux
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 --stopDownloads
| Platform | File |
|---|---|
| macOS (Intel) | clappia-daemon-darwin-amd64.zip |
| macOS (Apple Silicon) | clappia-daemon-darwin-arm64.zip |
| Linux (x86_64) | clappia-daemon-linux-amd64.zip |
| Linux (ARM64) | clappia-daemon-linux-arm64.zip |
| Windows (64-bit) | clappia-daemon-windows-amd64.zip |
| Windows (32-bit) | clappia-daemon-windows-386.zip |