YuvaDev Docs

Getting Started

Get productive in five steps

From install to first autonomous task, this guide walks through the fastest setup path.

Step 1

Install YuvaDev Desktop

Download the latest beta build for macOS, Windows, or Linux from the Download section.

Step 2

Sign in and create a workspace

Use your invite email to authenticate and create your first workspace profile.

Step 3

Connect model providers

Add Ollama for local inference and cloud providers for high-capability tasks.

Step 4

Configure approval gates

Set safety controls for shell commands, file edits, and branch-level operations.

Step 5

Launch your first agent run

Describe the outcome you want and let YuvaDev handle implementation and verification.

Install dependencies
npm installnpm run dev
Bootstrap your first session
# Initialize inside your projectyuvadev init# Open your workspaceyuvadev open .# Start your first autonomous taskyuvadev run "set up auth and tests"