Two local-first tools for different layers of automation. Flowd learns your file workflows on your machine. VaultRun gives AI agents a secure place to run code. Use both when you want approval-driven local automations and audited sandbox execution.
flowd VaultRun observe filesystem Docker sandbox per session detect rename/move patterns run_command · MCP · audit trail suggest → you approve agents · scripts · CI flowctl undo network off by default
flowd_list_suggestions via VaultRun MCP (opt-in)flowd_explain_suggestion — you inspect the whyflowd_approve_suggestioncreate_session + run_command in VaultRun$ cargo install --path crates/flow-cli # from github.com/nickvd7/flowd $ flowctl setup --watch ~/Downloads $ flow-daemon & $ MCP_FLOWD_ENABLED=true \ FLOWCTL_PATH=flowctl \ VAULTRUN_BASE_URL=http://localhost:8080 \ VAULTRUN_API_KEY=vr_your_key \ ./vaultrun-mcp
run / dry-run — still local via flowctl; no HTTP API in Flowd