blob: 2f9f5a142e1278d05b8a9d88c09ca1025a39cf8d (
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
 | ---
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](../getting-started/).
---
## Download Options Across Platforms
### GitHub Releases
- **Latest Release Download**: Click the badge below to directly navigate to the
  GitHub page for the latest release download.
  [](https://github.com/saturneric/GpgFrontend/releases/latest)
### SourceForge
- **SourceForge Download**: Access the download page on SourceForge through the
  download button below.
  [](https://sourceforge.net/projects/gpgfrontend/files/latest/download)
### Homebrew Cask
- **Homebrew Cask**: Mac users can check the version information through the
  badge below or install using the command line.
  [](https://formulae.brew.sh/cask/gpgfrontend)
  Install command:
  ```
  brew install --cask gpgfrontend
  ```
### Flatpak
- **Flatpak Installation**: Linux users can click the image below to navigate to
  the Flathub page for installation.
  [](https://flathub.org/apps/com.bktus.gpgfrontend)
### Microsoft Store
- **Microsoft Store Download**: Windows users can 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>
 |