# Install odo-dev with Homebrew, Nix, scoop

Developer-focused CLI for Kubernetes and OpenShift. Version 3.16.1 via Homebrew; verified 2026-07-17. Also installable with nix: nix profile install nixpkgs#odo.

## Install

```sh
sudo av install brew:odo-dev
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install odo-dev
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#odo
```

  Evidence: nixpkgs package indexes: pkgs/by-name/od/odo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/odo
```

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

## Package facts

- **Package key:** brew:odo-dev
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/odo-dev>
- **Version:** 3.16.1
- **Source summary:** Developer-focused CLI for Kubernetes and OpenShift
- **Homepage:** <https://odo.dev>
- **Repository:** <https://github.com/redhat-developer/odo>
- **Upstream docs:** <https://odo.dev>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/redhat-developer/odo.git>
- **Last updated:** 2026-07-17T17:20:41+09:00
- **Generated:** 2026-08-04T22:13:35+00:00

## Executables

- odo (cli)
- odo (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## Freshness

- Page generated: 2026-08-04
- Package-manager version: 3.16.1
- Package-manager updated: 2026-07-17
- Local data: ok
- Upstream repository: https://github.com/redhat-developer/odo
- info: No cached GitHub release or tag data was available.
## Project history and usage

odo-dev is Homebrew's developer-oriented package for Red Hat's `odo`, a CLI for iterative container application development on OpenShift, Kubernetes, and later Podman. It should not be confused with `brew:odo`, the unrelated Atomic Object counter tool.

### Project history

The redhat-developer/odo repository was created on January 23, 2018. Red Hat's own deprecation article says odo was first released in 2019 as a simple, fast, developer-focused CLI intended to streamline the lifecycle of applications on OpenShift and Kubernetes without requiring developers to become cluster experts.

odo evolved from an OpenShift developer convenience tool into an implementation of the open Devfile standard. The project README describes it as an iterative CLI for container-based application development that supports Podman, Kubernetes, and OpenShift, with automatic project detection, direct orchestrator API communication, and avoidance of hand-written Kubernetes YAML for common inner-loop work.

Red Hat announced official deprecation on October 23, 2025. The deprecation notice set March 31, 2026 as the end-of-life date after which Red Hat would stop maintenance, security updates, and technical support, and it recommended OpenShift Dev Spaces for inner-loop development plus Podman and `oc` for outer-loop and cluster operations.

### Adoption history

odo's adoption was tied to Red Hat OpenShift documentation and the Devfile ecosystem. OpenShift docs presented it as a tool to create, develop, test, debug, and deploy microservice-based applications on OpenShift Container Platform and Kubernetes without deep platform knowledge.

The same Red Hat deprecation article cited low adoption rates and limited community engagement as reasons to redirect resources. On July 1, 2026, the GitHub repository API showed 841 stars, 243 forks, and an archived repository, which matches the story of a serious vendor-backed tool that did not become the dominant Kubernetes developer interface.

### How it is used

Developers used `odo init`, `odo dev`, `odo deploy`, and related commands to create a Devfile-backed component, run or sync it into a development environment, and push resources into Kubernetes or OpenShift. Earlier OpenShift documentation described a create-and-push workflow in which local configuration produced resources stored through the Kubernetes API.

In version 3, odo emphasized Devfile metadata, project analysis, Podman support for local workflows, and deployment paths that could target Kubernetes or OpenShift. Release notes around v3.9 and v3.10 show work on Pod Security Admission, Devfile `autoBuild` and `deployByDefault`, custom port mappings, Podman behavior, and `odo analyze` output.

### Why package nerds care

odo-dev matters in package metadata because its executable name collides with another Homebrew formula named `odo`. The formula name encodes the package-manager workaround: `odo-dev` installs Red Hat's OpenShift/Kubernetes developer CLI, while `odo` installs Atomic Object's atomic odometer.

The package is also a good example of lifecycle metadata that package indexes need to retain. A CLI can remain installable after upstream deprecation, but history should explain why it existed, which workflows it served, and which replacements the maintainer recommended.

### Timeline

- January 23, 2018: The redhat-developer/odo GitHub repository was created.
- 2019: Red Hat says odo was first released as a developer-focused CLI for OpenShift and Kubernetes application lifecycle work.
- 2023-2024: The 3.x release line developed Devfile, Podman, Kubernetes, and OpenShift workflows, including Pod Security Admission and Devfile field support.
- October 23, 2025: Red Hat announced official deprecation.
- March 31, 2026: Red Hat's announced end-of-life date for maintenance, security updates, and technical support.

### Related projects

- odo is related to OpenShift, Kubernetes, Podman, Devfile, OpenShift Dev Spaces, and the `oc` CLI. Red Hat's migration guidance explicitly mapped local container/image work toward Podman and cluster management toward `oc`.

### Sources

- <https://api.github.com/repos/redhat-developer/odo>
- <https://developers.redhat.com/articles/2025/10/23/odo-cli-deprecated-what-developers-need-know>
- <https://devfile.io/docs/2.0.0/quickstart-odo>
- <https://docs.redhat.com/en/documentation/openshift_container_platform/4.9/html/cli_tools/developer-cli-odo>
- <https://formulae.brew.sh/formula/odo-dev>
- <https://github.com/redhat-developer/odo>
- <https://github.com/redhat-developer/odo/releases/tag/v3.16.1>


## Security Notes

infrastructure mutation or orchestration signal.

- **Geiger risk:** orange / medium
- infrastructure mutation or orchestration signal

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** odo-dev
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** odo
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

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


## Related links

- [Cloud CLI packages](https://pkg.so/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://pkg.so/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://pkg.so/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/brew/go/) - Build dependency declared by Homebrew.
- [openshift-cli](https://pkg.so/brew/openshift-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes, openshift.
- [skaffold](https://pkg.so/brew/skaffold/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, kubernetes.
- [ko](https://pkg.so/brew/ko/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, kubernetes.
- [rosa-cli](https://pkg.so/brew/rosa-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes, openshift.
- [kbld](https://pkg.so/brew/kbld/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, kubernetes.
- [kubernetes-cli](https://pkg.so/brew/kubernetes-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [k9s](https://pkg.so/brew/k9s/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [k3d](https://pkg.so/brew/k3d/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
