---
title: "Requirements"
description: "Platform Architecture Status macOS x86 64, aarch64 (Apple Silicon) ✓ Fully supported Linux x86 64, aarch64 ✓ Fully supported Windows x86 64 (via WSL) ✓ Supported via WSL2 CPU : Any modern x86 64 or ARM64 processor RAM : "
resource: https://www.aiagents.nexus/docs/manual/installation/requirements
generated: { by: "process:nexus-agent-assets", at: 2026-09-07T09:13:03Z }
status: stable
---

# System Requirements

## Supported Platforms

| Platform | Architecture | Status |
|----------|-------------|--------|
| macOS | x86_64, aarch64 (Apple Silicon) | ✓ Fully supported |
| Linux | x86_64, aarch64 | ✓ Fully supported |
| Windows | x86_64 (via WSL) | ✓ Supported via WSL2 |

## Minimum Requirements

- **CPU**: Any modern x86_64 or ARM64 processor
- **RAM**: 256 MB minimum, 1 GB recommended
- **Disk**: 50 MB for the binary, plus space for your project data
- **OS**: macOS 12+, Ubuntu 20.04+, or equivalent

## For Binary Install

- `curl` — For downloading the install script
- `sh` — POSIX shell (pre-installed on macOS/Linux)

## For Building from Source

- **Rust** 1.75+ (install via [rustup.rs](https://rustup.rs))
- **Git** — For cloning the repository
- **C compiler** — For linking (usually pre-installed)

```bash
# Check Rust version
rustc --version
# rustc 1.75.0 or later

# Check Git
git --version
```

## Optional Dependencies

| Dependency | Required For |
|-----------|-------------|
| Cloudflare account | Edge deployment |
| AXIS API key | Trust verification |
| SQLite CLI | Database inspection |
