# Installer apm avec Homebrew, scoop, winget

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

## installation

```sh
sudo av install brew:apm
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install apm
```

  Preuve: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install main/apm
```

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

- winget (92%):

```sh
winget install --id Microsoft.APM -e
```

  Preuve: Windows Package Manager source index: Microsoft.APM from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:apm
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.26.0
- **Résumé source:** Dependency manager for AI agent configuration
- **Page d'accueil:** <https://microsoft.github.io/apm/>
- **Dépôt:** <https://github.com/microsoft/apm>
- **Dernière mise à jour:** 2026-07-25T09:54:32Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- apm (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

APM, the Agent Package Manager, is a dependency manager for AI-agent context. It gives skills, prompts, instructions, plugins, and MCP servers a project manifest and lockfile workflow analogous to established language package managers.

### Historique du projet

Microsoft's public repository was created in September 2025 and published v0.4.0 that month. The project describes itself as open source and community driven, and credits Daniel Meppiel as creator with Daniel Meppiel and Sergio Sisternes as maintainers.

### Historique d'adoption

The official documentation targets GitHub Copilot, Claude Code, Cursor, OpenCode, Codex, Gemini, Windsurf, and Kiro. The supplied package metadata records distribution through Homebrew, Scoop, and WinGet, while the official README also documents platform installers and pip.

### Modes d'utilisation

A project declares agent dependencies in a repository-root apm.yml. Running apm install resolves those dependencies and produces a lockfile so collaborators and CI can reproduce the same agent context; additional commands cover compilation, packaging, auditing, marketplaces, and policy enforcement.

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

APM applies familiar manifest, lockfile, transitive-resolution, integrity, and policy concepts to agent configuration, an ecosystem that has otherwise relied heavily on manually copied files. Its cross-harness targeting and multiple installation channels make it notable as an attempt to turn agent context into a conventional package-management domain.

### Chronologie

- 2025-09: Public GitHub repository created and v0.4.0 published.
- 2026-07: v0.26.0 published.

### Related projects

- The official project relates its workflow to npm, pip, and Cargo and builds on AGENTS.md, Agent Skills, and the Model Context Protocol. The companion microsoft/apm-action project brings installation and bundle restoration into GitHub Actions.

### Sources

- <https://api.github.com/repos/microsoft/apm — official GitHub repository metadata and creation date.>
- <https://api.github.com/repos/microsoft/apm/releases?per_page=100 — official GitHub release history.>
- <https://github.com/microsoft/apm — official README, project purpose, maintainers, supported agent harnesses, installation methods, and usage.>
- <https://microsoft.github.io/apm/ — official documentation for the manifest, lockfile, installation, security, and policy model.>
- input source_facts.package-manager — supplied Homebrew, Scoop, and WinGet package records.


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour apm. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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: ./apm.yml, ~/.apm/apm.yml, ~/.apm/config.json

## Credential files

- Unix: ~/.apm/config.json
## Autres enregistrements de gestionnaires de paquets

- Scoop - main/apm: normalized package name match | Scoop official bucket manifest trees: bucket/apm.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Microsoft.APM: normalized package name match | Windows Package Manager source index: Microsoft.APM from https://cdn.winget.microsoft.com/cache/source.msix
- winget - Orthogonal.APM: normalized package name match | Windows Package Manager source index: Orthogonal.APM from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Sources

- pkg.so package database
- curated configuration and credential file locations
- curated package history
- external package-manager database matches
- cross-ecosystem install command graph
