diff --git a/website/download.html b/website/download.html
index bcbc1dd..9fd3636 100644
--- a/website/download.html
+++ b/website/download.html
@@ -62,6 +62,10 @@
Linux CLI / Anchor
v0.6.2
+
+ Windows Installer
+ v0.6.2
+
diff --git a/website/style.css b/website/style.css
index ef3ae3f..9310b0a 100644
--- a/website/style.css
+++ b/website/style.css
@@ -189,6 +189,7 @@ p strong { color: var(--text); }
.download-btn .sub { font-size: 0.82rem; font-weight: 400; opacity: 0.75; display: block; margin-top: 0.15rem; }
.btn-android { background: var(--accent); }
.btn-linux { background: var(--green); }
+.btn-windows { background: #0078d4; }
/* --- Steps --- */
.steps { list-style: none; padding: 0; counter-reset: step; }