
Install GRID
One command to the whole platform — from zero to a running session in
ten minutes.
Build and deploy your first skill
Write a program against your live robot in a generated notebook, then
deploy it from the CLI.
Try a simulator session — no robot required
Spin up a GPU-backed Isaac Sim scene in the cloud and drive a robot
from a notebook, before any hardware is involved.
GRID runs on macOS and Linux (Windows via WSL for now). You’ll need access to
your organization’s GRID cluster to open sessions. A physical robot is only
needed for the real-robot paths — the simulator path needs none.
What you can do with the GRID CLI
Everything below runs from the one GRID CLI:Connect your robots
Onboard robots to your organization’s cluster with
robot add — once
connected, every teammate can open a session against them.Build and test in simulation
Start cloud simulator sessions on NVIDIA Isaac Sim from the CLI — a
GPU-backed 3D scene with your robot, open in the browser in minutes.
Build and test with a real robot
Develop in a VS Code workspace wired to the live robot: state, motion,
cameras, and cloud AI calls from a notebook, no environment setup.
Deploy to a real robot
Ship the skill to the physical robot from the same CLI — it provisions
the environment, prompts for arguments, and streams logs live.
Call AI models on your robot’s data
GRID Cortex hosts detection, depth, segmentation, grasping, VLMs, and VLA policies behind one Python call — no GPUs to manage:CortexClient() reads your GRID_CORTEX_API_KEY from the environment —
inside GRID session workspaces it’s already configured. Browse the full
hosted catalog under Models, or the client reference
under API Reference.
Stay in the loop
Community
Questions, bugs, or robots doing something great? Join the Discord.
Blog
Research and product updates from General Robotics.