From 981fe665568d2bf024e9cd9191050f3f71815074 Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 23 Jun 2025 22:45:15 +0200 Subject: docs(downloads): restructure downloads page for better clarity - reorganize content into clear sections - add detailed asset naming patterns table - improve platform-specific installation instructions - update badges and links for better visibility --- src/content/docs/overview/downloads.md | 96 ++++++++++++++++++++++------------ 1 file changed, 63 insertions(+), 33 deletions(-) (limited to 'src') diff --git a/src/content/docs/overview/downloads.md b/src/content/docs/overview/downloads.md index 0dfc635..5e26f18 100644 --- a/src/content/docs/overview/downloads.md +++ b/src/content/docs/overview/downloads.md @@ -8,57 +8,87 @@ GpgFrontend is available for download through multiple channels. For more detailed instructions on installation and getting started, please refer to the [Getting Started Guide](/overview/getting-started/). -## Download Options Across Platforms - [![Packaging status](https://repology.org/badge/vertical-allrepos/gpgfrontend.svg)](https://repology.org/project/gpgfrontend/versions) -### Releases & Downloads +## Direct Downloads + +Choose from the options below to download GpgFrontend directly for your platform. + +### GitHub Releases + +Click the badges below to access the latest stable and nightly builds. + +[![GitHub Release](https://img.shields.io/github/downloads/saturneric/GpgFrontend/latest/total?style=for-the-badge)](https://github.com/saturneric/GpgFrontend/releases/latest) + +[![GitHub Release Nightly](https://img.shields.io/github/downloads/saturneric/GpgFrontend/nightly/total?style=for-the-badge)](https://github.com/saturneric/GpgFrontend/releases/nightly) + +### Static Mirror + +For privacy-conscious users, a fast and secure direct-download mirror is +available at [ftp.bktus.com](https://ftp.bktus.com/GpgFrontend/). This mirror is +served over HTTPS with no authentication, tracking, rate limits, or +redirections. + +### Asset Naming Patterns and Descriptions + +Below is a summary table explaining the naming patterns and purposes of each +downloadable asset. You can use the filename patterns to quickly identify and +select the appropriate package for your platform or use case. -- **GitHub Releases**: Click the badges below to access the latest stable and nightly builds. +| Filename Pattern | Description | +| --------------------------------- | ------------------------------------------------------------------------------------------- | +| `***-universal.zip` | The universal package: contains both Windows Portable and Linux AppImage in one archive. | +| `***-windows-x86_64-portable.zip` | Fully portable Windows version. No installation needed; just extract and run. | +| `***-windows-x86_64.msix` | MSIX installer for Windows (recommended for most Windows users). | +| `***-windows-x86_64.msi` | Classic MSI installer for Windows; suitable for legacy/enterprise environments. | +| `***-macos-**.dmg` | macOS disk image; number = minimum required macOS version. Drag to install. | +| `***-linux-******.AppImage` | AppImage for Linux; make it executable and run directly. | +| `*.sig` | GPG signature file for verifying the integrity and authenticity of the corresponding asset. | - [![GitHub Release](https://img.shields.io/github/downloads/saturneric/GpgFrontend/latest/total?style=for-the-badge)](https://github.com/saturneric/GpgFrontend/releases/latest) +## Homebrew Cask - [![GitHub Release Nightly](https://img.shields.io/github/downloads/saturneric/GpgFrontend/nightly/total?style=for-the-badge)](https://github.com/saturneric/GpgFrontend/releases/nightly) +Mac users can check the version information through the +badge below or install using the command line. -- **Static Mirror**: A fast, direct-download mirror is also available at [ftp.bktus.com](https://ftp.bktus.com/GpgFrontend/), served securely over HTTPS via Nginx. No authentication, rate limits, or redirections. +[![Homebrew Cask](https://img.shields.io/homebrew/cask/v/gpgfrontend?style=for-the-badge)](https://formulae.brew.sh/cask/gpgfrontend) -### Homebrew Cask +Install command: -- **Homebrew Cask**: Mac users can check the version information through the - badge below or install using the command line. +``` +brew install --cask gpgfrontend +``` - [![Homebrew Cask](https://img.shields.io/homebrew/cask/v/gpgfrontend?style=for-the-badge)](https://formulae.brew.sh/cask/gpgfrontend) +## Flatpak - Install command: +Linux users can click the image below to navigate to the Flathub page for +installation. - ``` - brew install --cask gpgfrontend - ``` +[![Download on Flathub](https://flathub.org/api/badge?locale=en)](https://flathub.org/apps/com.bktus.gpgfrontend) -### Flatpak +## Windows -- **Flatpak Installation**: Linux users can click the image below to navigate to - the Flathub page for installation. +There are several convenient ways to install GpgFrontend on Windows. Choose the +method that best fits your workflow. - [![Download on Flathub](https://flathub.org/api/badge?locale=en)](https://flathub.org/apps/com.bktus.gpgfrontend) +### WinGet -### Windows +Windows users can install GpgFrontend through the Windows Package Manager +(WinGet). Check the version information through the badge below or install +using the command line. -- **WinGet Package**: Windows users can install GpgFrontend through the Windows - Package Manager (WinGet). Check the version information through the badge - below or install using the command line. +[![WinGet Package Version](https://img.shields.io/winget/v/Saturneric.GpgFrontend?style=for-the-badge)](https://repology.org/project/gpgfrontend/versions) - [![WinGet Package Version](https://img.shields.io/winget/v/Saturneric.GpgFrontend?style=for-the-badge)](https://repology.org/project/gpgfrontend/versions) +Install command: - Install command: +``` +winget install Saturneric.GpgFrontend +``` - ``` - winget install Saturneric.GpgFrontend - ``` +### Microsoft Store -- **Microsoft Store Download**: Windows users can also visit the application - store page through the Microsoft Store badge below. +Windows users can also visit the application store page through the Microsoft +Store badge below. - - - + + + -- cgit v1.2.3