A Path of Exile and Path of Exile 2 companion tool. Price check items, check for dangerous map modifiers, and more!
We accept most PR and ideas. If you want a feature included, create an issue and we will discuss it. We are also available on Discord.
- Install .NET SDK
- Install Node and NPM (for the stylesheets)
- Clone the repository
- Open .sln with your IDE of choice. Recommended IDEs are: Visual Studio 2022, Rider or Visual Studio Code
- Run the WPF project (VS2022 or Rider) or Web project. Can also be done with dotnet CLI
The application is a web application that is running inside a WebView2 provided by WPF. Development can also be done using the Web project.
- Clone the repository
- Build an image using
docker build --tag sidekickpoe:latest --file Dockerfile .
- Run it with
docker run -p 5000:5000 -v ./sidekick-data:/app/src/Sidekick.Web/sidekick sidekickpoe:latest
- Access through http://localhost:5000
This product isn't affiliated with or endorsed by Grinding Gear Games in any way.
Contributors, Path of Exile Trade, poe.ninja, poeprices.info, poewiki.net, poedb.tw, Awakened PoE Trade, POE-TradeMacro (Original Idea)
FuzzySharp, Hardcodet NotifyIcon for WPF, SharpHook, TextCopy