openroutine
v1.0.5
Published
Your AI agents' crontab, as markdown
Maintainers
Readme
OpenRoutine
Your AI agents' crontab, as markdown.
One markdown file per task, crontab syntax in the frontmatter, any AI coding agent underneath — Claude Code, Codex, Gemini, your own. Tasks live in your repo, run on your machine, and answer to no account, plan, or cap.
This package installs a prebuilt binary (macOS and Linux, x64 and arm64),
fetched from the matching GitHub release
at install time. The same binary ships through Homebrew and PyPI —
tap this repo for
brew install openroutine, or pip install openroutine — and
cargo install openroutine builds it from source.
npm install -g openroutine
openroutine init # writes a config and prints a sample task
openroutine add my-task.md # register a task file you wrote
openroutine serve # run the scheduler in the foregroundDocs, the full CLI, and the REST API: openroutine.dev · GitHub
