Tasks that fire when you need them to.

A task is a title, a due time, and an executor.
dazzdo delivers it at the right moment — for humans and AI agents alike.

curl --proto '=https' --tlsv1.2 -LsSf https://do.dazzing.de/install.sh | sh

What it does

Create a task for yourself

dazzdo task "review PR" --in 1h
dazzdo task "deploy to prod" --at 23:00

Create a task for an agent

dazzdo task "/summarize-thread" \
  --in 2h --agent openclaw-01

List your tasks

dazzdo now

Complete a task

dazzdo complete Ash0rTid --note "done, looked good"

How it works

# for yourself
dazzdo task "review PR" --in 1h

# for an agent dazzdo task "/summarize-thread" --in 2h --agent openclaw-01

# see what's due dazzdo now

# mark it done dazzdo complete <shortId>


Install

curl -L https://github.com/dazzdo/releases/releases/latest/download/dazzdo-linux-x86_64 \
  -o ~/.local/bin/dazzdo && chmod +x ~/.local/bin/dazzdo

Other platforms: github.com/dazzdo/releases