Real-time global map of every Inference-X node — anonymous, opt-in.
https://inference-x.com
| .gitignore | ||
| ix_scout.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
What is IX Scout?
IX Scout is a live global map showing all publicly registered Inference-X nodes — their location, models, hardware, and availability.
Features
- Live map — geographic view of the IX network
- Anonymous by default — nodes show region, not exact location
- Hardware stats — GPU model, VRAM, performance tier
- Model availability — which models each node serves
- Latency — estimated response time from your location
Register your node
# Add to your inference-x startup
./inference-x model.gguf --serve 8080 --scout-register
# Or via config
echo "SCOUT_REGISTER=true" >> ~/.inference-x/config
Registration is opt-in. No tracking, no telemetry.
Status
Beta — map functional, registration API stable.
Part of the Inference-X community