← Package directory
Available on winget

Install DRA

A command line tool to download release assets from GitHub

Install with winget
winget install --id CosimoMatteini.DRA
Upgrade
winget upgrade --id CosimoMatteini.DRA
Uninstall
winget uninstall --id CosimoMatteini.DRA

About DRA

A command line tool to download release assets from GitHub

What's new in 0.10.1

Fixed - Statically link liblzma and bzip2 dependencies to avoid missing shared library errors (#339)

Read release notes

Version history

Version Updated Notes
0.10.1 Unknown Fixed - Statically link liblzma and bzip2 dependencies to avoid missing shared library errors (#339)
0.10.0 Unknown Added - Install RPM assets (#335) - Download selection mode now supports wildcard pattern, using * and ? special characters, to select the first asset matching the given pattern (#271). This new feature is useful when re...
0.9.1 Unknown Fixed - Asset detection for automatic download on windows when win-64bit is used for both OS and ARCH (#333)
0.9.0 Unknown Added - You can now also pass GitHub URL as repository argument to every subcommand (#307) dra download https://github.com/devmatteini/dra-tests
0.8.2 Unknown - Fix windows executable by including static crt (#302) - Improve bug report for automatic download error Updated dependencies - bump zip from 2.3.0 to 2.6.1 - bump uuid from 1.15.1 to 1.16.0 - bump ureq from 2.12.1 to 3...
0.8.1 Unknown This is a maintenance release that updates our dependencies. Updated dependencies - bump zip from 2.2.2 to 2.3.0 - bump uuid from 1.11.0 to 1.15.1 - bump tar from 0.4.43 to 0.4.44 - bump serde from 1.0.217 to 1.0.218 - b...
0.8.0 Unknown Added Before, you needed to export environment variable GITHUB_TOKEN to make authenticated requests to download assets from private repositories and avoid rate limit issues. Now, you can also export one of the following...
0.7.1 Unknown Added Automated bash script for initial dra download (see README.md for more information) curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/devmatteini/dra/refs/heads/main/install.sh | bash -s -- --t...
0.7.0 Unknown Added Install multiple executables from tar/zip archives in one command (#234, thanks @duong-dt for the initial implementation). You can now specify -I/--install-file option multiple times: $ dra download -s helloworld-m...