Skip to content

Installation

Before installing Cronboard, make sure cron is available on your machine:

crontab -l

If this command returns an error saying cron is not installed, install it through your system's package manager first.


Homebrew (macOS / Linux)

brew install cronboard

uv

uv tool install git+https://github.com/antoniorodr/cronboard

AUR (Arch Linux)

yay -S cronboard

Nix

nix profile add github:antoniorodr/cronboard

Manual (from source)

git clone https://github.com/antoniorodr/cronboard
cd cronboard
pip install .