# Install keeper-commander with Homebrew, winget, chocolatey

Command-line and SDK interface to Keeper Password Manager. Version 18.0.15 via Homebrew; verified 2026-08-03. Also installable with winget: winget install --id KeeperSecurity.Commander -e.

## Install

```sh
sudo av install brew:keeper-commander
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install keeper-commander
```

  Evidence: local Homebrew formula metadata

### Windows

- winget (92%):

```sh
winget install --id KeeperSecurity.Commander -e
```

  Evidence: Windows Package Manager source index: KeeperSecurity.Commander from https://cdn.winget.microsoft.com/cache/source.msix

- Chocolatey (92%):

```sh
choco install keeper
```

  Evidence: Chocolatey community package catalog: keeper from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','kav'

## Package facts

- **Package key:** brew:keeper-commander
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/keeper-commander>
- **Version:** 18.0.15
- **Source summary:** Command-line and SDK interface to Keeper Password Manager
- **Homepage:** <https://docs.keeper.io/en/privileged-access-manager/commander-cli/overview>
- **Repository:** <https://github.com/Keeper-Security/Commander>
- **Upstream docs:** <https://docs.keeper.io/en/privileged-access-manager/commander-cli/overview>
- **License:** MIT
- **Source archive:** <https://files.pythonhosted.org/packages/29/26/2e6dfa90265ee10924a093e43a897bbd8cb4736f50b5a6ad5e464ba72ef4/keepercommander-18.0.15.tar.gz>
- **Last updated:** 2026-08-03T17:32:29Z
- **Generated:** 2026-08-04T22:13:35+00:00

## Executables

- keeper (cli)
- keeper (alias)

## Dependencies

- certifi
- cryptography
- ffmpeg
- libvpx
- libyaml
- openssl@3
- opus
- pillow
- pydantic
- python@3.14
- srtp

## Build dependencies

- pkgconf
- rust

## Install behavior

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

## Freshness

- Page generated: 2026-08-04
- Package-manager version: 18.0.15
- Package-manager updated: 2026-08-03
- Local data: ok
- Upstream repository: https://docs.keeper.io/en/privileged-access-manager/commander-cli/overview
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

Keeper Commander is Keeper Security's open-source command-line, terminal UI, and Python SDK interface for the Keeper password-management and privileged-access platform. It is both an administrator automation tool and a developer integration surface for vault, enterprise, import/export, reporting, Secrets Manager, and KeeperPAM workflows.

### Project history

The Commander repository was created on 2015-09-01. Its README describes a Python-based CLI and SDK that provides administrative controls, reporting, import/export, and vault management for the Keeper Security platform. Older tags show the project was versioned before GitHub Releases became the main release surface; a v1.0 tag points at a 2018-07-27 version-increment commit.

By 2021, the release stream had reached the v4.x line and then the v16.x line, with release names such as v16.1.1 noting Record Types and Secrets Manager. In 2024 and later release notes, Commander continued to add enterprise and platform-administration features, including service-mode hardening, non-human identity reporting, OS-native keychain storage, and config-location changes.

### Adoption history

Keeper Commander is adopted by Keeper customers and administrators who need scriptable access to Keeper vault and enterprise features. Official Keeper documentation presents it as a way to automate many Keeper functions, including user and team provisioning, vault access, reports, imports, exports, PAM workflows, and SDK-based integrations.

Package-manager support across Homebrew, Chocolatey, and winget reflects its cross-platform administrative role: teams need the `keeper` command available on macOS, Windows, and automation hosts without hand-building from source.

### How it is used

Users install Commander as a binary, from source, or through Python packaging, then run `keeper` interactively, in shell mode, as a terminal vault UI, from scripts, or as a REST service. It stores login/configuration state in a Keeper config file and can be used for both personal vault operations and organization-wide administrative automation.

### Why package nerds care

Keeper Commander is package-nerdy because it turns a hosted password-management platform into a local CLI surface with a long release train and multiple install channels. It is also an example of a security product exposing its operational model through an open-source command package rather than only through a web console.

### Timeline

- 2015-09-01: GitHub repository created.
- 2018-07-27: The v1.0 tag points to a version-increment commit.
- 2021-05-04: GitHub Releases include v4.80.
- 2021-08-10: v16.1.1 release named Record Types and Secrets Manager.
- 2024-02-26: v16.10.5 was published.
- 2026-05-26: v18.0.4 release notes included service-mode hardening and an OS-standard config-location change.
- 2026-06-23: v18.0.9 was published.

### Related projects

- Keeper Commander is related to Keeper Password Manager, KeeperPAM, Keeper Secrets Manager, Keeper's .NET and PowerShell Commander implementation, enterprise provisioning workflows, and package-manager manifests for Homebrew, Chocolatey, and winget.

### Sources

- <https://api.github.com/repos/Keeper-Security/Commander>
- <https://api.github.com/repos/Keeper-Security/Commander/commits/c0a6bed10bc2cc5d24ff7fcfdd84f259a4ed14f5>
- <https://docs.keeper.io/en/keeperpam/commander-cli/overview>
- <https://docs.keeper.io/enterprise-guide/commander-cli>
- <https://docs.keeper.io/enterprise-guide/user-and-team-provisioning/cli-provisioning-with-commander-sdk>
- <https://github.com/Keeper-Security/Commander>
- <https://github.com/Keeper-Security/Commander/releases>
- <https://raw.githubusercontent.com/Keeper-Security/Commander/master/README.md>


## Security Notes

No matching local secret-handling manifest was found for keeper-commander. Package metadata is still published here so future coverage has a stable package URL.



## 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: ~/.keeper/config.json
- Windows: %USERPROFILE%\.keeper\config.json

## Credential files

- Unix: ~/.keeper/config.json
- Windows: %USERPROFILE%\.keeper\config.json
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** keeper-commander
- **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:** head, stable

## Other Package-Manager Records

- winget - KeeperSecurity.Commander: normalized package name match | Windows Package Manager source index: KeeperSecurity.Commander from https://cdn.winget.microsoft.com/cache/source.msix
- Chocolatey - keeper: installed executable or alias match | Chocolatey community package catalog: keeper from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','kav'
- winget - KeeperSecurity.KeeperDesktop: installed executable or alias match | Windows Package Manager source index: KeeperSecurity.KeeperDesktop from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [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.
- [Networking and protocol packages](https://pkg.so/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [openssl@3](https://pkg.so/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://pkg.so/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [ffmpeg](https://pkg.so/brew/ffmpeg/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/brew/rust/) - Build dependency declared by Homebrew.
- [keepassc](https://pkg.so/brew/keepassc/) - Shares pkgdb curated category or tags: cli, password-manager, security.
- [bitwarden-cli](https://pkg.so/brew/bitwarden-cli/) - Shares pkgdb curated category or tags: cli, password-manager, security.
- [pass](https://pkg.so/brew/pass/) - Shares pkgdb curated category or tags: cli, password-manager, security.
- [lastpass-cli](https://pkg.so/brew/lastpass-cli/) - Shares pkgdb curated category or tags: cli, password-manager, security.
- [gopass](https://pkg.so/brew/gopass/) - Shares pkgdb curated category or tags: cli, password-manager, security.
- [rbw](https://pkg.so/brew/rbw/) - Shares pkgdb curated category or tags: cli, password-manager, security.
- [gopass-jsonapi](https://pkg.so/brew/gopass-jsonapi/) - Shares pkgdb curated category or tags: cli, password-manager, security.
- [pass-import](https://pkg.so/brew/pass-import/) - Shares pkgdb curated category or tags: cli, password-manager, security.
- [bbot](https://pkg.so/brew/bbot/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, cryptography, libyaml, openssl.
- [ggshield](https://pkg.so/brew/ggshield/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, cryptography, libyaml, openssl.

## Combined YAML source

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


## Sources

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