Command Reference

Auto-generated from make help output.

CommandDescription
make prereqsInstall system prerequisites (Wine, Vulkan, etc.)
make installInstall pnpm dependencies
make buildCompile TypeScript and Wine helper
make deployFull deployment (prefix + DXVK + EQ install + config)
make launchLaunch a single EverQuest instance
make launch-multiLaunch multibox instances (default: 3)
make fixFix everything — syncs display, tiles windows or applies config
make tileTile windows — main character gets large window
make tile-set-mainIdentify which window is your main character
make tile-gridEqual grid tile (all windows same size)
make pipPicture-in-picture layout
make focus-nextCycle focus to next EQ window
make windowsList all detected EQ windows
make configureApply optimized eqclient.ini settings
make colorsApply WCAG-compliant chat color scheme
make layoutApply 4-window chat layout (Social/Combat/Spam/Alerts)
make layout-applyApply a layout template (TEMPLATE=name)
make layout-templatesList available layout templates
make mapsInstall Good’s maps (auto-download, or FILE=path/to/custom.zip)
make parserInstall EQLogParser DPS meter (auto-download from GitHub)
make doctorHealth check — validate entire installation
make statusShow diagnostic dashboard (monitor, windows, config)
make support-bundleGenerate a support bundle for troubleshooting
make logsTail all EQ instance logs
make backup-sessionBack up launcher login session
make restore-sessionRestore launcher session from backup
make cleanRemove build artifacts and coverage
make purgeRemove Wine prefix and all EQ data (DESTRUCTIVE)
make helpShow available commands
make Devtargets (not shown): typecheck, lint, test, docs, stats, format
make Dry-runvariants: prereqs-dry, deploy-dry, configure-dry, fix-dry

Development Targets (hidden from help)

CommandDescription
make typecheckTypeScript strict type checking
make lintESLint with project rules
make testRun Vitest test suite
make formatPrettier formatting
make docsGenerate API docs
make statsProject statistics