A desktop companion app for Path of Exile — import builds, track gems & items, and use an in-game overlay.
Built with C# 12, .NET 10, Avalonia UI, and SkiaSharp.
Website · Download · Open Source · MIT License
- Build Import — Paste Path of Building codes or pobb.in URLs directly
- Save/Load — Save and load builds locally, auto-loads last build on startup
- Unified Loadout Selector — Switch SkillSet, ItemSet, and TreeSet together
- Gem Display — Skill gems with real PoE Wiki icons, levels, quality, colors, and acquisition info (quest/vendor)
- Item Display — Items with rarity colors, mod highlighting, and tooltips with full details
- Skill Tree Viewer — 1300+ nodes with real PoE sprites (Normal, Notable, Keystone), group backgrounds, zoom-based LOD switching, and hover tooltips
- Node Search — Search nodes by name, navigate to results, and highlight matches in the tree
- Ingame Overlay — Transparent overlay showing gems and quest tracker over the game (Windows)
- Quest Tracker — Track skill point quests, ascendancy trials (with trap types), and labs with progress saving
The overlay shows your gems and quest progress while playing:
- Hotkeys (configurable):
F11- Toggle overlay visibilityCtrl+F11- Toggle between click-through and interactive mode
- Click-Through: Clicks pass through the overlay to the game
- Draggable: Drag via header in interactive mode
- Position saved: Always opens at the last position
- Tabs: Switch between Gems and Quests view
- Quest categories: Quests, Trials, Labs with progress counters
Note: The overlay only works with "Windowed Fullscreen" in PoE (standard for all PoE overlays).
Download the latest installer or portable ZIP from the Releases page.
git clone https://github.com/Maex-z9/PathPilot.git
cd PathPilot
dotnet run --project src/PathPilot.Desktop/PathPilot.Desktop.csproj- Windows (full functionality including overlay) or Linux (limited)
- .NET 10 SDK (only when building from source)
| Version | Status | Highlights |
|---|---|---|
| v1.0 | Released | Core skill tree rendering, build import, gem/item display |
| v1.1 | In Progress | Real PoE sprites, node search, stat tooltips, node editing |
| v2.0 | Planned | Minimap, ascendancy trees, advanced quest tracking |
MIT






