Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

NVIDIA Brev CLI

NVIDIA Brev provides streamlined access to NVIDIA GPU instances on popular cloud platforms, automatic environment setup, and flexible deployment options, enabling developers to start experimenting instantly.

Install the cli

MacOS

Assumes Homebrew (or Workbrew equivalent) are installed.

brew install brevdev/homebrew-brev/brev

Linux

sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)"

Windows

Using Brev With Windows Subsystem for Linux (WSL)

Brev is supported on windows currently through the Windows Subsystem for Linux (WSL). This guide will walk you through the steps to get Brev up and running on your Windows machine.

Prerequisites

  • WSL installed and configured
  • Virtualization enabled in your BIOS
  • Ubuntu >=22.04 installed from the Microsoft Store

Once you have WSL installed and configured, you can install Brev by running the following command in your terminal:

sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)"

From conda-forge

To globally install brev from conda-forge in an isolated environment with Pixi, run

pixi global install brev

Get Started

Log in to your Brev account:

brev login

Create a new GPU instance:

brev create awesome-gpu-name

See the instance:

brev ls

Docs

https://docs.nvidia.com/brev/latest/


AI Agent Integration

Brev CLI includes a skill for AI coding agents (like Claude Code) that enables natural language GPU instance management.

# Install via CLI brev agent-skill # Or via standalone installer curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/scripts/install-agent-skill.sh | bash

Once installed, you can say things like "create an A100 instance for ML training" or "search for GPUs with 40GB VRAM" in your AI coding agent.

Contributing

We welcome PRs! Checkout Contributing.md for more.

关于 About

Connect your laptop to cloud computers. Follow to stay updated about our product
clicloud-computingdevtoolsgolangoss

语言 Languages

Go95.8%
Shell2.8%
Makefile0.9%
Nix0.3%
Dockerfile0.1%
Python0.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
96
Total Commits
峰值: 17次/周
Less
More

核心贡献者 Contributors