3 releases

Uses new Rust 2024

0.1.2 Jun 7, 2025
0.1.1 Mar 29, 2025
0.1.0 Mar 29, 2025

#20 in Accessibility

31 downloads per month
Used in nvdl

Zlib license

12KB
91 lines

nvda_zip

This is a simple Actix-web application that runs at https://nvda.zip, providing an API to download the latest version of the NVDA screen reader.

Endpoints:

  • /: Download the latest stable NVDA version.
  • /stable.json: Get a JSON response containing stable NVDA's direct download link.
  • /xp: Download the last NVDA version to run on Windows XP.
  • /xp.json: Get a JSON response containing a direct download link to the last version of NVDA that ran on Windows XP.
  • /win7: Download the last NVDA version to run on Windows 7 Service Pack 1 and Windows 8.0.
  • /win7.json: Get a JSON response containing a direct download link to the last version of NVDA that ran on Windows 7 Service Pack 1 and Windows 8.0.
  • /alpha: Download the latest NVDA snapshot (alpha) version.
  • /alpha.json: Get a JSON response containing a direct download link for the latest NVDA snapshot.
  • /beta: Download the latest NVDA beta version.
  • /beta.json: Get a JSON response containing the latest NVDA beta's direct download link.

License

This project is licensed under the MIT license.

Dependencies

~8–22MB
~301K SLoC