Documentation

Chronos Engine is a YAML first life management engine with a scriptable CLI, a background listener (alarms, reminders, timer), and a local dashboard. This page maps the docs so you can go deep fast.

Quickstart

  1. Run install_dependencies.bat to create .venv and install requirements.
  2. Run onboarding_wizard.bat or use the dashboard wizard to set nickname, categories, and statuses.
  3. Launch the CLI with console_launcher.bat (or python Modules/Console.py).
  4. Start the listener with listener_launcher.bat for alarms, reminders, and timer ticks.
  5. Open the dashboard with dashboard_launcher.bat or the CLI command dashboard.

Core Concepts

Guides

Scheduling

Automation

Development

Reference

Designs

Release Notes

Legal