Back to BlogDevelopment

Exiled Exchange 2 GitHub: Repository, Releases, and Source Guide

Exiled Exchange 2 Guide TeamSeptember 7, 20258 min read
exiled exchange 2 githubopen sourcegithub releasespoe 2
Exiled Exchange 2 GitHub: Repository, Releases, and Source Guide

Exiled Exchange 2 is an open-source desktop overlay for Path of Exile 2. Its source code, release history, issue tracker, and downloadable installers are maintained in the official Kvan7/Exiled-Exchange-2 GitHub repository. This guide explains what is actually available there, how to verify a download, and where players or developers should go when they need help.

Important: This website is an independent guide and is not the official Exiled Exchange 2 website. According to the project README, the only official download sources are the project download page and GitHub Releases.

What Is the Official Exiled Exchange 2 GitHub Repository?

The official repository is the public home of the Exiled Exchange 2 project. The project describes itself as a Path of Exile 2 overlay program for checking item prices and accessing related quality-of-life features. It is a fork of Awakened PoE Trade, adapted for Path of Exile 2.

GitHub provides several useful areas:

  • Code: the current source files and project history
  • Releases: published versions and Windows installer assets
  • Issues: bug reports, feature requests, and troubleshooting discussions
  • Pull requests: proposed code changes and review conversations
  • Commits: a record of changes made over time
  • Tags: version markers associated with releases

The repository uses master as its primary published branch. The README also links to commits on a dev branch, which is used for ongoing work. Users should not assume that every development commit is a stable release.

How to Download Exiled Exchange 2 Safely

The safest option is to use the official release links instead of downloading an installer from an unrelated mirror.

Download from GitHub Releases

  1. Open the official Exiled Exchange 2 releases page.
  2. Select the latest published release.
  3. Read the release notes for known changes or warnings.
  4. Expand the release assets if necessary.
  5. Download the Windows setup executable supplied by the maintainer.
  6. Keep the release page available so you can compare the version number later.

GitHub may show source-code archives alongside the installer. Most players want the setup executable, not the automatically generated “Source code” ZIP or TAR archive.

Verify That You Are on the Correct Repository

Before downloading, check the browser address carefully. The owner and repository should read:

github.com/Kvan7/Exiled-Exchange-2

A page that copies the product name, icon, or screenshots is not automatically official. The project README explicitly warns that download locations outside its official project page and GitHub Releases may be malicious.

Our download guide should therefore be used as navigation and installation help; the actual installer should come from the official source.

What the Repository Confirms About the Tool

The repository README shows price-check examples for several item categories:

  • Gems
  • Rare items
  • Unique items
  • Currency

These examples support the tool’s central purpose: opening an overlay that helps a player evaluate a copied Path of Exile 2 item. They do not establish unrelated claims such as automatic trading, guaranteed price predictions, stash importing, market manipulation detection, or automated buying and selling.

Exiled Exchange 2 assists with searches and comparisons. It does not replace player judgment. Item rolls, league, listing age, selected modifiers, and market activity can all influence the results.

For a practical walkthrough, read our POE 2 Exiled Exchange 2 guide.

Moving from Awakened PoE Trade

The official README includes a migration procedure for users who previously used Awakened PoE Trade for Path of Exile 1. In summary, it instructs users to:

  1. Install the latest Exiled Exchange 2 release.
  2. Run Exiled Exchange 2.
  3. Launch Path of Exile 2 so the required files can be generated.
  4. Close both applications after the overlay has loaded.
  5. Copy the apt-data folder from the Awakened PoE Trade application-data directory to the Exiled Exchange 2 directory.
  6. Change the saved windowTitle value from Path of Exile to Path of Exile 2.
  7. Restart Exiled Exchange 2 and the game.

This is specifically a settings migration process. Back up configuration files before replacing them, and use the current README in case the maintainer changes the steps.

How to Report a Problem on GitHub

Before opening a new issue, check the official FAQ and search existing GitHub issues. A duplicate issue divides troubleshooting information across multiple threads.

A useful report should include:

  • Exiled Exchange 2 version
  • Path of Exile 2 client language
  • League and platform
  • Windows version
  • Exact steps that reproduce the problem
  • Expected and actual behaviour
  • Relevant error messages
  • A screenshot with private information removed
  • Whether the problem still occurs after restarting both applications

Do not publish account credentials, session identifiers, private messages, or other sensitive data. If the problem involves an installer obtained from somewhere other than an official source, remove that copy and download a clean release first.

Understanding the Source Code

Exiled Exchange 2 is a desktop application rather than the Next.js website you are currently reading. Its repository contains separate areas for the application and renderer, plus documentation and build configuration. The official README links developers to DEVELOPING.md for current development instructions.

This distinction matters because generic web-project commands or directory examples may be wrong for this codebase. Developers should read the repository’s own instructions at the revision they intend to build.

Before Making a Code Contribution

A sensible contribution workflow is:

  1. Read README.md and DEVELOPING.md.
  2. Search open issues and pull requests.
  3. Confirm that the proposed change applies to Path of Exile 2.
  4. Fork the official repository.
  5. Create a focused branch in the fork.
  6. Test the change locally using the documented development setup.
  7. Open a pull request explaining the problem, solution, and verification performed.

Do not invent project commands or assume that workflows from another Electron or web application apply here. Repository files are the authoritative source.

How to Review a Release Before Updating

A new version is not just a newer installer. Before updating:

  • Read the release title and notes
  • Check whether the release is marked as a prerelease
  • Review recently reported issues
  • Confirm that the asset belongs to the official repository
  • Back up important configuration
  • Close the game and existing overlay before installing

If the current version works and a release contains changes unrelated to your setup, you can review community feedback before updating. When an update fixes a security or compatibility problem, installing promptly is usually preferable.

Official Project Versus Independent Guides

The official repository is the authority for source code, releases, and maintainer statements. Independent guides such as this site can make installation and troubleshooting easier, but they should not replace release notes or claim ownership of the application.

Use each source for the right purpose:

  • GitHub repository: source, issues, commits, and project history
  • GitHub Releases: official version downloads
  • Official FAQ: maintainer-provided troubleshooting
  • This website: independent explanations and step-by-step guides

You can also review our FAQ for common usage questions and the blog for additional Path of Exile 2 tutorials.

Frequently Asked Questions

Is Exiled Exchange 2 open source?

Yes. The source is publicly available in the Kvan7/Exiled-Exchange-2 repository.

Is this website the official project website?

No. Exiled-exchange2.com is an independent informational website. The project’s official download page is hosted under Kvan7’s GitHub Pages site.

Where should I download the installer?

Use the official GitHub Releases page or the official project download page linked from the repository README.

Can I use a random download mirror?

That is not recommended. The maintainer warns that other download locations are not official and may be malicious.

Where can I request a feature?

Search the official issue tracker first. If no existing issue covers the request, open a focused issue with the use case and expected behaviour.

Final Checklist

Before relying on an Exiled Exchange 2 GitHub resource, confirm:

  • The repository owner is Kvan7
  • The repository name is Exiled-Exchange-2
  • Installer downloads come from an official location
  • Instructions match the current README
  • Claims about features are supported by current project documentation
  • Bug reports include enough information to reproduce the problem

The official repository is the best starting point for accurate information about Exiled Exchange 2. Bookmark it, check release notes before updating, and treat third-party downloads or unsupported feature claims with caution.

Share this article

Keep Reading

Recommended Articles