https://github.com/sidekick-poe/sidekick
The main repository for the Sidekick project, a companion trade tool for Path of Exile and Path of Exile 2.
https://github.com/sidekick-poe/sidekick
path-of-exile path-of-exile-2 pathofexile poe poe2 sidekick trade
Last synced: 4 months ago
JSON representation
The main repository for the Sidekick project, a companion trade tool for Path of Exile and Path of Exile 2.
- Host: GitHub
- URL: https://github.com/sidekick-poe/sidekick
- Owner: Sidekick-Poe
- License: mit
- Created: 2021-08-31T02:19:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-29T14:31:46.000Z (4 months ago)
- Last Synced: 2026-01-29T18:54:50.745Z (4 months ago)
- Topics: path-of-exile, path-of-exile-2, pathofexile, poe, poe2, sidekick, trade
- Language: C#
- Homepage: https://sidekick-poe.github.io
- Size: 43.3 MB
- Stars: 467
- Watchers: 4
- Forks: 46
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [](#) Sidekick
[](https://github.com/Sidekick-Poe/Sidekick/releases/latest) [](https://tooomm.github.io/github-release-stats/?username=Sidekick-Poe&repository=Sidekick) [](https://tooomm.github.io/github-release-stats/?username=Sidekick-Poe&repository=Sidekick) [](https://discord.gg/R9HyCpV)
A Path of Exile and Path of Exile 2 companion tool. Price check items, check for dangerous map modifiers, and more!
[](https://sidekick-poe.github.io/) [](https://github.com/Sidekick-Poe/Sidekick/releases/latest)
[](https://www.buymeacoffee.com/sidekickpoe)
## Running Sidekick AppImage on Linux
### Prerequisites
Sidekick requires the following packages to be installed
#### Arch-based
```sh
sudo pacman -S --needed xsel webkit2gtk-4.1 dotnet-runtime-8.0
```
#### Ubuntu
```sh
sudo apt install xsel libwebkit2gtk-4.1-0 dotnet-runtime-8.0
```
#### Fedora
```sh
sudo dnf install xsel webkit2gtk4.1 dotnet-runtime-8.0
```
### Download and run
```sh
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](https://discord.gg/R9HyCpV).
#### Running the code:
1. Install **.NET SDK**
2. Install **Node** and **NPM** (for the stylesheets)
3. Clone the repository
4. Open **.sln** with your IDE of choice. Recommended IDEs are: **Visual Studio 2022**, **Rider** or **Visual Studio Code**
5. 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
1. Clone the repository
2. Build an image using:
```powershell copy
docker build --tag sidekickpoe:latest --file Dockerfile .
```
4. Run it with:
```powershell copy
docker run -p 5000:5000 -v ./sidekick-data:/app/src/Sidekick.Web/sidekick sidekickpoe:latest
```
5. Access through http://localhost:5000
#### Running webapp with docker compose (requires [Docker Compose](https://docs.docker.com/compose/install/))
1. Clone the repository
2. Build and run the project with `docker compose up`
3. Access through: http://localhost:5000
## Notice
This product isn't affiliated with or endorsed by Grinding Gear Games in any way.
## Thanks
#### Community
[Contributors](https://github.com/Sidekick-Poe/Sidekick/graphs/contributors), [Path of Exile Trade](https://www.pathofexile.com/trade), [poe2scout.com](https://poe2scout.com/), [poe.ninja](https://poe.ninja/), [poeprices.info](https://www.poeprices.info/), [poewiki.net](https://www.poewiki.net/), [poedb.tw](https://poedb.tw/us/), [Awakened PoE Trade](https://github.com/SnosMe/awakened-poe-trade), [POE-TradeMacro (Original Idea)](https://github.com/PoE-TradeMacro/POE-TradeMacro)
#### Technology
[FuzzySharp](https://github.com/JakeBayer/FuzzySharp), [NotificationIcon.NET](https://github.com/Bip901/NotificationIcon.NET), [SharpHook](https://github.com/TolikPylypchuk/SharpHook), [TextCopy](https://github.com/CopyText/TextCopy)