# Install anyenv with Homebrew

All in one for **env. Version 1.1.5 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:anyenv
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install anyenv
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:anyenv
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/anyenv>
- **Version:** 1.1.5
- **Source summary:** All in one for **env
- **Homepage:** <https://anyenv.github.io/>
- **Repository:** <https://github.com/anyenv/anyenv>
- **Upstream docs:** <https://anyenv.github.io/>
- **License:** MIT
- **Source archive:** <https://github.com/anyenv/anyenv/archive/refs/tags/v1.1.5.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- anyenv (cli)
- anyenv (alias)

## Install behavior

- Post-install hook: not defined
- Bottle: available on all

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.1.5
- Local data: ok
- Upstream repository: https://github.com/anyenv/anyenv
- Upstream latest detected: v1.1.5 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

anyenv is a wrapper for rbenv-style environment managers. It exists for developers who use several language-specific '*env' tools and do not want to clone and shell-initialize each one by hand.

### Project history

The official README describes anyenv as 'All in one for **env' and a simple wrapper around rbenv-style environment managers. It installs managers such as rbenv, pyenv, and nodenv through manifest scripts, then lets the individual manager handle language/runtime installation.

The companion anyenv-install repository defines the manifest format. A manifest is just a shell script using install_env and optional install_plugin calls, which keeps anyenv's core small and pushes per-manager installation rules into a separate manifest directory.

### Adoption history

anyenv is most common among shell users who already accept the rbenv/pyenv/nodenv style of shims and per-user runtime directories. The input facts show Homebrew packaging, and the official README starts with Homebrew setup for macOS users before describing manual git checkout.

The project is intentionally niche: it does not replace each language manager's ecosystem, it reduces the installation and shell-profile repetition around using many of them.

### How it is used

A user installs anyenv, runs anyenv init, initializes the manifest directory with anyenv install --init, and then installs managers with commands such as anyenv install rbenv, anyenv install pyenv, and anyenv install nodenv. After restarting the shell, the installed manager commands are available.

Configuration centers on ANYENV_DEFINITION_ROOT, the directory containing install manifests. If not set, official docs fall back to ${XDG_CONFIG_HOME}/anyenv/anyenv-install or ${HOME}/.config/anyenv/anyenv-install.

### Why package nerds care

anyenv is package-manager glue for package-manager people: it manages managers. Its interesting bit is not a runtime resolver, but the small manifest protocol that bootstraps many language-specific env tools from one command.

It is also a reminder that shell initialization is real packaging surface. anyenv's value is partly that it centralizes PATH and init setup, avoiding a growing dotfile pile of independent *env snippets.

### Timeline

- 2010s: anyenv adopts the rbenv-style manager pattern as a wrapper around multiple '*env' tools.
- 2020s: The repository reaches the v1.1.x tag series and remains documented through anyenv.github.io and GitHub README.
- 2026: Homebrew package facts list anyenv as an available formula.

### Related projects

- rbenv, pyenv, and nodenv are examples shown in the official usage docs.
- anyenv-install is the official manifest repository used by anyenv install --init.
- anyenv-update and anyenv-git are plugins listed by the official README.

### Sources

- Official anyenv README, anyenv.github.io, anyenv-install README, and source_facts.package-manager.


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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: ${XDG_CONFIG_HOME}/anyenv/anyenv-install, ${HOME}/.config/anyenv/anyenv-install
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** anyenv
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [fvm](https://www.automicvault.com/pkg/brew/fvm/) - Shares av.db curated category or tags: cli, developer-tools, version-manager, version-managers.
- [nodebrew](https://www.automicvault.com/pkg/brew/nodebrew/) - Shares av.db curated category or tags: cli, developer-tools, version-manager, version-managers.
- [nodenv](https://www.automicvault.com/pkg/brew/nodenv/) - Shares av.db curated category or tags: cli, developer-tools, version-manager, version-managers.
- [sbtenv](https://www.automicvault.com/pkg/brew/sbtenv/) - Shares av.db curated category or tags: cli, developer-tools, version-manager, version-managers.
- [tofuenv](https://www.automicvault.com/pkg/brew/tofuenv/) - Shares av.db curated category or tags: cli, developer-tools, version-manager, version-managers.
- [aqua](https://www.automicvault.com/pkg/brew/aqua/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.
- [asdf](https://www.automicvault.com/pkg/brew/asdf/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.
- [bob](https://www.automicvault.com/pkg/brew/bob/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.

## Combined YAML source

View the package source record on GitHub. [combined/anyenv.yml](https://github.com/automic-vault/db/blob/main/combined/anyenv.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
