grepai-installation
Warn
Audited by Runlayer on Feb 21, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
77.1%
Malicious tool definition detected
**Start indexing** with `grepai watch` ## Common Installation Issues ❌ **Problem:** `command not found: grepai` ✅ **Solution:** Ensure `/usr/local/bin` is in your PATH: ```bash export PATH="$PATH:/usr/local/bin" ``` ❌ **Problem:** Permission denied during installation ✅ **Solution:** Use `sudo` for the installation command or install to a user directory ❌ **Problem:** Homebrew tap not found ✅ **Solution:** Add the tap first: ```bash brew tap yoanbernabeu/tap brew install grepai ``` ## Output For
Audit Metadata