# Installer openmama avec Homebrew

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

## installation

```sh
sudo av install brew:openmama
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install openmama
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:openmama
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/openmama>
- **Version:** 6.3.2
- **Résumé source:** Open source high performance messaging API for various Market Data sources
- **Page d'accueil:** <https://openmama.finos.org>
- **Dépôt:** <https://github.com/finos/OpenMAMA>
- **Docs amont:** <https://openmama.finos.org>
- **Licence:** LGPL-2.1-only
- **Archive source:** <https://github.com/finos/OpenMAMA/archive/refs/tags/OpenMAMA-6.3.2-release.tar.gz>
- **Dernière mise à jour:** 2026-06-22T14:05:43-07:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- atomicbookbuilder (cli)
- atomicbookticker (cli)
- auctionticker (cli)
- bookpublisher (cli)
- bookticker (cli)
- bookviewer (cli)
- comboticker (cli)
- currencyticker (cli)
- fundamentallisten (cli)
- mamaftmemberc (cli)
- mamaftmembercpp (cli)
- mamainboxc (cli)
- mamainboxcpp (cli)
- mamaio (cli)
- mamaiocpp (cli)
- mamalistenc (cli)
- mamalistencachedc (cli)
- mamalistencachedcpp (cli)
- mamalistencpp (cli)
- mamamultisubscriberc (cli)
- mamaproxyc (cli)
- mamaproxycpp (cli)
- mamapublisherc (cli)
- mamapublishercpp (cli)
- mamasubscriberc (cli)
- mamasubscribercpp (cli)
- mamasymbollistsubscriberc (cli)
- mamasymbollistsubscribercpp (cli)
- mamdalisten (cli)
- multipartticker (cli)
- multisecurityticker (cli)
- newsticker (cli)
- optionchainer (cli)
- optionview (cli)
- orderimbalanceticker (cli)
- quoteticker (cli)
- secstatuslisten (cli)
- tradeticker (cli)
- atomicbookbuilder (alias)
- atomicbookticker (alias)
- auctionticker (alias)
- bookpublisher (alias)
- bookticker (alias)
- bookviewer (alias)
- comboticker (alias)
- currencyticker (alias)
- fundamentallisten (alias)
- mamaftmemberc (alias)
- mamaftmembercpp (alias)
- mamainboxc (alias)
- mamainboxcpp (alias)
- mamaio (alias)
- mamaiocpp (alias)
- mamalistenc (alias)
- mamalistencachedc (alias)
- mamalistencachedcpp (alias)
- mamalistencpp (alias)
- mamamultisubscriberc (alias)
- mamaproxyc (alias)
- mamaproxycpp (alias)
- mamapublisherc (alias)
- mamapublishercpp (alias)
- mamasubscriberc (alias)
- mamasubscribercpp (alias)
- mamasymbollistsubscriberc (alias)
- mamasymbollistsubscribercpp (alias)
- mamdalisten (alias)
- multipartticker (alias)
- multisecurityticker (alias)
- newsticker (alias)
- optionchainer (alias)
- optionview (alias)
- orderimbalanceticker (alias)
- quoteticker (alias)
- secstatuslisten (alias)
- tradeticker (alias)

## Dépendances

- apr
- apr-util
- libevent
- qpid-proton

## Dépendances de compilation

- cmake

## Bibliothèques fournies par macOS

- ncurses

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 6.3.2
- gestionnaire mis à jour: 2026-06-22
- données locales: OK
- dépôt amont: https://github.com/finos/OpenMAMA
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

OpenMAMA is the open Middleware Agnostic Messaging API: a vendor-neutral, high-performance API for passing data through different messaging middlewares, with an emphasis on low-latency market-data systems. The package matters because it captures a very finance-specific integration problem: applications need quotes, trades, books, entitlements, and data-quality semantics without being rewritten for each transport.

### Historique du projet

The project emerged from technology developed by NYSE Technologies and earlier Wombat Financial Software work, then moved into a vendor-neutral open-source setting. The Linux Foundation described OpenMAMA in 2012 as a Linux Foundation Labs project whose first year completed the open-sourcing of the stack, including OpenMAMDA and language support for C, C++, Java, and .NET.

OpenMAMA later moved under FINOS governance. The FINOS GitHub repository states that OpenMAMA was accepted as a FINOS project in October 2020 and that the project charter was approved by the FINOS Governing Board on 2020-10-21.

### Historique d'adoption

The 2012 Linux Foundation milestone announcement named participants including Bank of America Merrill Lynch, IBM, EMC, Exegy, Fixnetix, J.P. Morgan, and NYSE Technologies. It also listed bridges for Qpid AMQP, Avis, Bloomberg Open API, Data Fabric Multi Verb, Exegy, LBM, Rai, and IBM WebSphere Front Office work, showing that adoption centered on bridgeability rather than a single broker.

The OpenMAMA FAQ frames the project as a way for financial-services firms, market-data vendors, and technology firms to reduce middleware lock-in and standardize event-driven market-data applications across multiple transports and payloads.

### Modes d'utilisation

Developers use OpenMAMA by writing market-data publishers and subscribers against one API, then loading an appropriate bridge for the deployment's middleware. The quick-start documentation demonstrates a subscriber that connects to an OpenMAMA-compatible data source configured through mama.properties.

The API adds market-data features that generic messaging stacks lack, including subscription management, entitlements or permissioning, and data-quality handling. OpenMAMDA builds on top of MAMA with higher-level market-data types for trades, quotes, order books, program trading, and tick-capture systems.

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

For package nerds, OpenMAMA is a rare open-source artifact from institutional market-data infrastructure. Its formula exposes a stack that is less about a single daemon and more about ABI, bridge plugins, examples, and language bindings meant to let high-volume financial systems change transports without changing application code.

### Chronologie

- 2011: OpenMAMA was announced under Linux Foundation Labs, according to the Linux Foundation's 2012 one-year milestone announcement.
- 2012-11-28: the Linux Foundation announced that the OpenMAMA software stack was completely open source and listed multiple middleware bridges and industry participants.
- 2020-10-21: the FINOS Governing Board approved the OpenMAMA project charter.

### Related projects

- OpenMAMDA is the market-data framework layered on MAMA. Related bridge targets and ecosystems include Qpid AMQP, Avis, Bloomberg Open API, 29West LBM, Tibco Rendezvous, and other market-data middleware products.

### Sources

- <https://danielpocock.com/en/openmama-packaging-free-software-for-free-markets/>
- <https://github.com/finos/OpenMAMA>
- <https://openmama.finos.org/faq.html>
- <https://openmama.finos.org/quickstart.html>
- <https://openmama.finos.org/reference/mama/cs/classWombat_1_1Mama.html>
- <https://www.linuxfoundation.org/press/press-release/financial-services-industry-advances-high-performance-messaging-with-openmama-project>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

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


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/fr/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [libevent](https://pkg.so/fr/brew/libevent/) - Runtime dependency declared by Homebrew.
- [apr](https://pkg.so/fr/brew/apr/) - Runtime dependency declared by Homebrew.
- [apr-util](https://pkg.so/fr/brew/apr-util/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [kcat](https://pkg.so/fr/brew/kcat/) - Shares pkgdb curated category or tags: cli, data, messaging.
- [activemq](https://pkg.so/fr/brew/activemq/) - Shares pkgdb curated category or tags: cli, data, messaging.
- [kaskade](https://pkg.so/fr/brew/kaskade/) - Shares pkgdb curated category or tags: cli, data, messaging.
- [nsq](https://pkg.so/fr/brew/nsq/) - Shares pkgdb curated category or tags: cli, data, messaging.
- [kaf](https://pkg.so/fr/brew/kaf/) - Shares pkgdb curated category or tags: cli, data, messaging.
- [lcm](https://pkg.so/fr/brew/lcm/) - Shares pkgdb curated category or tags: cli, data, messaging.
- [kafka](https://pkg.so/fr/brew/kafka/) - Shares pkgdb curated category or tags: cli, data, messaging.
- [meilisearch](https://pkg.so/fr/brew/meilisearch/) - Shares pkgdb curated category or tags: api, cli, data.
- [memcached](https://pkg.so/fr/brew/memcached/) - Local package facts share a topical domain. Shared terms: cli, data, high, libevent, performance.
- [mysql@8.0](https://pkg.so/fr/brew/mysql-8-0/) - Local package facts share a topical domain. Shared terms: cli, data, libevent, open, source.
- [harper](https://pkg.so/fr/npm/harper/) - Local package facts share a topical domain. Shared terms: cli, data, messaging, open, performance.

## Combined YAML source

View the package source record on GitHub. [combined/openmama.yml](https://github.com/mxcl/pkgdb/blob/main/combined/openmama.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
- cross-ecosystem install command graph
