PostCSS plugin to iterate through values
PM2.io Agent Daemon
A utility for creating a daemon process that listens on a socket, and a client that talks to it.
Object wrapper for unref'ed setInterval
Add-on for creating *nix daemons
Damon utilities for Simple daemonized scripts / programs
A tool for running turbo locally as a demon that can be integrated with monorepo scripts.
HTTP daemon and CLI for agent-driven browser extension testing with Playwright
Alook CLI — Enable Your Person Colleague
Stable wrapper for Whalent Agent core runtime
libp2p-daemon client implementation
Mobile and Web client for Claude Code and Codex
Node and Bun local Prisma Streams runtime for trusted development workflows.
Embeddable GoodVibes daemon route contracts, dispatchers, and server-side handler builders.
BeastMode Dark Factory — turn intent into verified software
CLI tool for AI agents to inspect React component trees and profile performance
Agent orchestration daemon for Telora - spawns and manages Claude Code instances
Remote terminal bridge for Claude Code / Codex / Gemini / Copilot — control from your phone
Local-first identity, memory, and secrets for AI agents
Run Alook locally — one command, no clone needed
API server for libp2p-daemon instances
Communication protocol between libp2p daemons and clients
This is our base dependency for Front End applications (pluginated)
Local MagClaw daemon that connects a user's computer to MagClaw Cloud.
In version 5.0 the authors of the popular Ruby web server Puma chose to remove the daemonization support from Puma, because the code wasn't wall maintained, and because other and better options exist for production deployments. For example systemd, Docker/Kubernetes, Heroku, etc. Having said that, it was neat and often useful to daemonize Puma in development. This gem adds this support to Puma 5 & 6 (hopefully) without breaking anything in Puma itself. So, if you want to use the latest and greatest Puma 5+, but prefer to keep using built-in daemonization, this gem if for you.
Watches for changes in your Sinatra-app and reloads Puma daemon with the new app code.
Heel is a small static web server for use when you need a quick web server for a directory. Once the server is running, heel will use (https://rubygems.org/gems/launchy/) to open your browser at the URL of your document root. Run it right now! `gem exec heel` ----- Heel is built using (https://github.com/rack/rack) and (https://puma.io) % heel Launching your browser... Puma starting in single mode... * Puma version: 6.2.1 (ruby 3.2.2-p53) ("Speaking of Now") * Min threads: 0 * Max threads: 5 * Environment: none * PID: 11322 * Listening on http://0.0.0.0:4331 Use Ctrl-C to stop Or run it in the background % heel --daemonize Launching your browser at http://0.0.0.0:4331/ % heel --kill Sending TERM to process 3304 Done.