Last updated: February 2026
Suvadu stores everything locally on your machine. No data is ever sent to any server. There is no telemetry, no analytics, no cloud sync, and no account required.
Suvadu records your shell commands in a local SQLite database. For each command, it stores:
All data is stored locally at:
On Linux, these are stored in ~/.config/suvadu/ and ~/.local/share/suvadu/.
Suvadu makes exactly one type of network request:
suv update — Checks for new versions by contacting downloads.appachi.tech. No user data, command history, or identifiable information is transmitted. Only a version check.
All other commands work entirely offline. You can use Suvadu on an air-gapped machine with no internet access.
Suvadu records all commands by default. If you run commands containing passwords, tokens, or secrets, they will be stored in the local database.
To protect sensitive data:
suv settings to add exclusion patterns (regex) that prevent recordingeval $(suv pause) to temporarily stop recording in a sessionsuv delete "pattern" to remove specific commands from historyYou have full control over your data:
suv delete "pattern"suv uninstall removes binaries and shell hooksSuvadu integrates with AI coding tools to track agent-executed commands. All integrations are purely local — no data is shared with any third party.
suv init claude-code): Installs a local PostToolUse hook that reads command metadata from Claude Code's hook events. No data is sent to Anthropic.suv init cursor): Auto-detects Cursor's integrated terminal via environment variables. Commands are captured through standard shell hooks. No data is sent to Cursor/Anysphere.Other AI tools (VS Code, Codex, Aider, Windsurf) are auto-detected via environment variables in the shell hooks — no additional setup needed, and no data leaves your machine.
Suvadu is open source under the MIT license. You can audit every line of code to verify these privacy claims at github.com/AppachiTech/suvadu.
This page covers the Suvadu CLI tool specifically. For our website privacy policy (analytics, cookies), see the company privacy policy.
Questions about Suvadu's privacy practices? Email madhu@appachi.tech
We use analytics cookies to understand how visitors interact with our site. No personal data is collected. Privacy Policy