macOS
brew install devspacelocal Homebrew formula metadata
brew
CLI helps develop/deploy/debug apps with Docker and k8s. Version 6.3.21 via Homebrew; verified 2026-07-05.
install
brew install devspacelocal Homebrew formula metadata
nix profile install nixpkgs#devspacenixpkgs package indexes · pkgs/by-name/de/devspace/package.nix · source: api.github.com
scoop install main/devspaceScoop official bucket manifest trees · bucket/devspace.json · source: api.github.com
overview
CLI helps develop/deploy/debug apps with Docker and k8s
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
devspace.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
devspace | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/devspace-sh/devspace
install metadata
| Package key | brew:devspace |
|---|---|
| Version | 6.3.21 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/devspace |
| Homepage | https://devspace.sh/ |
| Repository | https://github.com/devspace-sh/devspace |
| Upstream docs | https://www.devspace.sh/docs/getting-started/development |
| License | Apache-2.0 |
| Source archive | https://github.com/devspace-sh/devspace/archive/refs/tags/v6.3.21.tar.gz |
| Last updated | 2026-07-05T00:14:30+09:00 |
| Pulse | updated |
| Dependencies | kubernetes-cli |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | devspace |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
devspace
nix profile install nixpkgs#devspacemain/devspace
scoop install main/devspacesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.