Skip to content

Cronboard

Cronboard is a terminal-based dashboard for managing cron jobs — both locally and on remote servers — built with Textual.


What is Cronboard?

Cronboard gives you a keyboard-driven TUI (Terminal User Interface) to:

  • View all your cron jobs at a glance
  • Create, edit, delete, pause and resume cron jobs
  • Connect to remote servers via SSH and manage their cron jobs
  • Search through jobs using keywords
  • See human-readable descriptions of cron expressions in real time

Requirements

  • Python 3.13 or later
  • cron / crontab available on the system

Quick Start

# Install via Homebrew
brew install cronboard

# Then run
cronboard

See the Installation page for all available installation methods.