Quick Start / 快速开始
Quick Start
The main ways to start Raydo today, from the desktop app to source code and web read-only mode.
Raydo can be approached in several ways depending on whether you want a desktop experience, source-based development, scripting, or read-only remote inspection.
What to know first
- Raydo can manage a hosted OpenClaw runtime from inside the app.
- The default runtime location is
~/.OpenclawOps/runtime. - A separate global runtime install is not required before first use.
Environment requirements for source usage
- Node.js >= 22
- Rust >= 1.70
- npm or pnpm
Start the desktop app from source
git clone https://github.com/miaoxworld/OpenclawOps.git
cd OpenclawOps
npm install
npm run tauri:devBuild the desktop app
npm run tauri:buildRun the raydo CLI from source
cargo run --manifest-path src-tauri/Cargo.toml --bin raydo -- doctorUse web remote mode for read-only inspection
npm install
npm run manager-api:dev
VITE_MANAGER_API_BASE=http://127.0.0.1:8787 npm run devWeb remote mode is read-only by default. It is aimed at inspection, acceptance, servers, containers, and environments where a Tauri shell is not available.
Portable distribution
If you need to move the app, configuration, and data together, use the portable distribution path described in the product repository.
A practical first session
- Start with a chat or a sample workflow.
- Choose the
focusedworkspace if you want the shortest path to a first result. - Move into the
fullworkspace when you are ready to organize roles, workflows, approvals, and operations.