# 使用 Homebrew, Nix, scoop 安装 devspace

查看 devspace 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:devspace
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install devspace
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#devspace
```

  证据: nixpkgs package indexes: pkgs/by-name/de/devspace/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/devspace
```

  证据: Scoop official bucket manifest trees: bucket/devspace.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:devspace
- **软件包管理器:** Homebrew
- **版本:** 6.3.21
- **来源摘要:** CLI helps develop/deploy/debug apps with Docker and k8s
- **主页:** <https://devspace.sh/>
- **仓库:** <https://github.com/devspace-sh/devspace>
- **最后更新:** 2026-07-28T14:10:38+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- devspace (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 6.3.21
## 项目历史与用法

DevSpace is a command-line tool for developing, deploying, and debugging applications with Docker and Kubernetes. Its package-manager identity is centered on a single local binary plus a project-level devspace.yaml file that teams commit with their source.

### 项目历史

The official README says DevSpace was created by Loft Labs and is a Cloud Native Computing Foundation sandbox project. The documentation describes it as a client-only developer tool: it runs on the user's machine, talks to Kubernetes through the normal kube-context, and does not require a server-side DevSpace component.

DevSpace's configuration model grew around devspace.yaml. The current config reference says every project using DevSpace needs a devspace.yaml that defines how to build, deploy, debug, and develop the project.

### 采用历史

DevSpace found a niche among Kubernetes development teams that wanted a repeatable local-to-cluster workflow without asking every developer to memorize kubectl, Helm, image build, port-forwarding, and file-sync commands. CNCF sandbox status gave the project a recognizable cloud-native governance home.

### 使用方式

The common loop is to initialize or maintain a devspace.yaml, select a Kubernetes context and namespace, and run devspace dev. The official docs describe devspace dev as executing a configured pipeline, deploying dependencies and manifests, starting a development container, syncing files, forwarding ports, and exposing a localhost UI.

### 为什么软件包爱好者会关心

DevSpace is interesting as a package because it packages a whole Kubernetes development workflow into one CLI. The formula is not merely a wrapper around kubectl; it is a portable workflow runner whose config travels with the repo and can standardize local, staging, and production-adjacent routines.

### 时间线

- Created by Loft Labs: DevSpace begins as a Kubernetes developer workflow tool.
- CNCF sandbox: the official README identifies DevSpace as a Cloud Native Computing Foundation sandbox project.
- 6.x docs: the current documentation centers the workflow on devspace.yaml and devspace dev.

### Related projects

- kubectl, Helm, Docker, and Kubernetes are adjacent tools in the workflow DevSpace automates.
- Loft Labs is the original creator and related commercial/cloud-native ecosystem vendor.

### 来源

- <https://github.com/devspace-sh/devspace>
- <https://www.devspace.sh/docs/getting-started/development>
- <https://www.devspace.sh/docs/configuration/reference>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: devspace.yaml
## 其他软件包管理器记录

- Nix - devspace: normalized package name match | nixpkgs package indexes: pkgs/by-name/de/devspace/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/devspace: normalized package name match | Scoop official bucket manifest trees: bucket/devspace.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/devspace.yml](https://github.com/mxcl/pkgdb/blob/main/combined/devspace.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
