Skip to content

clappia-dev/clappia-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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

macOS - Manual download

  1. Download clappia-daemon-darwin-<arch>.zip from the Releases page.

  2. Extract the .app bundle and move it to your Applications folder.

  3. 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.

Linux - Manual download

  1. Download clappia-daemon-linux-<arch>.zip from the Releases page.

  2. Extract and make the binary executable:

    unzip clappia-daemon-linux-*.zip && chmod +x clappia-daemon
  3. Run in the background:

    ./clappia-daemon --port 1984 --daemon

    To stop later:

    ./clappia-daemon --stop

Windows

  1. Download clappia-daemon-windows-amd64.zip from the Releases page.
  2. Extract and run clappia-daemon.exe.

A helper script (run.vbs) is included to launch the daemon without a console window.

About

Background service for Clappia desktop integrations

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors