duckflux JS runtime v0.6.8
duckflux JS runtime v0.6.8
Standalone binaries (no Bun/Node required)
Download the binary for your platform, make it executable and add it to your PATH.
| Platform | File |
|---|---|
| Linux x64 | duckflux-linux-x64 |
| Linux ARM64 | duckflux-linux-arm64 |
| macOS x64 | duckflux-darwin-x64 |
| macOS ARM64 | duckflux-darwin-arm64 |
| Windows x64 | duckflux-windows-x64.exe |
via npm / npx
npx duckflux run workflow.yaml
bunx duckflux run workflow.yamlOr install globally:
npm install -g duckflux