Skip to content
Matthew DaLuz edited this page Mar 18, 2026 · 1 revision

APM Wiki Home

This wiki documents APM (Android Package Manager), AMS (APM Module System), runtime architecture, operations, and module authoring.

Page Order

  1. APM Architecture
  2. AMS Architecture
  3. CLI and Operations
  4. Build and Deployment
  5. AMS Module Development
  6. Troubleshooting

Quick Facts

  • Runtime transport is UNIX socket based.
  • Main daemon socket: /data/apm/apmd.sock.
  • AMS daemon socket: /data/ams/amsd.sock.
  • CLI version string in source: 2.0.0b - Open Beta.
  • Core runtime directories: /data/apm and /data/ams.

Source Map

  • src/apm: CLI
  • src/apmd: main daemon
  • src/amsd: AMS daemon
  • src/ams: module manager and metadata parser
  • src/core: repo/index/extractor/status/security helpers
  • src/util: filesystem and crypto helpers

Clone this wiki locally