# Getting Started
Get up and running with Chasm in minutes.
<div class="grid cards" markdown>
- :material-download: **Installation**
---
Install via Cargo, from source, or pre-built binaries.
[:octicons-arrow-right-24: Install](installation.md)
- :material-rocket-launch: **Quick Start**
---
Harvest, search, and recover sessions in 5 minutes.
[:octicons-arrow-right-24: Quick Start](quickstart.md)
- :material-cog: **Configuration**
---
Environment variables, provider config, and API server setup.
[:octicons-arrow-right-24: Configure](configuration.md)
- :material-backup-restore: **First Recovery**
---
Step-by-step guide to recovering your first lost session.
[:octicons-arrow-right-24: Recover](first-recovery.md)
</div>
## Prerequisites
- **Rust 1.75+** (for `cargo install`)
- **Git** (for source builds)
- **VS Code, Cursor, or other editor** (for session recovery)
## System Requirements
| Windows 10+ | 4 GB RAM | 8 GB RAM |
| macOS 12+ | 4 GB RAM | 8 GB RAM |
| Linux (glibc 2.31+) | 4 GB RAM | 8 GB RAM |
## Supported Platforms
| Windows | x86_64 | :white_check_mark: Stable |
| macOS | x86_64 | :white_check_mark: Stable |
| macOS | aarch64 (Apple Silicon) | :white_check_mark: Stable |
| Linux | x86_64 | :white_check_mark: Stable |
| Linux | aarch64 | :white_check_mark: Stable |
| Docker | multi-arch | :white_check_mark: Stable |