A modern trading tool for EVE Online, rebuilt with Tauri + React + TypeScript.
- Real-time market log monitoring
- Profit calculation with broker fees and sales tax
- Configurable character settings (skills, standings)
- Multiple profiles support
- Auto-copy prices to clipboard
- Color-coded profit margins
- Customizable order range filters
- Node.js 18+ and pnpm
- Rust (latest stable)
- Tauri CLI:
cargo install tauri-cli@latest
- Install dependencies:
pnpm install- Run in development mode:
pnpm tauri:dev- Build for production:
pnpm tauri:build- Launch the application
- The app will watch your EVE Online market logs directory (default:
Documents/EVE/logs/marketlogs) - Export a market log from EVE Online
- The app will automatically process the log and display profit calculations
Create multiple profiles to store different character settings:
- Broker Relations skill level
- Accounting skill level
- Corporation standing
- Faction standing
- Custom broker fees
- Order range preferences
- Hubs (Station): Only hub stations (Jita, Rens, Amarr, Dodixie, Hek)
- System: Current system only
- 1 jump: Current system + 1 jump
- 2 jumps: Current system + 2 jumps
- Region: Entire region
See original project license.