GPU CLI
Sign In

Run Code on Remote GPUs

GPU CLI makes remote GPU execution feel like local development. Just prefix your commands with gpu run.

curl -fsSL gpu-cli.sh/install.sh | sh

Zero Config

Works with any Python project. No Docker knowledge needed.

Smart Sync

Automatic file sync using .gitignore rules. Outputs stream back in real-time.

Cost Efficient

Auto-stop after inactivity. Pay only for what you use.

How It Works

# Local development

$ uv run python train.py

# Remote GPU - just add 'gpu'

$ gpu run uv run python train.py