Installation
Before installing Cronboard, make sure cron is available on your machine:
If this command returns an error saying cron is not installed, install it through your system's package manager first.
Homebrew (macOS / Linux)
uv
uv tool install git+https://github.com/antoniorodr/cronboard
AUR (Arch Linux)
Nix
nix profile add github:antoniorodr/cronboard
Manual (from source)
git clone https://github.com/antoniorodr/cronboard
cd cronboard
pip install .