SkillAgentSearch skills...

TraXile

Tracking tool for Path of Exile

Install / Use

/learn @dermow/TraXile
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Contributors Forks Stargazers Issues MIT License

<img width="1295" height="126" alt="grafik" src="https://github.com/user-attachments/assets/e9de1c91-8edc-40c1-9126-de67e7e875fc" /> <div align="center"> <p> <strong>Track and analyze your Path of Exile activities in real time and historically.</strong> </p> <p> <a href="https://www.youtube.com/watch?v=jZ8eiCNOiM4">▶️ Introduction Video</a> | <a href="https://github.com/dermow/TraXile/releases/latest">⬇️ Download Latest Release</a> </p> </div>

📑 Table of Contents


ℹ️ About

TraXile is a tracking and statistics tool for Path of Exile. It reads your game’s client log file and provides real-time and historical statistics about your in-game activities.

TraXile is a potential alternative to "Mapwatch," a similar tool that was recently discontinued. Special thanks to Mapwatch’s developer for the inspiration!


✨ Features

  • Activity Tracking (Live & Historical) ⏱️
    Track time and stats for your in-game activities (maps, heist contracts, sanctum, etc.) both live (while TraXile is open) and retroactively from your Client.txt log file.
    <img src="https://github.com/dermow/TraXile/blob/master/Docu/Images/NewUI_1.png?raw=true" width="600"/>

  • Comprehensive Statistics 📊
    Collect and analyze various game-related statistics.
    <img src="https://github.com/dermow/TraXile/blob/master/Docu/Images/MappingChart.png?raw=true" width="600"/>

  • Activity Analysis 🔍
    Deep-dive into farming strategies and optimize your gameplay with detailed analysis.
    <img src="https://github.com/dermow/TraXile/blob/master/Docu/Images/SummaryWindow.png?raw=true" width="600"/>

  • In-Game Overlay 🖥️
    Keep track of your map time and see which content you’ve encountered, all while playing.
    <img src="https://github.com/dermow/TraXile/blob/master/Docu/Images/Overlays.png?raw=true" width="600"/>


🚀 Getting Started

💾 Installation

  1. Download the latest release from the releases page.
  2. Run the MSI installer and follow the on-screen instructions.

🛠️ First Steps

  1. Select your Client.txt log file:
    On first launch, TraXile will try to auto-detect the log file. If not found, select it manually.

    Default locations:

    | Platform | Path | Example | |-----------------|----------------------------------------------------------------------|----------------------------------------------------------------| | Windows (Steam) | %SteamLibrary%\steamapps\common\Path of Exile\Logs\Client.txt | C:\Steam\steamapps\common\Path of Exile\logs\Client.txt | | Windows (Standalone) | %InstallDirectory%\Logs\Client.txt | C:\Program Files (x86)\Grinding Gear Games\Path of Exile\logs\Client.txt | | Mac (with Crossover) | /Users/YOUR_USERNAME/Library/Caches/com.GGG.PathOfExile/Logs/Client.txt | /Users/mow/Library/Caches/com.GGG.PathOfExile/Logs/Client.txt |

  2. Import your data:
    TraXile will import all historical data from your log file into its internal database. This may take a moment on first use.

⬆️ Update


❓ FAQ

TraXile isn’t tracking any activities, even with the correct Client.txt path

Make sure your local area chat is enabled; TraXile depends on these log lines.

Why can't I filter data by character name?

Unfortunately, the Client.txt log file does not include the character name.

Do I need TraXile running while playing to track activities?

No. TraXile reads all data in your Client.txt file, so past activities are tracked even if TraXile wasn’t running.

Why does Windows warn me during installation?

As an independent developer, I do not use a Code Signing certificate, which causes Windows to show a warning.

Does the app send data to the Internet?

Only to check for new versions and download some metadata (e.g., league dates).

Why isn’t this a web-based application?

Continuous log file reading is much easier with a desktop app.

Can I install TraXile on Mac?

TraXile is designed for Windows, but you can use Crossover to install it on Mac.
Unifer1’s Reddit Guide:

- Install Crossover
- "Install a new bottle" → "Install an unlisted application"
- Create a Windows 10 64-bit bottle named TraXile
- Select and install the `Setup.msi`
- On first run, select your Client.txt log file
- Should work automatically after setup

Can I install TraXile on Linux?
TraXile is not natively supported on Linux, but it can run successfully using Wine. Here's how:

  • Install the required dependencies:

    sudo pacman -S wine mono lib32-gnutls

    cert-sync /etc/ssl/certs/ca-certificates.crt

  • Run TraXile.exe or the MSI installer using Wine: wine TraXile.exe

  • On first launch, TraXile prompts for your Client.txt log file location. Wine uses its own file browser, which cannot see hidden directories such as .steam.

    To work around this, create a symlink in your home directory:

    ln -s .steam steam

    This allows the Wine file browser to navigate into your Steam game folders.

    Once these steps are complete, TraXile should function normally on Linux. Keep in mind that system integration features (like auto-updates) may be limited compared to native Windows.


<!-- MARKDOWN LINKS & IMAGES -->

Related Skills

View on GitHub
GitHub Stars92
CategoryDevelopment
Updated7d ago
Forks7

Languages

C#

Security Score

100/100

Audited on Mar 24, 2026

No findings