Skip to content

quack v0.7.1

Choose a tag to compare

@github-actions github-actions released this 03 Apr 18:12
· 15 commits to main since this release

quack v0.7.1

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 quack-linux-x64
Linux ARM64 quack-linux-arm64
macOS x64 quack-darwin-x64
macOS ARM64 quack-darwin-arm64
Windows x64 quack-windows-x64.exe

via npm / npx

npx duckflux run workflow.yaml
bunx duckflux run workflow.yaml

Or install globally:

npm install -g duckflux
quack run workflow.yaml

via Homebrew

brew install duckflux/tap/quack

via APT (Debian/Ubuntu)

curl -fsSL https://duckflux.github.io/apt-repo/install.sh | bash