A Single Page Application (SPA) that loads Duplicati release data and displays a filterable table of available downloads.
This page is used to show the contents on https://updates.duplicati.com/stable/
This application fetches release information and presents it in an interactive interface where users can filter by:
- Operating System: Windows, macOS, Linux, or All
- Package Type: GUI, CLI, Agent, or All
- Architecture: x64, x86, ARM64, ARMv7, or All
-
loader-v3-index.html- The current version (v3) of the download listing page. This is the main entry point that provides the modern, responsive interface with filtering capabilities. -
loader-v2-index.html- The original version (v2) of the listing page. This was the initial implementation.
-
latest-v2.json- Sample release data file used for local testing purposes. -
duplicati-logo.png- The Duplicati logo included for easier local testing when running the page directly.
The page can be accessed directly via URL parameters:
?channel=stable- Select release channel (stable, beta, canary, experimental, debug)?version=latest- Select specific version or "latest"
When running locally (via file:// protocol or localhost), the application will automatically use latest-v2.json for testing.
- Dark-themed responsive design
- Tab-based OS filtering
- Type and architecture filtering
- Download links with file size display
- MD5 and SHA256 hash verification
- One-click hash copying to clipboard
- Direct links to Docker images and source code