runpodctl

Installation
SKILL.md

Runpodctl

Manage GPU pods, serverless endpoints, templates, volumes, and models.

Install

# Any platform (official installer)
curl -sSL https://cli.runpod.net | bash

# macOS (Homebrew)
brew install runpod/runpodctl/runpodctl

# macOS (manual — universal binary)
mkdir -p ~/.local/bin && curl -sL https://github.com/runpod/runpodctl/releases/latest/download/runpodctl-darwin-all.tar.gz | tar xz -C ~/.local/bin

# Linux
mkdir -p ~/.local/bin && curl -sL https://github.com/runpod/runpodctl/releases/latest/download/runpodctl-linux-amd64.tar.gz | tar xz -C ~/.local/bin
Installs
1.3K
Repository
runpod/skills
GitHub Stars
36
First Seen
Feb 10, 2026
runpodctl — runpod/skills