> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pryveo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

## Prerequisites

* Rust 1.70+ with `wasm32-wasip1` target
* `pryveo-cli` from this repo

```bash theme={null}
rustup target add wasm32-wasip1

cd pryveo-cli
cargo build --release
cargo install --path .
```

## Quick Start

```bash theme={null}
pryveo new my-first-app
cd my-first-app

pryveo build --release
pryveo package --output my-first-app.pryveo-app
```

Install the package in Pryveo:

1. Open Pryveo
2. Go to the Apps tab
3. Click Install App
4. Select `my-first-app.pryveo-app`
