An open-source MITM proxy that automatically redacts sensitive data from your AI coding assistant requests — and restores them in responses. 一个开源 MITM 代理,自动脱敏 AI 编程助手请求中的敏感数据,并在响应中还原。
Built for developers who care about privacy without sacrificing productivity. 为重视隐私又不想牺牲效率的开发者而生。
Works out of the box with sensible defaults. Install and run — no YAML editing required. 开箱即用,合理的默认配置。安装即运行,无需手动编辑配置文件。
Only intercepts traffic from targeted processes. Your system network stays untouched. 仅代理目标进程流量,不影响系统网络。
Edit rules via the admin UI — changes apply instantly without restarting the proxy. 通过管理面板修改规则,无需重启即可生效。
Keywords and placeholder mappings are encrypted at rest using your local CA key. 关键词和映射使用本地 CA 密钥加密存储。
Rule lists + keyword matching + regex + optional NER — layered detection for maximum coverage. 规则列表 + 关键词 + 正则 + 可选 NER,多层识别全面覆盖。
Real-time audit log, visual analytics, rule management — all from your browser. 实时审计日志、可视化分析、规则管理 — 尽在浏览器中。
VibeGuard sits between your IDE and the AI API, transparently redacting and restoring data. VibeGuard 介于 IDE 和 AI API 之间,透明地脱敏和还原数据。
One-line install for macOS and Linux. macOS 和 Linux 一行命令安装。
curl -fsSL https://vibeguard.top/install | bash
Windows (PowerShell): Windows(PowerShell):
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://vibeguard.top/install.ps1 | iex"
Start the proxy and trust the local CA certificate. 启动代理并信任本地 CA 证书。
vibeguard start && vibeguard trust
Launch your AI tool through VibeGuard's process launcher. 通过 VibeGuard 进程启动器运行你的 AI 工具。
vibeguard claude
Remove VibeGuard from your machine. 从本机移除 VibeGuard。
curl -fsSL https://vibeguard.top/uninstall | bash
Windows (PowerShell): Windows(PowerShell):
powershell -NoProfile -ExecutionPolicy Bypass -Command "& ([ScriptBlock]::Create((irm https://vibeguard.top/uninstall.ps1))) -Purge"