A Path of Exile and Path of Exile 2 companion tool. Price check items, check for dangerous map modifiers, and more!
Running Sidekick AppImage on Linux
Prerequisites
Sidekick requires the following packages to be installed
Arch-based
sudo pacman -S --needed xsel webkit2gtk-4.1 dotnet-runtime-8.0
Ubuntu
sudo apt install xsel libwebkit2gtk-4.1-0 dotnet-runtime-8.0
Fedora
sudo dnf install xsel webkit2gtk4.1 dotnet-runtime-8.0
Download and run
wget https://github.com/Sidekick-Poe/Sidekick/releases/latest/download/Sidekick-linux-stable.AppImage chmod +x Sidekick-linux-stable.AppImage ./Sidekick-linux-stable.AppImage
Development
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.
Running the code:
- 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
Implementation Notes
The application is a web application that is running inside a WebView2 provided by WPF. Development can also be done using the Web project.
Running webapp in docker
- 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
Running webapp with docker compose (requires Docker Compose)
- Clone the repository
- Build and run the project with
docker compose up - Access through: http://localhost:5000
Notice
This product isn't affiliated with or endorsed by Grinding Gear Games in any way.
Thanks
Community
Contributors, Path of Exile Trade, poe2scout.com, poe.ninja, poeprices.info, poewiki.net, poedb.tw, Awakened PoE Trade, POE-TradeMacro (Original Idea)

