dali-benothmen/cronflow
↗ GitHubHigh-performance, code-first workflow automation engine. TypeScript-native with Rust core for enterprise-grade speed, efficiency, and developer experience.
103
Stars
9
Forks
1
Watchers
1
Open Issues
Safety Rating A
No security concerns identified. The repository is a legitimate open-source workflow automation library with clean documentation, standard dependency patterns, and no hardcoded secrets, malicious code patterns, obfuscated logic, or prompt injection attempts. The Apache 2.0 license badge in the README is noted but the repo lists 'Other' license — this is a minor inconsistency but not a security concern.
ℹAI-assisted review, not a professional security audit.
AI Analysis
Cronflow is a high-performance, code-first workflow automation engine built with a Rust core and Bun/TypeScript runtime. It enables developers to define, trigger, and execute multi-step workflows entirely in TypeScript code, with support for webhook and event triggers, parallel execution, conditional branching, human-in-the-loop approval flows, and integration with popular web frameworks (Express, Fastify). The Rust engine handles state management and database operations for sub-millisecond step execution and low memory overhead.
Use Cases
- Building event-driven automation pipelines triggered by webhooks or custom application events
- Implementing human-in-the-loop approval workflows with timeout handling
- Orchestrating parallel async operations (e.g., sending email, SMS, and Slack notifications simultaneously)
- Replacing no-code tools like n8n with code-first, version-controllable workflow definitions
- Embedding workflow automation into existing Node.js/Bun backend applications
Tags
Project Connections
inngest/inngest
Both Inngest and Cronflow are durable workflow orchestration engines with step functions, scheduling, and developer-first APIs. Inngest is Go-based with a broader serverless focus, while Cronflow targets TypeScript/Bun developers with a Rust performance core.
pixlcore/xyops
xyOps and Cronflow both provide workflow automation and job scheduling for developers and operations teams, though xyOps emphasizes server monitoring and visual editing while Cronflow is purely code-first.
builderz-labs/mission-control
Mission Control provides an orchestration dashboard for managing AI agent workflows that could be used to monitor and dispatch Cronflow-defined workflow executions.
ghostwright/phantom
Phantom is an autonomous AI agent built on Bun/TypeScript, the same runtime as Cronflow. Cronflow's webhook and event triggers could serve as the automation backbone for Phantom's workflow execution needs.
RightNow-AI/openfang
OpenFang is also a Rust-based autonomous agent operating system with workflow scheduling and automation capabilities, positioning it as a code-first alternative to Cronflow for AI-driven workflow orchestration.