-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Nexor256 edited this page Jun 8, 2026
·
5 revisions
Getting RoK-Tracker running is easier than ever. Follow these steps to install the application on your Windows 10/11 machine.
- OS: Windows 10 or 11 (64-bit)
- Emulator: Bluestacks 5 (Recommended) or LD Player.
You do not need to install Python or Node.js to use this tool! Just follow these steps:
- Download the latest release from the Releases page.
- Choose the
RoK-Tracker-Suite-setup.exefile. - Run the installer and follow the setup wizard.
-
Launch the app once. This will automatically create a
deps/folder next to your installed app.
You need two external dependencies for OCR (Optical Character Recognition) and ADB (Android Debug Bridge).
-
ADB Platform Tools:
- Download ADB.
- Extract the contents into the
deps/platform-tools/folder.
-
Tesseract OCR Data:
-
Download Tesseract Trained Data (you must download at least
eng.traineddata). - Place the file(s) into the
deps/tessdata/folder.
-
Download Tesseract Trained Data (you must download at least
Windows Defender Warning: The installer bundles a heavily compressed Python executable for the scanning engine. Windows Defender may falsely flag it as malware. If the app gets stuck on "Initializing Sidecar", check Windows Security -> Protection History, select Restore / Allow on device, and restart the app.
For developers who want to modify the code.
- Clone the repository:
git clone https://github.com/Nexor255/RoK-Tracker.git
- Install Python dependencies:
python -m venv venv ./venv/Scripts/activate pip install -r requirements_win64.txt
- Install frontend dependencies:
cd gui_frontend pnpm install - Place ADB and OCR data in the
deps/folder as described above. - Run the app in development mode:
npx --prefix gui_frontend tauri dev
Made by Nexor256.
Return to main repository
Return to main repository