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.

01

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 --version

Follow the installation guide for setup and upgrades. No separate npm or Node installation is required to run the packaged tool.

02

Connect your assistant

Terminal
fehm install --platform claude

Choose your platform in the integration guides. Add --project from a repository root for a project-scoped skill.

03

Scan and explore

Terminal
cd /absolute/path/to/project
fehm scan .
fehm query "authentication flow"
fehm serve .fehm/graph.json --watch

The cockpit opens at http://127.0.0.1:7331. Ask your assistant to explain the flow and cite the returned files.

SCAN · QUERY · REVIEW

Start with your repository.

Start with Fehm ↗