diff options
Diffstat (limited to '')
-rw-r--r-- | src/content/docs/overview/downloads.md | 96 |
1 files changed, 63 insertions, 33 deletions
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 - [](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. + +[](https://github.com/saturneric/GpgFrontend/releases/latest) + +[](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. | - [](https://github.com/saturneric/GpgFrontend/releases/latest) +## Homebrew Cask - [](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. +[](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 +``` - [](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 - ``` +[](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. - [](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. +[](https://repology.org/project/gpgfrontend/versions) - [](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. - <a href="https://apps.microsoft.com/detail/9nh716mqk2b5"> - <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> - </a> +<a href="https://apps.microsoft.com/detail/9nh716mqk2b5"> + <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> +</a> |