v0.1.0 — Initial release
🛡 SwiftGuard v0.1.0 — Initial release
A fully on-device security & quality auditor for Swift code. Powered by Apple's FoundationModels (on-device LLM / Private Cloud Compute), it audits your code without ever sending it off your Mac.
✨ Features
- Reviews four dimensions in Japanese (streamed): 🔁 retain cycles / memory leaks, 🧵 thread-safety, ⚡️ performance, 🔐 Apple privacy-policy risks
- Both a 💻 CLI (
swiftguard) and a 🖼 SwiftUI desktop app - 🪝 Git pre-commit hook that blocks commits with dangerous code
- 🧠 AI logic centralized in a shared
SwiftGuardCoremodule
📦 Downloads
| File | Use |
|---|---|
SwiftGuard-0.1.0.dmg |
Desktop app (universal: Apple Silicon + Intel) |
swiftguard-cli-0.1.0-macos-universal.zip |
CLI binary (universal) |
🖥 Requirements
- macOS 26 (Tahoe) or later on an Apple-Intelligence-capable Mac with Apple Intelligence enabled
⚠️ Gatekeeper: these artifacts are ad-hoc signed (not notarized). On first launch, right-clickSwiftGuard.app→ Open, or for the CLI runxattr -dr com.apple.quarantine ./swiftguard.
🔐 Checksums (SHA-256)
SwiftGuard-0.1.0.dmg
f64ab68296d5f57605dd7084a24b9e784525acbae264cc0d7e7386e140bcddab
swiftguard-cli-0.1.0-macos-universal.zip
67b04eda190096a943e05db5a62d1377b458aba123404c9709a9d637c575cbf6
🤖 Generated with Claude Code