specsmd collects anonymous usage analytics only during installation to improve the product. No personal information is collected.
- Operating system (macOS, Linux, Windows)
- Shell type (zsh, bash, powershell, etc.)
- Selected IDEs and flow
- Installation success/failure
- Approximate location (country/city from IP, IP is not stored)
- Node.js version
- specsmd version
- No usernames or personal identifiers
- No file paths or folder names
- No project contents
- No IP addresses (used only for geolocation, then discarded)
To disable analytics:
SPECSMD_TELEMETRY_DISABLED=1 npx specsmd@latest installOr use the standard DO_NOT_TRACK environment variable:
DO_NOT_TRACK=1 npx specsmd@latest installAnalytics are automatically disabled in CI environments.