diff --git a/src/content/docs/overview/downloads.md b/src/content/docs/overview/downloads.md
index d164b34..ea2c903 100644
--- a/src/content/docs/overview/downloads.md
+++ b/src/content/docs/overview/downloads.md
@@ -10,6 +10,8 @@ detailed instructions on installation and getting started, please refer to the
## Download Options Across Platforms
+[![Packaging status](https://repology.org/badge/vertical-allrepos/gpgfrontend.svg)](https://repology.org/project/gpgfrontend/versions)
+
### GitHub Releases
- **Stable Release**: Click the badge below to directly navigate to the
@@ -45,11 +47,21 @@ detailed instructions on installation and getting started, please refer to the
[![Download on Flathub](https://flathub.org/api/badge?locale=en)](https://flathub.org/apps/com.bktus.gpgfrontend)
-### Microsoft Store
+### Windows
+
+- **WinGet Package**: Windows users can also 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)
+
+ Install command:
+
+ ```
+ winget install Saturneric.GpgFrontend
+ ```
- **Microsoft Store Download**: Windows users can visit the application store
page through the Microsoft Store badge below.
-
-
-
+
+
+