nvdl is a simple command-line tool that allows users to download or retrieve the latest NVDA screen reader versions from the https://nvda.zip API.
- Download the latest NVDA versions (Stable, Alpha, Beta, XP, Win7).
- Retrieve the direct download link instead of downloading the installer.
- Optionally prompt the user to run the installer after download.
Ensure you have Rust installed, then build the tool with:
cargo install --path .nvdlnvdl alpha
nvdl beta
nvdl xp
nvdl win7nvdl --url
nvdl beta --url- If run on Windows,
nvdlwill prompt the user to run the installer after downloading.
/stable.json? Retrieves the latest stable version./alpha.json? Retrieves the latest alpha version./beta.json? Retrieves the latest beta version./xp.json? Retrieves the last version for Windows XP./win7.json? Retrieves the last version for Windows 7 SP1 and Windows 8.0.
This project is open-source and available under the Zlib License. See the LICENSE file for more details.