aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/overview/downloads.mdx
blob: c3d688b5123f5849aa000fc111271e3a0b73284f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: Downloads
sidebar:
  order: 3
---

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/).

[![Packaging status](https://repology.org/badge/vertical-allrepos/gpgfrontend.svg)](https://repology.org/project/gpgfrontend/versions)

import { LinkCard, CardGrid } from "@astrojs/starlight/components";
import { Tabs, TabItem, Badge } from "@astrojs/starlight/components";

## Direct Downloads

![GitHub Release](https://img.shields.io/github/v/release/saturneric/GpgFrontend?style=for-the-badge&label=Stable)
![GitHub Nightly](https://img.shields.io/github/v/release/saturneric/GpgFrontend?include_prereleases&filter=nightly*&display_name=release&style=for-the-badge&label=Nightly)

Choose the version that fits your needs:

<CardGrid>
  <LinkCard
    title="GitHub Releases"
    href="https://github.com/saturneric/GpgFrontend/releases/latest"
    description="Fastest and most up-to-date source for stable builds. Recommended for most users."
  />
  <LinkCard
    title="GitHub Nightly Releases"
    href="https://github.com/saturneric/GpgFrontend/releases/nightly"
    description="Get the latest experimental/nightly builds. For advanced users and testers."
  />
  <LinkCard
    title="Privacy-Friendly HTTPS Mirror"
    href="https://ftp.bktus.com/GpgFrontend/"
    description="Direct, secure download. No tracking, no authentication, no rate limits."
  />
</CardGrid>

### Asset Naming

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.

| Filename Pattern               | Description                                                       |
| ------------------------------ | ----------------------------------------------------------------- |
| `-universal.zip`               | Contains both Windows Portable and Linux AppImage in one archive. |
| `-windows-x86_64-portable.zip` | Fully portable Windows version. No installation needed;           |
| `-windows-x86_64.msix`         | MSIX installer for Windows (Recommended).                         |
| `-windows-x86_64.msi`          | MSI installer for Windows; For Legacy/Enterprise environments.    |
| `-macos-<ver>.dmg`             | macOS disk image; \<ver\> = minimum required macOS version.       |
| `-linux-<arch>.AppImage`       | AppImage for Linux; make it executable and run directly.          |
| `*.sig`                        | GPG signature file for verifying the integrity and authenticity.  |
| `-qt5-`                        | Qt5 build, for older systems (e.g., Windows 7, Ubuntu 20.04).     |

## Platform-Specific Installation

Install GpgFrontend via your preferred package manager or store:

<CardGrid>
  <LinkCard
    title="Homebrew Cask (macOS)"
    href="https://formulae.brew.sh/cask/gpgfrontend"
    description="Install or check version with Homebrew."
  />
  <LinkCard
    title="Flatpak (Linux)"
    href="https://flathub.org/apps/com.bktus.gpgfrontend"
    description="Install via Flathub on most Linux distros."
  />
  <LinkCard
    title="WinGet (Windows)"
    href="https://winstall.app/apps/Saturneric.GpgFrontend"
    description="Install via Windows Package Manager."
  />
  <LinkCard
    title="Microsoft Store (Windows)"
    href="https://apps.microsoft.com/detail/9nh716mqk2b5?referrer=appbadge&mode=direct"
    description="One-click install from the Microsoft Store."
  />
</CardGrid>