System Requirements
Supported platforms, OS versions, and architectures for the Agent Grid desktop app.
Agent Grid ships as an Electron desktop app for macOS (Apple Silicon or Intel), Windows 10/11 (x64), and Linux (AppImage and Debian package).
Supported platforms
| Platform | OS version | Architecture | Installer |
|---|---|---|---|
| macOS | 11 Big Sur or later | arm64 (Apple Silicon, M1 and later) or x64 (Intel) | .dmg |
| Windows | 10 or 11 | x64 | NSIS installer (.exe) |
| Linux | Ubuntu 20.04+, Debian 11+, or compatible | x86_64 | .AppImage or .deb |
The application identifier is sh.agentgrid.app.
macOS ships two separate dmgs — one for Apple Silicon (arm64) and one for Intel (x64). Pick the one that matches your Mac; the download page's primary button is Apple Silicon with Intel as a secondary option.
Disk and memory
Agent Grid bundles Electron, the Claude Agent SDK, the Codex SDK, Playwright, and an embedded code editor — expect a few hundred MB on disk for the install. Memory usage scales with the number of panes you open, because each terminal, browser, and agent runs in its own process.
Code signing
- macOS builds are signed and notarized with hardened runtime — Gatekeeper will not block first launch.
- Windows builds are distributed unsigned today, so SmartScreen may warn the first time you run the installer.
Next steps
Once your system meets these requirements, head to Installation.