{
  "markdown": "<div align=\"center\">\n  <img width=\"900\" alt=\"Thunder Compute Logo\" src=\"https://github.com/user-attachments/assets/671fd268-4261-4508-8cde-1f116491f42e\" />\n</div>\n\n# Overview\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Thunder-Compute/thunder-cli/blob/main/LICENSE)\n[![Go Version](https://img.shields.io/badge/Go-1.25.3-00ADD8?logo=go)](https://go.dev/)\n[![Release](https://img.shields.io/github/v/release/Thunder-Compute/thunder-cli)](https://github.com/Thunder-Compute/thunder-cli/releases)\n[![macOS](https://img.shields.io/badge/macOS-supported-success)](#installation)\n[![Linux](https://img.shields.io/badge/Linux-supported-success)](#installation)\n[![Windows](https://img.shields.io/badge/Windows-supported-success)](#installation)\n\n`tnr` is the official command-line interface for Thunder Compute, a high-performance cloud GPU platform built for AI/ML prototyping and experimentation.\nUsing a proprietary orchestration engine, Thunder Compute delivers fast provisioning, low-latency execution, and one of the most cost-effective GPU compute offerings available.\n\nThe `tnr` CLI supports:\n\n- Provisioning and managing GPU instances\n- Configuring compute resources and instance specifications\n- Secure SSH access and session management\n- File transfer capabilities (SCP upload and download)\n- Port forwarding for accessing remote services locally\n- Automated update checks and version management\n- Cross-platform support for macOS, Linux, and Windows\n\n# Documentation\n\n- **CLI Reference:** https://www.thundercompute.com/docs/cli-reference\n- **API Reference:** https://www.thundercompute.com/docs/api-reference\n- **Get Started:** https://www.thundercompute.com/docs/quickstart\n- **Troubleshooting:** https://www.thundercompute.com/docs/troubleshooting\n\n# Installation\n\nInstall `tnr` using one of the supported methods below. You may also download installers and binaries directly from the [Latest Release](https://github.com/Thunder-Compute/thunder-cli/releases) page.\n\n### macOS\n\nDownload the `.pkg` installer for your platform from the [Latest Release](https://github.com/Thunder-Compute/thunder-cli/releases/latest) page (`tnr_*_darwin_arm64.pkg` for Apple Silicon, `tnr_*_darwin_amd64.pkg` for Intel).\n\n**Homebrew:**\n\n```bash\nbrew tap Thunder-Compute/tnr\nbrew install tnr\n```\n\n---\n\n### Linux\n\nDownload `.tar.gz`, `.deb`, `.rpm`, or `.apk` packages from the [Latest Release](https://github.com/Thunder-Compute/thunder-cli/releases/latest) page.\n\n**Install script (recommended):**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/Thunder-Compute/thunder-cli/main/scripts/install.sh | bash\n```\n\n---\n\n### Windows\n\nDownload the `.msi` installer for your platform from the [Latest Release](https://github.com/Thunder-Compute/thunder-cli/releases/latest) page.\n\n**Scoop:**\n\n```powershell\nscoop bucket add tnr https://github.com/Thunder-Compute/scoop-bucket\nscoop install tnr\n```\n\n**Winget:**\n\n```powershell\nwinget install Thunder.tnr\n```\n\n### Build from Source\n\n```bash\ngit clone https://github.com/Thunder-Compute/thunder-cli.git\ncd thunder-cli\ngo build -o tnr\n./tnr\n```\n\n# Quick Start\n\n```bash\ntnr login           # Authenticate with Thunder Compute\ntnr create          # Create a GPU instance\ntnr status          # View instance status\ntnr connect 0       # Connect to your instance\n\n# File transfers\ntnr scp myfile.py 0:/home/ubuntu/\ntnr scp 0:/home/ubuntu/results.txt ./\n\ntnr delete 0        # Delete instance\n```\n\n# License\n\nThis project is licensed under the MIT License. See [LICENSE](LICENSE) for details.\n",
  "bytes": 3565,
  "sha": "22ec3b81d1fac4748561945246ea5d5e0020341044c7311bdb16b2e2ceca24d0",
  "repo_slug": "thunder-compute/thunder-cli",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_thunder_compute_thunder_comput_6e9bcb21/readme"
}