Skip to content

Setup Fast Down

Actions
Install fast-down CLI, rename to fd, and add to PATH
v1
Latest
Star (1)

Tags

 (1)

Setup Fast Down Action

GitHub Marketplace GitHub last commit Test MIT License

This GitHub Action sets up fast-down — the fastest concurrent downloader — for your CI/CD workflows.

It automatically downloads the correct binary for the runner's OS/Arch, renames it to fd, and adds it to the system PATH.

Features

  1. ⚡️ Zero Configuration Automatically detects Linux, Windows, and macOS environments and downloads the appropriate binary.
  2. 🔄 Cross-Architecture Support Supports x86_64, aarch64, and i686 (Linux/Windows) architectures seamlessly.
  3. 🛠️ Ready to Use Installs the binary as fd (or fd.exe) and adds it to the PATH, so you can immediately run fd download ....
  4. 🎯 Version Control Supports installing specific versions or defaulting to the latest stable release.

Supported Platforms

Arch Windows Linux Mac OS
x86_64
aarch64
x86

Usage

Basic Usage (Latest Version)

steps:
  - name: Checkout code
    uses: actions/checkout@v6

  - name: Setup fast-down
    uses: fast-down/action@v1

  - name: Download a file
    run: fd "https://example.com/large-file.zip" -o file.zip

Pin a Specific Version

steps:
  - name: Setup fast-down (Specific Version)
    uses: fast-down/action@v1
    with:
      version: v2.7.8 # Specify the version you need

  - name: Check version
    run: fd -h

Inputs

Input Description Required Default
version The version of fast-down to install (e.g., latest, v2.7.8). No latest

Setup Fast Down is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install fast-down CLI, rename to fd, and add to PATH
v1
Latest

Tags

 (1)

Setup Fast Down is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.