// Version 3.1.0-stable

Quick Start Guide

Get R.U.S.E. up and running in your environment in less than three minutes. Our engine is designed to be lightweight, local-first, and undetectable.

01

Installation

Install the R.U.S.E. CLI via our global package registry. This sets up the local runner environment and utility scripts.

npm install -g @ruse/cli
02

Auto-Activation

Verify installation and trigger activation. Your 7-day trial is automatically registered to your hardware on first execution.

ruse status --license
03

Run Simulation

Launch an emulation session using a pre-defined human motion profile (e.g. 'casual-browsing') targeting a specific destination.

ruse run --profile casual-browsing --url https://target-site.com
04

Run Specific Pattern

Alternatively, run a specific behavioral emulation pattern directly for a custom duration.

ruse run --pattern reading --duration 45m

Privacy Guarantee

R.U.S.E. runs 100% locally. No telemetry, clickstream data, or environment metadata ever leaves your machine. Your automation stays your business.