# Install libmps with Homebrew

Memory Pool System. Version 1.118.0 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:libmps
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install libmps
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:libmps
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/libmps>
- **Version:** 1.118.0
- **Source summary:** Memory Pool System
- **Homepage:** <https://www.ravenbrook.com/project/mps/>
- **Repository:** <https://github.com/Ravenbrook/mps>
- **Upstream docs:** <https://memory-pool-system.readthedocs.io/>
- **License:** BSD-2-Clause
- **Source archive:** <https://github.com/Ravenbrook/mps/archive/refs/tags/release-1.118.0.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- mpseventcnv (cli)
- mpseventpy (cli)
- mpseventtxt (cli)
- mpseventcnv (alias)
- mpseventpy (alias)
- mpseventtxt (alias)

## Install behavior

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

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.118.0
- Local data: ok
- Upstream repository: https://github.com/Ravenbrook/mps
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Project history and usage

The Memory Pool System is Ravenbrook's general-purpose memory management library for C and C++ programs that need manual allocation, automatic garbage collection, finalization, weakness, and specialized pool policies in one kit.

### Project history

Ravenbrook's documentation states that MPS has been in development since 1994 and deployed in successful commercial products since 1997. The project originated in the commercial language-runtime and printing-software world, where precise control over allocation strategy and garbage collection behavior mattered more than a one-size allocator.

The public kit readme is dated May 20, 2002 and describes a complete source and documentation distribution. The repository later became available under the BSD 2-clause license, with manuals, design documents, tests, and small tools such as event converters packaged around the core memory manager.

### Adoption history

MPS is not a mass-market command-line tool; its adoption is as infrastructure inside runtimes and applications that need custom memory policy. Ravenbrook's overview emphasizes commercial deployment beginning in 1997 and supported platforms including Windows, Linux, FreeBSD, and macOS.

In package-manager form, libmps gives Unix users a packaged build of a specialized allocator and garbage collector that would otherwise be built directly from a vendor source kit.

### How it is used

Developers integrate MPS by compiling the C source and linking it into their application, then creating arenas and pools appropriate to their object model. The manual positions it as a system that can cooperate with malloc/free or C++ new/delete rather than requiring an immediate rewrite of all memory management.

### Why package nerds care

MPS is package-nerd bait because it is a serious, documented garbage collector and memory-pool framework that ships as a plain C library. It sits in the uncommon zone between academic GC papers, commercial runtime engineering, and Unix packaging.

### Timeline

- 1994: MPS development begins, according to Ravenbrook's documentation.
- 1997: MPS is deployed in successful commercial products, according to Ravenbrook's documentation.
- 2002-05-20: Public MPS kit readme is authored by Richard Brooksby.
- 2006: The readme document history records maintenance updates and merges.
- 2020s: The GitHub repository and Read the Docs manual provide the public source and documentation surface.

### Related projects

- The official documentation discusses cooperation with conventional C and C++ allocators. Ravenbrook's ISMM paper connects the system to Harlequin-era runtime work, including Harlequin Dylan and ScriptWorks.

### Sources

- <https://formulae.brew.sh/formula/libmps>
- <https://github.com/Ravenbrook/mps>
- <https://memory-pool-system.readthedocs.io/>
- <https://www.ravenbrook.com/project/mps>
- <https://www.ravenbrook.com/project/mps/doc/2002-01-30/ismm2002-paper/ismm2002-a4.pdf>


## Security Notes

library-like package without higher-risk signals.

- **Geiger risk:** green / low
- library-like package without higher-risk signals

## Source Database Details

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


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Matched curated package taxonomy and local package facts.
- [jemalloc](https://www.automicvault.com/pkg/brew/jemalloc/) - Shares av.db curated category or tags: cli, memory-management, system.
- [crun](https://www.automicvault.com/pkg/brew/crun/) - Shares av.db curated category or tags: c-library, cli, system.
- [glibc](https://www.automicvault.com/pkg/brew/glibc/) - Shares av.db curated category or tags: c-library, cli, system.
- [libevdev](https://www.automicvault.com/pkg/brew/libevdev/) - Shares av.db curated category or tags: c-library, cli, system.
- [libfreefare](https://www.automicvault.com/pkg/brew/libfreefare/) - Shares av.db curated category or tags: c-library, cli, system.
- [libfreenect](https://www.automicvault.com/pkg/brew/libfreenect/) - Shares av.db curated category or tags: c-library, cli, system.
- [libfuse](https://www.automicvault.com/pkg/brew/libfuse/) - Shares av.db curated category or tags: c-library, cli, system.
- [libgtop](https://www.automicvault.com/pkg/brew/libgtop/) - Shares av.db curated category or tags: c-library, cli, system.

## Combined YAML source

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


## Sources

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