A real-time log viewer and monitor for Path of Exile 2. Track your character progress, deaths, guild activities, and system performance in real-time.
- Live Monitoring - Real-time log file watching with instant updates
- Smart Categorization - Automatic sorting into Death, Level Up, Guild, Network, and more
- Advanced Filtering - Quick filter presets for different log types
- Memory - Remembers your last opened log file and settings
- Auto-Updates - Get notified when new versions are available
- Fast & Lightweight - Built with Rust and React for optimal performance
- Recommended:
poe2-log-viewer-windows-x64-installer.msi
- Easy installer with shortcuts - Portable:
poe2-log-viewer-windows-x64.exe
- Standalone executable
- Download the installer or portable version
- Launch POE2 Log Viewer
- Select your POE2 log file (usually in
Grinding Gear Games\Path of Exile 2\logs
) - Watch your logs in real-time with smart categorization!
Built with:
- Backend: Rust + Tauri v2
- Frontend: React + TypeScript + Tailwind
- Build Tool: Bun
# Clone the repository
git clone https://github.com/juddisjudd/poe2-log-viewer.git
cd poe2-log-viewer
# Install dependencies
bun install
# Run in development mode
bunx tauri dev
# Build for production
bunx tauri build
This project is licensed under the GPL-3.0 license - see the LICENSE file for details.
Contributions are welcome! Feel free to:
- Report bugs via issues
- Submit pull requests