Morning Plan
Opens fullscreen at the configured morning time when there is no plan for today.
A Linux desktop planner that opens at scheduled times for morning planning, evening review, and a compact sticky task window during the day.
Daily Planner is intentionally small and opinionated: it interrupts at the right moments, stores plain daily records, and keeps unfinished work visible.
Opens fullscreen at the configured morning time when there is no plan for today.
Shows today's tasks in a compact always-on-top window with live checkboxes.
Opens at the configured evening time so you can mark progress and add notes.
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
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