# Install stripe-cli with Homebrew, chocolatey, MacPorts, Nix, scoop, winget

Command-line tool for Stripe. Version 1.43.6 via Homebrew; verified 2026-07-03.

## Install

```sh
sudo av install brew:stripe-cli
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install stripe-cli
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install stripe-cli
```

  Evidence: MacPorts ports tree: devel/stripe-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#stripe-cli
```

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

### Windows

- Chocolatey (92%):

```sh
choco install stripe-cli
```

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

- Scoop (92%):

```sh
scoop install main/stripe-cli
```

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

- winget (92%):

```sh
winget install --id Stripe.StripeCli -e
```

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

## Package facts

- **Package key:** brew:stripe-cli
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/stripe-cli>
- **Version:** 1.43.6
- **Source summary:** Command-line tool for Stripe
- **Homepage:** <https://docs.stripe.com/stripe-cli>
- **Repository:** <https://github.com/stripe/stripe-cli>
- **Upstream docs:** <https://docs.stripe.com/cli>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/stripe/stripe-cli/archive/refs/tags/v1.43.6.tar.gz>
- **Last updated:** 2026-07-03T00:09:09Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- stripe (cli)
- stripe (alias)

## Build dependencies

- go

## 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-07-08
- Package-manager version: 1.43.6
- Package-manager updated: 2026-07-03
- Local data: ok
- Upstream repository: https://github.com/stripe/stripe-cli
- Upstream latest detected: v1.43.6 (current)
## Project history and usage

stripe-cli is Stripe's official command-line tool for building, testing, and managing Stripe integrations from a terminal, especially local webhook and API workflows.

### Project history

GitHub repository metadata records the public stripe-cli repository as created on 2019-06-14. The repository README and Stripe documentation describe it as a command-line tool for Stripe that helps developers build, test, and manage integrations from the terminal.

The project fits Stripe's broader developer-experience pattern: move common dashboard and integration-test tasks into a scriptable CLI, including login, API object operations, request-log tailing, event triggering, and webhook forwarding.

### Adoption history

Stripe documents installation for macOS, Windows, Linux, npm, Homebrew, apt, yum, Scoop, winget, and direct archives. The supplied package-manager facts also show Homebrew, Chocolatey, MacPorts, Nix, Scoop, and winget packaging.

Because Stripe integration work often happens inside local web apps and CI-like scripts, the CLI became a standard developer companion rather than only an administrative tool.

### How it is used

Common use starts with `stripe login`, which stores CLI configuration and credentials in `~/.config/stripe/config.toml`, or under `XDG_CONFIG_HOME` when set. Developers then use commands such as `stripe listen`, `stripe trigger`, `stripe logs tail`, and resource commands to exercise Stripe APIs.

The official reference says the CLI can use global configuration or project-specific configurations, supports explicit API keys and environment variables, and exposes every command and flag in the CLI reference.

### Why package nerds care

stripe-cli is significant in package culture because it is a vendor CLI that behaves like a normal developer tool: installable from system package managers, scriptable, documented, and usable across macOS, Linux, and Windows.

It is also a modern example of package-manager adoption as developer acquisition: getting `stripe` into Homebrew, Scoop, winget, npm, and distro-style repos makes payment integration testing feel like any other local CLI workflow.

### Timeline

- 2019-06-14: GitHub repository metadata records public repository creation.
- 2019: Early tagged versions begin in the public repository tag set.
- 2026: Official docs describe sandbox, API-key, webhook, logs, and project-configuration workflows in the CLI reference.

### Related projects

- Stripe API, Stripe Dashboard, webhook endpoints, npm package `@stripe/cli`, Stripe's Scoop bucket, and package-manager formulas/manifests are adjacent surfaces.

### Sources

- <https://docs.stripe.com/cli>
- <https://docs.stripe.com/stripe-cli>
- <https://docs.stripe.com/stripe-cli/install>
- <https://docs.stripe.com/stripe-cli/keys>
- <https://github.com/stripe/stripe-cli#readme>
- source_facts.package-manager


## Security Notes

No matching local secret-handling manifest was found for stripe-cli. Nucleus 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: $XDG_CONFIG_HOME/stripe/config.toml, ~/.config/stripe/config.toml

## Credential files

- Unix: $XDG_CONFIG_HOME/stripe/config.toml, ~/.config/stripe/config.toml
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** stripe-cli
- **Aliases:** stripe
- **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

## Other Package-Manager Records

- Nix - stripe-cli: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/stripe-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - stripe-cli: normalized package name match | MacPorts ports tree: devel/stripe-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - stripe-cli: normalized package name match | Chocolatey community package catalog: stripe-cli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','starship.install'
- Scoop - main/stripe-cli: normalized package name match | Scoop official bucket manifest trees: bucket/stripe-cli.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Stripe.StripeCli: normalized package name match | Windows Package Manager source index: Stripe.StripeCli from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [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.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [stripe-mock](https://www.automicvault.com/pkg/brew/stripe-mock/) - Shares av.db curated category or tags: api, cli, developer-tools, payments, stripe.
- [algolia](https://www.automicvault.com/pkg/brew/algolia/) - Shares av.db curated category or tags: api, cli, developer-tools.
- [fern-api](https://www.automicvault.com/pkg/brew/fern-api/) - Shares av.db curated category or tags: api, cli, developer-tools.
- [oasdiff](https://www.automicvault.com/pkg/brew/oasdiff/) - Shares av.db curated category or tags: api, cli, developer-tools.
- [ain](https://www.automicvault.com/pkg/brew/ain/) - Shares av.db curated category or tags: api, cli, developer-tools.
- [cliproxyapi](https://www.automicvault.com/pkg/brew/cliproxyapi/) - Shares av.db curated category or tags: api, cli, developer-tools.
- [curlie](https://www.automicvault.com/pkg/brew/curlie/) - Shares av.db curated category or tags: api, cli, developer-tools.
- [graphql-inspector](https://www.automicvault.com/pkg/brew/graphql-inspector/) - Shares av.db curated category or tags: api, cli, developer-tools.
- [http-prompt](https://www.automicvault.com/pkg/brew/http-prompt/) - Local package facts share a topical domain. Shared terms: api, cli, command-line, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/stripe-cli.yml](https://github.com/automic-vault/db/blob/main/combined/stripe-cli.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
- external package-manager database matches
- cross-ecosystem install command graph
