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 + osxEQL | Install the .dmg → Mac guide |
| On Mac + Parallels | Same .dmg, attach to the VM log → Parallels guide |
Players: download the installer. You do not need Node, Rust, or Git.
Releases ship a Windows.exeand a macOS.dmg.
The Mac app is not notarized by Apple yet. After dragging EQL Meter to Applications, the first open may say it’s damaged or can’t be opened. Clear quarantine once in Terminal, then open normally:
xattr -dr com.apple.quarantine "/Applications/EQL Meter.app"Full steps: Mac guide.
| 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 | Mac + osxEQL · 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 Windows NSIS .exe, macOS .dmg, and updater assets, then publishes only if those assets exist. Until then, /releases/latest still points at the previous good build.
Or: Actions → release → Run workflow with the tag. Requires TAURI_SIGNING_PRIVATE_KEY (and optional password).
Local builds:
# Windows (on Windows)
npm run tauri:build:windows # → src-tauri/target/release/bundle/nsis/
# macOS (Apple Silicon)
npm run tauri:build:mac # → src-tauri/target/release/bundle/dmg/Parser fixtures for offline tests: samples/.
