Skip to content

duckflux JS runtime v0.6.4

Choose a tag to compare

@github-actions github-actions released this 31 Mar 21:17
· 26 commits to main since this release

duckflux JS runtime v0.6.4

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.yaml

Or install globally:

npm install -g duckflux