Skip to content

Commit d0700cc

Browse files
Lexus2016claude
andcommitted
docs: ship Windows download links + Linux AppImage entry
v0.3.3 release ships Windows .msi (x64) and CLI tarballs for both x86_64-pc-windows-msvc and aarch64-pc-windows-msvc, plus an AppImage for Linux x64 alongside the existing .deb. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1b2e37b commit d0700cc

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ brew services start localguard
5151
| Platform | Download |
5252
|----------|----------|
5353
| macOS (Apple Silicon) | [LocalGuard.dmg](https://github.com/Lexus2016/LocalGuard/releases/latest) |
54-
| Linux | [.deb](https://github.com/Lexus2016/LocalGuard/releases/latest) |
55-
| Windows | Coming soon |
54+
| Linux (x64) | [.deb](https://github.com/Lexus2016/LocalGuard/releases/latest) / [.AppImage](https://github.com/Lexus2016/LocalGuard/releases/latest) |
55+
| Windows (x64) | [LocalGuard_*.msi](https://github.com/Lexus2016/LocalGuard/releases/latest) |
5656

5757
> **macOS note:** If you downloaded the DMG manually (not via Homebrew), macOS Gatekeeper may block it. Run once:
5858
> ```bash
@@ -95,7 +95,17 @@ tar xzf llm-security-proxy-*-aarch64-unknown-linux-gnu.tar.gz
9595
sudo mv llm-security-proxy /usr/local/bin/
9696
```
9797

98-
**Windows:** Coming soon.
98+
**Windows (x86_64):**
99+
```powershell
100+
tar -xzf llm-security-proxy-*-x86_64-pc-windows-msvc.tar.gz
101+
# Move llm-security-proxy.exe to a directory in your PATH
102+
```
103+
104+
**Windows (ARM64):**
105+
```powershell
106+
tar -xzf llm-security-proxy-*-aarch64-pc-windows-msvc.tar.gz
107+
# Move llm-security-proxy.exe to a directory in your PATH
108+
```
99109

100110
## Quick Start
101111

0 commit comments

Comments
 (0)