-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matthew DaLuz edited this page Mar 18, 2026
·
1 revision
This wiki documents APM (Android Package Manager), AMS (APM Module System), runtime architecture, operations, and module authoring.
- APM Architecture
- AMS Architecture
- CLI and Operations
- Build and Deployment
- AMS Module Development
- Troubleshooting
- 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/apmand/data/ams.
-
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