经 AI Skill Hub 精选评估,DAM隐私防火墙 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.2 分,适合有一定技术背景的用户使用。
为AI代理提供本地隐私保护的开源工作流工具。通过数据匿名化和隐私防火墙机制,帮助开发者构建符合CCPA等数据保护法规的AI应用,适合关注数据安全和隐私合规的AI开发者。
DAM隐私防火墙 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
为AI代理提供本地隐私保护的开源工作流工具。通过数据匿名化和隐私防火墙机制,帮助开发者构建符合CCPA等数据保护法规的AI应用,适合关注数据安全和隐私合规的AI开发者。
DAM隐私防火墙 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install dam # 方式二:从源码编译 git clone https://github.com/RPBLC-hq/DAM cd DAM cargo build --release # 二进制在 ./target/release/dam
# 查看帮助 dam --help # 基本运行 dam [options] <input> # 详细使用说明请查阅文档 # https://github.com/RPBLC-hq/DAM
# dam 配置说明 # 查看配置选项 dam --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export DAM_CONFIG="/path/to/config.yml"
A local privacy firewall for everything your machine sends out.
<p align="center"> <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/license-Apache_2.0-blue.svg" alt="License: Apache-2.0"></a> <a href="https://www.npmjs.com/package/@rpblc/dam"><img src="https://img.shields.io/badge/npm-%40rpblc%2Fdam-cb3837.svg" alt="npm: @rpblc/dam"></a> <a href="https://www.rust-lang.org/"><img src="https://img.shields.io/badge/rust-1.94%2B-orange.svg" alt="Rust 1.94+"></a> <img src="https://img.shields.io/badge/checks-fmt%20%7C%20clippy%20%7C%20test-2ea44f.svg" alt="Checks: fmt, clippy, test"> </p>
<p align="center"> <a href="#install">Install</a> · <a href="#quick-start">Quick Start</a> · <a href="#how-it-works">How It Works</a> · <a href="docs/README.md">Docs</a> · <a href="#status">Status</a> </p>
---
The current MVP install path is staged around the macOS app and the npm/native shims. Linux and Windows are design targets, but their routing, trust, tray, and packaging paths are still landing in slices. On those platforms, use source builds and explicit proxy experiments only; macOS-specific network mutation commands report unsupported_platform with fallback guidance instead of changing host networking.
npm install -g @rpblc/dam
From a source checkout:
cargo build -p dam -p dam-web -p dam-tray
Per-platform native packages are staged — see docs/build-release.md.
cargo fmt --all --check
cargo clippy --workspace -- -D warnings
cargo test --workspace
Start the tray. It puts a [R:] item in the menu bar and walks you through setup, trust, and routing — no flags to memorize.
dam-tray
Click the [R:] menu-bar item and hit Connect. To confirm DAM is mediating:
dam status --json
From a source checkout instead:
cargo build -p dam -p dam-web -p dam-tray
cargo run -p dam-tray
Headless setup, app profiles (Claude, ChatGPT, …), and every routing/trust flag are in docs/dam.md, docs/dam-tray.md, and docs/dam-integrations.md.
创新的隐私保护方案,针对AI代理的数据安全问题提供本地防火墙解决方案。Rust实现保证性能,但项目成熟度有限,需持续观察。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
AI Skill Hub 点评:DAM隐私防火墙 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | DAM |
| 原始描述 | 开源AI工作流:A local privacy firewall for AI agents.。⭐10 · Rust |
| Topics | 隐私保护AI工作流数据匿名化防火墙CCPA合规 |
| GitHub | https://github.com/RPBLC-hq/DAM |
| 语言 | Rust |
收录时间:2026-06-10 · 更新时间:2026-06-11 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端