Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
test/e2e/test-inference-routing.sh:generic-api-key:304
.github/workflows/nightly-e2e.yaml:discord-client-secret:232
.github/workflows/nightly-e2e.yaml:discord-client-secret:233
src/lib/sandbox-channels.ts:slack-app-token:72
test/onboard.test.ts:slack-app-token:6194
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Availability is not limited to these entries, but untested configurations may ha
| macOS (Apple Silicon) | Colima, Docker Desktop | Tested with limitations | Install Xcode Command Line Tools (`xcode-select --install`) and start the runtime before running the installer. |
| DGX Spark | Docker | Tested | Use the standard installer and `nemoclaw onboard`. For an end-to-end walkthrough with local Ollama inference, see the [NVIDIA Spark playbook](https://build.nvidia.com/spark/nemoclaw). |
| Windows WSL2 | Docker Desktop (WSL backend) | Tested with limitations | Requires WSL2 with Docker Desktop backend. |
| Jetson (Orin Nano, Orin NX, AGX Orin, Xavier) | Docker | Tested with limitations | Run `sudo nemoclaw setup-jetson` before onboarding. See [commands reference](https://docs.nvidia.com/nemoclaw/latest/reference/commands.html#nemoclaw-setup-jetson). |
<!-- platform-matrix:end -->

For platform-specific pre-setup (for example, Windows WSL 2), see [Prerequisites](https://docs.nvidia.com/nemoclaw/latest/get-started/prerequisites.html).
Expand Down
8 changes: 8 additions & 0 deletions ci/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
"_prd_note": "PRD tracks x86 and ARM (WOA) separately; treating as one entry until ARM is validated independently.",
"notes": "Requires WSL2 with Docker Desktop backend."
},
{
"name": "Jetson (Orin Nano, Orin NX, AGX Orin, Xavier)",
"runtimes": ["Docker"],
"status": "caveated",
"prd_priority": "P1",
"ci_tested": false,
"notes": "Run `sudo nemoclaw setup-jetson` before onboarding. See [commands reference](https://docs.nvidia.com/nemoclaw/latest/reference/commands.html#nemoclaw-setup-jetson)."
},
Comment thread
coderabbitai[bot] marked this conversation as resolved.
{
"name": "DGX Station",
"runtimes": ["Docker"],
Expand Down
10 changes: 10 additions & 0 deletions docs/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,16 @@ This command remains as a compatibility alias to `nemoclaw onboard`.
$ nemoclaw setup-spark
```

### `nemoclaw setup-jetson`

Set up NemoClaw on NVIDIA Jetson devices (Orin Nano, Orin NX, AGX Orin, Xavier).
This command configures the NVIDIA container runtime for Docker and applies iptables-legacy fixes required by Jetson's Tegra kernel.
Run with `sudo` on the Jetson host.

```console
$ sudo nemoclaw setup-jetson
```

### `nemoclaw debug`

Collect diagnostics for bug reports.
Expand Down
Loading