The three skills are workflow instructions. They call two local binaries and never install software automatically.
On macOS or Linux with Homebrew:
brew tap terraphim/terraphim
brew install terraphim-grep terraphim-agent
terraphim-grep --version
terraphim-agent --version
terraphim-agent learn --help
terraphim-agent memory --helpThe formulae use immutable, signed and checksummed v1.21.14 archives. If both binaries already pass the four probes, do not reinstall them.
brew update
brew upgrade terraphim-grep terraphim-agentRun the four probes again after upgrading. The installed --help output is the
authority for available options.
brew uninstall terraphim-grep terraphim-agent
brew untap terraphim/terraphimRemoving the binaries does not remove learning or memory data. Review local data locations before deleting user-created state.
Follow the Terraphim installation guide
to download the correct archive and SHA256SUMS.
Verify the archive checksum before extracting it. macOS archives are signed and
notarized; do not bypass Gatekeeper. Linux archives are signed through the release
checksum and signature chain.
- If a host cannot resolve a binary, restart it after installation so it receives
the current
PATH. - Homebrew usually installs to
/opt/homebrew/binon Apple Silicon,/usr/local/binon Intel macOS, and/home/linuxbrew/.linuxbrew/binon Linux. - Do not copy credentials or private memory into diagnostics.
- Do not use
xattror Gatekeeper-bypass commands. Verify the official archive and report a signature failure instead.