Get started
Install Fehm and scan a repository.
Install the local tool, choose an assistant, and start with a repository you know.
Install with uv
Use a Fehm wheel supplied by the project maintainer. A public package download is not available from this website yet.
Install Fehm
With uv installed, point it at your supplied wheel. Replace PLATFORM with its actual platform tag:
Terminal
uv tool install /path/to/fehm-1.4.0-py3-none-PLATFORM.whl
uv tool update-shell
fehm --versionFollow the installation guide for setup and upgrades. No separate npm or Node installation is required to run the packaged tool.
Connect your assistant
Terminal
fehm install --platform claudeChoose your platform in the integration guides. Add --project from a repository root for a project-scoped skill.
Scan and explore
Terminal
cd /absolute/path/to/project
fehm scan .
fehm query "authentication flow"
fehm serve .fehm/graph.json --watchThe cockpit opens at http://127.0.0.1:7331. Ask your assistant to explain the flow and cite the returned files.