# Installer apache-pulsar avec Homebrew, chocolatey, Nix, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de apache-pulsar pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:apache-pulsar
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install apache-pulsar
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#pulsar
```

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

### Windows

- Chocolatey (92%):

```sh
choco install pulsar
```

  Preuve: Chocolatey community package catalog: pulsar from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.9764','dropkick'

- Scoop (92%):

```sh
scoop install extras/pulsar
```

  Preuve: Scoop official bucket manifest trees: bucket/pulsar.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Pulsar-Edit.Pulsar -e
```

  Preuve: Windows Package Manager source index: Pulsar-Edit.Pulsar from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:apache-pulsar
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.2.4
- **Résumé source:** Cloud-native distributed messaging and streaming platform
- **Page d'accueil:** <https://pulsar.apache.org/>
- **Dépôt:** <https://github.com/apache/pulsar>
- **Dernière mise à jour:** 2026-08-03T15:31:11Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bookkeeper (alias)
- function-localrunner (alias)
- pulsar (alias)
- pulsar-admin (alias)
- pulsar-client (alias)
- pulsar-daemon (alias)
- pulsar-managed-ledger-admin (alias)
- pulsar-perf (alias)
- pulsar-shell (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.2.4
## Historique du projet et usages

Apache Pulsar is a distributed publish-subscribe messaging and streaming platform. It packages a full messaging stack: brokers, BookKeeper storage, clients, admin commands, performance tools, and function workers.

### Historique du projet

Pulsar was originally built at Yahoo for large-scale, multi-tenant messaging. ASF's 2018 graduation announcement says Pulsar launched at Yahoo in 2015, was submitted to the Apache Incubator in June 2017, and then graduated as an Apache top-level project in September 2018.

The architecture separated serving from storage: Pulsar brokers handle topics and clients, while Apache BookKeeper stores ledgers. That split matters operationally because the package ships both Pulsar and BookKeeper command-line entry points.

As the project evolved, Pulsar broadened from a pub-sub broker into a messaging and streaming platform with functions, connectors, tiered storage, schema support, SQL integrations, and tooling around administration and benchmarking.

### Historique d'adoption

Pulsar's adoption history is rooted in high-throughput, multi-tenant messaging use cases where operators want durable streams, geo-replication, and independent scaling of brokers and storage. The official documentation presents it as cloud-native distributed messaging and streaming.

The supplied package data shows distribution through Homebrew, Chocolatey, Nix, and Scoop, which is a useful sign of cross-platform developer demand. Homebrew exposes many executables, including `pulsar`, `pulsar-admin`, `pulsar-client`, `pulsar-perf`, and BookKeeper tools.

### Modes d'utilisation

Package users commonly install Pulsar to run local standalone clusters, administer tenants/namespaces/topics, test producers and consumers, benchmark message throughput, or develop Pulsar Functions and connectors.

The config layout is conventional for a server package: broker, client, BookKeeper, and functions worker configuration files live under `$PULSAR_HOME/conf`, which keeps command-line experiments close to production deployment concepts.

### Pourquoi les passionnés de paquets s'y intéressent

Pulsar is package-nerd interesting because a single formula installs a distributed system with several operational personalities: broker, admin shell, client, storage service, performance tester, and function runtime.

It also sits in the same mental drawer as Kafka, BookKeeper, ZooKeeper-era infrastructure, and cloud-native stream processors, so packagers need to care about Java runtimes, scripts, config directories, and bundled service tooling.

### Chronologie

- 2015: Pulsar launches at Yahoo.
- 2017: Pulsar is submitted to the Apache Incubator in June.
- 2018: Pulsar graduates as an Apache top-level project in September.
- 2020s: The project expands its streaming, functions, connector, and cloud-native operations story.

### Related projects

- Apache BookKeeper provides the ledger storage layer used by Pulsar.
- Apache ZooKeeper has historically been used for cluster metadata coordination in Pulsar deployments.
- Apache Kafka is the common comparison point for messaging and streaming users evaluating Pulsar.

### Sources

- <https://github.com/apache/pulsar>
- <https://news.apache.org/foundation/entry/the-apache-software-foundation-announces39>
- <https://pulsar.apache.org/>
- <https://pulsar.apache.org/docs>
- source_facts.executables
- source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- broad file, network, media, or database tool signal
- formula declares a Homebrew service
- generalized runtime or code generation signal
- infrastructure mutation or orchestration signal


## 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: $PULSAR_HOME/conf/broker.conf, $PULSAR_HOME/conf/client.conf, $PULSAR_HOME/conf/bookkeeper.conf, $PULSAR_HOME/conf/functions_worker.yml
## Autres enregistrements de gestionnaires de paquets

- Nix - pulsar: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/pu/pulsar/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Chocolatey - pulsar: installed executable or alias match | Chocolatey community package catalog: pulsar from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.9764','dropkick'
- Scoop - extras/pulsar: installed executable or alias match | Scoop official bucket manifest trees: bucket/pulsar.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - Pulsar-Edit.Pulsar: installed executable or alias match | Windows Package Manager source index: Pulsar-Edit.Pulsar from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Sources

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