# devspace mit Homebrew, Nix, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für devspace in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install devspace
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:devspace
- **Paketmanager:** Homebrew
- **Version:** 6.3.21
- **Quellzusammenfassung:** CLI helps develop/deploy/debug apps with Docker and k8s
- **Homepage:** <https://devspace.sh/>
- **Repository:** <https://github.com/devspace-sh/devspace>
- **Zuletzt aktualisiert:** 2026-07-28T14:10:38+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- devspace (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 6.3.21
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- 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
## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
