Daemons
Daemons are worker processes that connect to Makima and execute tasks on your machines.
Download the pre-compiled daemon binary for your platform. The daemon connects to the Makima server and executes tasks.
Quick Install
curl -fsSL https://raw.githubusercontent.com/soryu-co/makima/master/install.sh | bash
Set your API key as an environment variable:
export MAKIMA_API_KEY="your-key"
Then run: makima-daemon
Deploy daemons as containers in Kubernetes for scalable task execution.
Pull Container Image
docker pull ghcr.io/soryu-co/makima-daemon:latest
Environment Variables
Kubernetes manifests available at{" "} github.com/soryu-co/makima
Connected Daemons
{daemons.length > 0 && ( ({daemons.filter(d => d.status === "connected").length} connected / {daemons.length} total) )}Loading...
) : daemons.length === 0 ? (No daemons connected
Start a daemon to enable task execution