Skip to content

Core Modules

Fresh

Source: BIBLE.md (Architecture section), core/ directory listing

Ghost Engine has 30 core modules under core/. 13 are inherited from V1, 17 are new for V2.

Module list

ModuleWhat it does
account-import.mjsBulk import accounts from registry.json to the store
account-store.mjsDAM card schema, AES-256-GCM encryption, CRUD, locks, phases
adb-input.mjsAndroid Debug Bridge touch/keyboard/scroll humanization
browser-search.mjsSERP scraping with Google search result extraction
campaign-store.mjsCampaign state persistence
captcha.mjs4 captcha service integrations
cookie-manager.mjsAES-256-GCM encrypted cookie storage
evasion-lite.mjsCloudflare/DataDome/reCAPTCHA evasion
event-bus.mjsSSE-based real-time event system
fingerprint-lite.mjs15-vector fingerprint, 1366x768 hard-lock
fingerprint-store.mjsPer-account encrypted fingerprint persistence
geo-profiles.mjs251 US metros, GPS coords, timezone
gps-sim.mjsGPS driving simulation between metros
human-keyboard.mjsAdjacent-key typo simulation, typing speeds, OS output mode
human-mouse.mjsBezier mouse curves, OS output mode
human-scroll.mjsEase-in-out scroll with re-reading, OS output mode
human-timing.mjssleep, randomInt, randomFloat helpers
hybrid-router.mjsMode (ghost/hybrid/speed) plus backend (cdp/os/adb) routing
index.mjsBarrel export of all 21 modules
logger.mjsStructured JSON logging with event bus integration
os-input.mjsWin32 SendInput/SetCursorPos via PowerShell plus inline C#
plugin-helpers.mjsShared engineApi, log, randomInt, randomDelay, nextId, today
proxy-rotate.mjsHealth-aware rotation, proxy pool, marriage
rank-store.mjsRank tracking snapshots and trends, 90-day retention
result-store.mjsCTR result logging plus analytics aggregation
scheduler.mjsUniversal scheduling, 6 job types, autopilot, spread strategies
store.mjsJSON-file persistence engine (./data/ghost-engine/{store}/{id}.json)
uule.mjsGoogle geo-targeting parameter encoding
vision.mjsScreenshot to VLM to coordinates
workflow-runner.mjsExecutes JSON workflow definitions

Inheritance from V1 (13 modules)

fingerprint-lite, human-mouse, human-keyboard, human-scroll, human-timing,
cookie-manager, geo-profiles, gps-sim, evasion-lite, proxy-rotate, captcha,
browser-search, uule

New in V2 (17 modules)

account-store, account-import, store, campaign-store, result-store, rank-store,
fingerprint-store, scheduler, event-bus, logger, os-input, adb-input, vision,
hybrid-router, plugin-helpers, workflow-runner, index

Pages in this section