---
title: "Getting Started"
description: "Welcome to Ralph Orchestrator! This section will help you get up and running quickly."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/index-95
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:25:33.270Z
license: CC-BY-4.0
attribution: "Getting Started — Claudary (https://claudary.paisolsolutions.com/skills/index-95)"
---

# Getting Started
Welcome to Ralph Orchestrator! This section will help you get up and running quickly.

## Overview

# Getting Started

Welcome to Ralph Orchestrator! This section will help you get up and running quickly.

## What You'll Learn

1. **[Installation](installation.md)** — Install Ralph and its prerequisites
2. **[Quick Start](quick-start.md)** — Run your first Ralph orchestration
3. **[Your First Task](first-task.md)** — Create and configure a real task

## Prerequisites

Before you begin, ensure you have:

- **Rust 1.75+** (if building from source)
- **At least one AI CLI tool** installed:
    - [Claude Code](https://github.com/anthropics/claude-code) (recommended)
    - [Kiro](https://kiro.dev/)
    - [Gemini CLI](https://github.com/google-gemini/gemini-cli)
    - [Codex](https://github.com/openai/codex)
    - [Amp](https://github.com/sourcegraph/amp)
    - [Copilot CLI](https://docs.github.com/copilot)
    - [OpenCode](https://opencode.ai/)

## Quick Installation

=== "npm (Recommended)"

    ```bash
    npm install -g @ralph-orchestrator/ralph-cli
    ```

=== "GitHub Releases installer"

    ```bash
    curl --proto '=https' --tlsv1.2 -LsSf \\
      https://github.com/mikeyobrien/ralph-orchestrator/releases/latest/download/ralph-cli-installer.sh | sh
    ```

=== "Cargo"

    ```bash
    cargo install ralph-cli
    ```

## Verify Installation

```bash
ralph --version
ralph --help
```

## Next Steps

Once installed, head to the [Quick Start](quick-start.md) guide to run your first orchestration.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/index-95) · https://claudary.paisolsolutions.com
