Daily Planner logoDaily Planner

Plan the day before it starts.

A Linux desktop planner that opens at scheduled times for morning planning, evening review, and a compact sticky task window during the day.

Today - Morning plan

Focus on the work that matters.

Write the plan before opening everything else
Keep today's priorities visible
Review what actually got done
Always-on-top sticky view

What It Does

Daily Planner is intentionally small and opinionated: it interrupts at the right moments, stores plain daily records, and keeps unfinished work visible.

Morning Plan

Opens fullscreen at the configured morning time when there is no plan for today.

Sticky Tasks

Shows today's tasks in a compact always-on-top window with live checkboxes.

Evening Review

Opens at the configured evening time so you can mark progress and add notes.

Install on Linux

Install Daily Planner from the hosted APT repository with one command.

curl -fsSL https://raw.githubusercontent.com/InjectFlow-Core/daily-planner/master/apt-install.sh | bash

APT Repository

For manual setup, add the GitHub Pages repository directly and install the package with APT.

curl -fsSL https://injectflow-core.github.io/daily-planner/KEY.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/daily-planner.gpg

echo "deb [arch=amd64 signed-by=/usr/share/keyrings/daily-planner.gpg] https://injectflow-core.github.io/daily-planner ./" \
  | sudo tee /etc/apt/sources.list.d/daily-planner.list > /dev/null

sudo apt-get update
sudo apt-get install daily-planner