Open Source · MIT License

PathPilot

Your desktop companion for Path of Exile.
Import builds, track gems, items & quests, and use the ingame overlay.

1300+ Nodes
.NET 10 Avalonia UI
Scroll

See PathPilot in Action

A look at the most important views of the app.

PathPilot main window with Skill Gems and Items

Build Overview

Skill gems with level, quality and acquisition info alongside your items with rarity colors.

PathPilot Passive Skill Tree Viewer

Skill Tree

1300+ nodes with GPU-accelerated SkiaSharp rendering.

PathPilot Skill Tree detail view

Detail View

Zoom & pan for a close-up view of allocated nodes.

Everything You Need

PathPilot combines build import, gem & item tracking, quest progression and a native skill tree viewer in one desktop tool.

Build Import

Paste Path of Building codes or pobb.in URLs directly. Your build is instantly available.

Gem Display

Skill gems with real PoE Wiki icons, level, quality, socket colors and acquisition info.

Item Display

Items with rarity colors, mods and detailed tooltips. Just like in the game.

Quest Tracker

Track skill point quests, ascendancy trials and labyrinth completion. Mark progress as you go.

Skill Tree Viewer

Native SkiaSharp-based passive tree with GPU-accelerated rendering, zoom, pan and tooltips.

Ingame Overlay

Transparent overlay with gems, quests, trials and labs tabs. Click-through mode, draggable, position saved.

Loadout Selector

Switch between SkillSet, ItemSet and TreeSet configurations for multi-setup builds.

Save & Load

Save builds locally and load them anytime. Last used build auto-loads on startup.

Always in Sight

The overlay shows your gems, quest progress, trials and labs right on top of the game. Configurable hotkeys and click-through mode ensure you never break your flow.

F11 Toggle overlay visibility
Ctrl+F11 Switch click-through / interactive mode
Requires "Windowed Fullscreen" in PoE (standard for all PoE overlays).

Native. Fast. Interactive.

No embedded browser, no 200MB Chromium dependency. Pure SkiaSharp rendering with GPU acceleration.

GPU Rendering

1300+ nodes rendered smoothly with SkiaSharp GPU acceleration.

Zoom & Pan

Mouse wheel to zoom, drag to pan. Natural navigation.

Hover Tooltips

Node name, stats and connections at a glance.

Allocated Nodes

Your allocated nodes highlighted in gold, directly from the PoB import.

PathPilot Passive Skill Tree

Modern Technology

C# 12
Modern language with pattern matching and performance
.NET 10
Latest framework with native AOT support
Avalonia UI
Cross-platform desktop UI framework
SkiaSharp
GPU-accelerated 2D rendering for the skill tree

What's Next

v1.0 Released

Full Desktop Companion

  • Build import from PoB codes and pobb.in URLs
  • Gem display with real PoE Wiki icons & acquisition info
  • Item display with rarity colors and mod tooltips
  • Ingame overlay with gems, quests, trials & labs tabs
  • Quest & progression tracking with completion state
  • SkiaSharp skill tree viewer (1300+ nodes, zoom & pan)
  • Loadout selector for multi-setup builds
  • Save & load builds with auto-load on startup
v1.1 In Progress

Skill Tree Overhaul

  • Real PoE node sprites & group backgrounds
  • Stats & modifiers in hover tooltips
  • Node editing (allocate/deallocate by click)
  • Node search with highlighting
  • Minimap overlay
  • Ascendancy tree display
v2.0 Planned

Advanced Features

  • DPS calculation & stat summaries
  • Build comparison tools
  • Community features

Help Improve PathPilot

Found a bug or have an idea? Let us know on GitHub.

Get Started

Download PathPilot for Windows and start following your build in seconds.

v1.1.1 · Windows x64 · Release Notes

Build from Source

  • .NET 10 SDK
  • Windows or Linux
Terminal
# Clone the repository
git clone https://github.com/Maex-z9/PathPilot.git
cd PathPilot

# Run the project
dotnet run --project src/PathPilot.Desktop/PathPilot.Desktop.csproj