Skip to content

v1.0.0

Latest

Choose a tag to compare

@guptasajal411 guptasajal411 released this 22 Jun 04:27
76d1ff4

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 | sh

This 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

Downloads

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