Live combat meter for EverQuest Legends — tails your character log, tracks fights in real time, and shows DPS in a main window plus a click-through overlay.
Latest release · Discussions · Changelog · MIT License
| I am… | Do this |
|---|---|
| Playing on Windows | Install the .exe → Windows guide |
| On Mac + Parallels | No Mac installer — run from source → Mac guide |
Players: download the installer. You do not need Node, Rust, or Git.
Releases ship Windows only — there is no macOS.dmg.
| Live fights | Multi-mob Combined view, ability breakdown, DPS chart |
| Overlay | Always-on-top meter; click-through so the game stays playable |
| Raid / heals / loot | /who all raid roster, healing done + received, loot from the log |
| Convenience | Remembers last log + window positions; optional ability-name file |
| Control | Use it for |
|---|---|
| Find / Auto-detect log | Attach to your character log |
| Copy Parse | Copy a compact parse (confirmation popup) |
| Overlay | Open / close floating meter (confirmation popup with position) |
| Menu | Choose log, stop, click-through, check for updates |
Tabs in the main meter: DPS · Heals · Raid · Loot
| Shortcut | Action |
|---|---|
Ctrl/Cmd+Shift+U |
Overlay clickable |
Ctrl/Cmd+Shift+L |
Click-through to game |
Run EQ windowed or borderless so the overlay can sit on top.
Feature ideas and questions: use Discussions (Ideas / Q&A). Bugs: open an Issue.
npm install
npm run tauri:dev| Platform | Notes |
|---|---|
| macOS | No packaged app — Mac + Parallels |
| Windows | Windows guide · find the Legends log |
Do not ask players to build. Do not create a GitHub Release by hand before CI finishes — empty releases break Check for updates.
- Bump
package.json/tauri.conf.json/Cargo.toml - Commit, then tag and push:
git tag v0.1.14 && git push origin v0.1.14CI builds a draft with the NSIS .exe, .sig, and latest.json, then publishes only if those assets exist. Until then, /releases/latest still points at the previous good build.
Or: Actions → windows-build → Run workflow with the tag. Requires TAURI_SIGNING_PRIVATE_KEY (and optional password).
Local NSIS (on Windows):
npm run tauri:build:windowsOutput: src-tauri/target/release/bundle/nsis/
Parser fixtures for offline tests: samples/.
