You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/build-verification.md
+55-15Lines changed: 55 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,52 +8,92 @@ sidebar_group = "About"
8
8
9
9
# Build Verification
10
10
11
-
All Cache direct downloads are cryptographically signed using [Minisign](https://jedisct1.github.io/minisign/), a simple and lightweight tool for verifying file integrity and authenticity.
11
+
Cache direct downloads are cryptographically signed so you can verify integrity and authenticity before installation.
12
12
13
-
## What is signed
13
+
## Quick reference
14
14
15
-
Each release includes a **signed manifest** (e.g. <code>v{{ latest_version() }}.toml</code>) listing every artifact with its SHA-256 checksum. The manifest is signed with Cache's Ed25519 key — verifying the signature proves both integrity and authenticity of all listed artifacts.
Compare the `Signer #1 certificate SHA-256 digest` against the fingerprint above.
24
50
25
51
---
26
52
27
-
## Verification steps
53
+
## Linux
54
+
55
+
Linux direct downloads (AppImage, deb, rpm, tar.gz) are signed using [Minisign](https://jedisct1.github.io/minisign/).
56
+
57
+
Each release includes a **signed manifest** (e.g. <code>v{{ latest_version() }}.toml</code>) listing every artifact with its SHA-256 checksum. Verifying the manifest signature proves both integrity and authenticity of all listed artifacts.
Match the output against the `sha256` field in the manifest for that artifact.
54
94
55
95
---
56
96
57
-
## Platform app stores
97
+
## App stores
58
98
59
-
Downloads from the Apple App Store, Google Play, and Microsoft Store are signed through each platform's own trust chain. Minisign verification applies to direct downloads (AppImage, deb, rpm, tar.gz) distributed outside of app stores.
99
+
Downloads from Google Play, Apple App Store, and Microsoft Store are signed through each platform's trust chain. The platform verifies integrity before installation — no additional verification is required.
0 commit comments