{"id":19653724,"url":"https://github.com/brevdev/brev-cli","last_synced_at":"2026-05-22T01:20:22.051Z","repository":{"id":37495857,"uuid":"417313751","full_name":"brevdev/brev-cli","owner":"brevdev","description":"Connect your laptop to cloud computers. Follow to stay updated about our product","archived":false,"fork":false,"pushed_at":"2026-03-07T01:47:24.000Z","size":40829,"stargazers_count":242,"open_issues_count":53,"forks_count":25,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-03-07T07:37:50.397Z","etag":null,"topics":["cli","cloud-computing","devtools","golang","oss"],"latest_commit_sha":null,"homepage":"https://brev.dev","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brevdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-14T23:44:58.000Z","updated_at":"2026-03-06T23:52:20.000Z","dependencies_parsed_at":"2025-12-30T18:03:11.645Z","dependency_job_id":null,"html_url":"https://github.com/brevdev/brev-cli","commit_stats":{"total_commits":2307,"total_committers":30,"mean_commits":76.9,"dds":0.706978760294755,"last_synced_commit":"1f0fa116292af7ca9a747a3e607b5e48b6d8e97b"},"previous_names":[],"tags_count":344,"template":false,"template_full_name":"brevdev/seed","purl":"pkg:github/brevdev/brev-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brevdev%2Fbrev-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brevdev%2Fbrev-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brevdev%2Fbrev-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brevdev%2Fbrev-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brevdev","download_url":"https://codeload.github.com/brevdev/brev-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brevdev%2Fbrev-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30486283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-14T01:54:10.014Z","status":"online","status_checked_at":"2026-03-14T02:00:06.612Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cloud-computing","devtools","golang","oss"],"created_at":"2024-11-11T15:15:00.114Z","updated_at":"2026-05-22T01:20:22.034Z","avatar_url":"https://github.com/brevdev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NVIDIA Brev CLI\n\n[NVIDIA Brev](https://brev.nvidia.com) provides streamlined access to NVIDIA GPU instances on popular cloud platforms, automatic environment setup, and flexible deployment options, enabling developers to start experimenting instantly.\n\n## Install the cli\n\n### MacOS \nAssumes [Homebrew](https://brew.sh/) (or Workbrew equivalent) are installed. \n\n```zsh\nbrew install brevdev/homebrew-brev/brev\n```\n\n### Linux\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh | bash\n```\n\nInstalls to `~/.local/bin`. If it's not on your `PATH`, add this to your shell profile:\n\n```bash\nexport PATH=\"$HOME/.local/bin:$PATH\"\n```\n\n### Windows\n**Using Brev With Windows Subsystem for Linux (WSL)**\n\nBrev 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.\n\n**Prerequisites**\n- WSL installed and configured\n- Virtualization enabled in your BIOS\n- Ubuntu \u003e=22.04 installed from the Microsoft Store\n\nOnce WSL is set up, install Brev with:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh | bash\n```\n\nInstalls to `~/.local/bin`. If it's not on your `PATH`, add this to your shell profile:\n\n```bash\nexport PATH=\"$HOME/.local/bin:$PATH\"\n```\n\n### From conda-forge\n\nTo globally install `brev` [from conda-forge](https://github.com/conda-forge/brev-feedstock/) in an isolated environment with [`Pixi`](https://pixi.sh/), run\n\n```\npixi global install brev\n```\n## Get Started\n\nLog in to your Brev account:\n\n```bash\nbrev login\n```\n\nCreate a new GPU instance:\n\n```bash\nbrev create awesome-gpu-name\n```\n\nSee the instance:\n\n```bash\nbrev ls\n```\n\n## Docs\n\nhttps://docs.nvidia.com/brev/latest/\n\n---\n\n## AI Agent Integration\n\nBrev CLI includes a skill for AI coding agents (like [Claude Code](https://claude.com/claude-code)) that enables natural language GPU instance management.\n\n```bash\n# Install via CLI\nbrev agent-skill\n\n# Or via standalone installer\ncurl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/scripts/install-agent-skill.sh | bash\n```\n\nOnce 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.\n\n## Contributing\n\nWe welcome PRs! Checkout [Contributing.md](docs/CONTRIBUTING.md) for more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrevdev%2Fbrev-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrevdev%2Fbrev-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrevdev%2Fbrev-cli/lists"}