Associative text search engine.
You search for "proxy". You find it. But you miss "proxychains", "HTTP_PROXY", "git config http.proxy".
traceflux discovers related concepts you do not know to search for.
traceflux associations "proxy" src/ --hops 2
# Output:
# proxychains strength: 0.85
# HTTP_PROXY strength: 0.72
# git config strength: 0.65pipx install git+https://github.com/tracer-mohist/traceflux.git# Find associations
traceflux associations "PageRank" src/
# Search patterns
traceflux search "def " src/ --limit 10
# List patterns
traceflux patterns src/ --min-length 8 --limit 20traceflux associations "proxy" src/ --json | jq '.associations[]'- Getting Started (docs/GETTING_STARTED.md) - 5-minute setup
- Usage Guide (docs/USAGE.md) - Commands and options
- Architecture (docs/ARCHITECTURE.md) - How it works
- Use Cases (docs/USE-CASES.md) - Real-world examples
- Philosophy (docs/PHILOSOPHY.md) - Design principles
- Contributing (CONTRIBUTING.md) - How to contribute
- Testing (TESTING.md) - Run and write tests
git clone https://github.com/tracer-mohist/traceflux.git
cd traceflux
pipx install pdm
pdm install --dev
pytestREFERENCE: CONTRIBUTING.md for full guide.
Created: 2026-03-06 Last Updated: 2026-03-10