
Mac Sandbox Gpu
Register mac-sandbox-gpu when you code on macOS and need Apple Metal GPU access inside Claude Code’s sandbox via the gpu-sandbox plugin and /gpu-run skill.
Overview
mac-sandbox-gpu is a plugin marketplace for the Build phase that enables Apple Metal (MPS) GPU access inside Claude Code’s macOS sandbox via gpu-sandbox and /gpu-run.
What is this marketplace?
- Single gpu-sandbox plugin (version 1.0.0) in the marketplace
- Enables Apple Metal (MPS) GPU access inside Claude Code sandbox on macOS
- Provides a sandbox-exec wrapper for controlled GPU execution
- Includes a /gpu-run skill for invoking GPU workloads from the agent
- Marketplace category development; owner casualic
- 1 plugin (gpu-sandbox) in the marketplace
- Plugin and marketplace version 1.0.0 in metadata
- Development category; enables Apple Metal (MPS) inside Claude Code sandbox
What problem does it solve?
On macOS, Claude Code’s sandbox blocks Metal GPU work, so you stall local ML prototypes or run risky escapes outside documented boundaries.
Who is it for?
Solo builders on Apple Silicon who prototype GPU code inside Claude Code and want a documented sandbox wrapper instead of ad hoc permission hacks.
Skip if: Linux-only workflows, production cluster training, or teams with no on-device GPU needs on macOS.
What do I get? / Deliverables
After adding the marketplace, you can use the sandbox-exec wrapper and /gpu-run skill to execute MPS-backed jobs within the supported GPU sandbox path.
- Installed gpu-sandbox plugin (v1.0.0) from the marketplace
- sandbox-exec wrapper available for GPU-bound commands
- /gpu-run skill wired for agent-invoked GPU execution
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
GPU sandbox access exists to unblock local ML and Metal workloads while coding inside Claude Code’s macOS sandbox—purely a build-time agent infrastructure concern, not launch or growth tooling. The gpu-sandbox plugin and /gpu-run skill extend the agent runtime on Mac hardware, which is agent-tooling rather than application frontend or backend business logic.
How it compares
macOS GPU sandbox plugin for Claude Code, not a cloud GPU marketplace or general AI agent skill pack.
Common Questions / FAQ
Who is Mac Sandbox Gpu for?
It is for macOS developers using Claude Code who need Apple Metal (MPS) inside the agent sandbox for local GPU experiments.
When should I use Mac Sandbox Gpu?
Use it when sandboxed agent sessions must run MPS-backed scripts or prototypes and you want the gpu-sandbox plugin and /gpu-run skill instead of disabling protections blindly.
How do I add Mac Sandbox Gpu to my agent?
Register the casualic/Mac Sandbox Gpu marketplace in Claude Code, install the gpu-sandbox plugin at version 1.0.0, and follow the plugin docs for sandbox-exec and /gpu-run usage on your Mac.