Highlights
First public release of Zenvara — an AI-native automation platform that runs YAML-defined flows as directed
acyclic graphs of actions, moving and transforming data across your systems.
Changes
- New: Flow engine — author flows in YAML; each runs as a DAG of actions with retries, compensation, and
for-each fan-out. - New: Connectors — S3, HTTP/SOAP, SFTP, Redshift, and filesystem sources, bound to environments and
invoked with a singleon=<env>selector. - New: Studio UI — a browser workspace for building, running, and monitoring flows, served by the app.
- New: Authentication & authorization — Local, API Key, LDAP, OIDC, Windows, and PAM providers with
role-based permissions (admin / editor / invoker / viewer). Secrets via encrypted file or HashiCorp Vault. - New: Config versioning & backups — optional git-backed config history and a built-in scheduled backup
system with config- and data-tier presets.
Install
Self-contained single-file builds for linux-x64, linux-arm64, win-x64, osx-x64, and osx-arm64 — no
.NET runtime required on the host. See the deployment handbook for zen app fetch / zen service install.
Upgrade notes
None — this is the initial release.