# Supported Ecosystems & Platform Matrix
Rivox V1 coordinates build graphs across modern polyglot ecosystems while strictly delegating resolution to native tools.
---
## Ecosystem Support Matrix
| **Python** | `uv` | `>=0.4.0` | `uv lock` / `uv sync` | `uv.lock` (TOML) | **GA (v1.0)** |
| **Rust** | `cargo` | `>=1.75.0` | `cargo generate-lockfile` | `Cargo.lock` (TOML) | **GA (v1.0)** |
| **Node.js** | `pnpm` | `>=9.0.0` | `pnpm install --lockfile-only` | `pnpm-lock.yaml` (YAML) | **GA (v1.0)** |
| **Go** | `go` | `>=1.22.0` | `go mod tidy` | `go.sum` | Planned (v2.0) |
| **Java** | `Gradle` | `>=8.5.0` | `gradle dependencies` | `gradle.lockfile` | Planned (v2.0) |
| **.NET** | `dotnet` | `>=8.0.0` | `dotnet restore` | `packages.lock.json` | Research (v2.x) |
| **Swift** | `swift` | `>=5.10` | `swift package resolve` | `Package.resolved` | Research (v2.x) |
---
## Operating System & Sandbox Support
| **Linux (glibc / musl)** | `x86_64`, `aarch64` | Linux User & Mount Namespaces (`CLONE_NEWNS`, `CLONE_NEWNET`) | **GA (v1.0)** |
| **macOS** | `arm64 (Apple Silicon)`, `x86_64` | `sandbox-exec` / Seatbelt sandbox policy profiles | **GA (v1.0)** |
| **Windows** | `x86_64` | Windows Job Objects / AppContainer | Planned (v2.0) |