> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gbox.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK/CLI Releases

## SDK

<div style={{ overflowX: "auto" }}>
  <table style={{ width: "100%", borderCollapse: "collapse", margin: "20px 0" }}>
    <thead>
      <tr style={{ backgroundColor: "var(--mint-bg-tertiary)" }}>
        <th
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        fontWeight: "600",
      }}
        >
          Language
        </th>

        <th
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        fontWeight: "600",
      }}
        >
          Latest version
        </th>

        <th
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        fontWeight: "600",
      }}
        >
          Releases
        </th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        verticalAlign: "middle",
      }}
        >
          <div
            style={{
          display: "flex",
          alignItems: "center",
          justifyContent: "center",
          gap: "8px",
        }}
          >
            <Icon icon="https://cdn.worldvectorlogo.com/logos/typescript.svg" style={{ width: "24px", height: "24px" }} />

            <span style={{ fontSize: "12px" }}>TypeScript</span>
          </div>
        </td>

        <td
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        verticalAlign: "middle",
      }}
        >
          <a href="https://npmjs.org/package/gbox-sdk" target="_blank">
            <img src="https://img.shields.io/npm/v/gbox-sdk.svg?label=npm%20(stable)" alt="NPM version" style={{ display: "inline-block" }} />
          </a>
        </td>

        <td
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        verticalAlign: "middle",
      }}
        >
          <a
            href="https://www.npmjs.com/package/gbox-sdk?activeTab=versions"
            target="_blank"
            style={{
          textDecoration: "none",
          color: "#0066cc",
          fontWeight: "500",
        }}
          >
            📋 View Releases
          </a>
        </td>
      </tr>

      <tr>
        <td
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        verticalAlign: "middle",
      }}
        >
          <div
            style={{
          display: "flex",
          alignItems: "center",
          justifyContent: "center",
          gap: "8px",
        }}
          >
            <Icon icon="https://cdn.worldvectorlogo.com/logos/python-5.svg" style={{ width: "24px", height: "24px" }} />

            <span style={{ fontSize: "12px" }}>Python</span>
          </div>
        </td>

        <td
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        verticalAlign: "middle",
      }}
        >
          <a href="https://pypi.org/project/gbox_sdk/" target="_blank">
            <img src="https://img.shields.io/pypi/v/gbox_sdk.svg?label=pypi%20(stable)" alt="PyPI version" style={{ display: "inline-block" }} />
          </a>
        </td>

        <td
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        verticalAlign: "middle",
      }}
        >
          <a
            href="https://pypi.org/project/gbox-sdk/#history"
            target="_blank"
            style={{
          textDecoration: "none",
          color: "#0066cc",
          fontWeight: "500",
        }}
          >
            📋 View Releases
          </a>
        </td>
      </tr>
    </tbody>
  </table>
</div>

## CLI

<div style={{ overflowX: "auto" }}>
  <table style={{ width: "100%", borderCollapse: "collapse", margin: "20px 0" }}>
    <thead>
      <tr style={{ backgroundColor: "var(--mint-bg-tertiary)" }}>
        <th
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        fontWeight: "600",
      }}
        >
          Tool
        </th>

        <th
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        fontWeight: "600",
      }}
        >
          Latest version
        </th>

        <th
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        fontWeight: "600",
      }}
        >
          Releases
        </th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        verticalAlign: "middle",
      }}
        >
          <div
            style={{
          display: "flex",
          alignItems: "center",
          justifyContent: "center",
          gap: "8px",
        }}
          >
            <Icon icon="https://cdn.worldvectorlogo.com/logos/github-icon-1.svg" style={{ width: "24px", height: "24px" }} />

            <span style={{ fontSize: "12px" }}>GBOX CLI</span>
          </div>
        </td>

        <td
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        verticalAlign: "middle",
      }}
        >
          <a href="https://github.com/babelcloud/gbox/releases" target="_blank">
            <img src="https://img.shields.io/github/release/babelcloud/gbox.svg?label=gbox%20cli(stable)" alt="GitHub release" style={{ display: "inline-block" }} />
          </a>
        </td>

        <td
          style={{
        padding: "15px",
        textAlign: "center",
        border: "1px solid #dee2e6",
        verticalAlign: "middle",
      }}
        >
          <a
            href="https://github.com/babelcloud/gbox/releases"
            target="_blank"
            style={{
          textDecoration: "none",
          color: "#0066cc",
          fontWeight: "500",
        }}
          >
            📋 View Releases
          </a>
        </td>
      </tr>
    </tbody>
  </table>
</div>
