Installation

System Requirements

Note: Support for other platforms (Linux, Windows) is coming soon.

Installation Steps

# Install Gbox CLI
brew install gbox

# Update Gbox if already installed
brew update && brew upgrade gbox

# Login to gbox.cloud (GitHub authorization required)
gbox login

Update Steps

# Update gbox to the latest version
brew update && brew upgrade gbox

Command Line Usage

The project provides a command-line tool gbox for managing sandbox containers:
# Available Commands:
  gbox login          Login using GitHub OAuth
  gbox box            Manage box resources
  gbox device-connect Manage remote connections for local Android development devices
  gbox port-forward   Forward one or more ports from a remote box to your local machine (multi-port, kubectl style)
  gbox mcp            Manage MCP configuration operations
  gbox profile        Manage configuration profiles
  gbox version        Print the client version information
  gbox completion     Generate the autocompletion script for the specified shell                         # preview merge result