-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Matthew DaLuz edited this page Apr 19, 2026
·
3 revisions
This wiki tracks the current codebase for APM, apmd, amsd, and AMS.
- APM Architecture
- AMS Architecture
- CLI and Operations
- Build and Deployment
- AMS Module Development
- Troubleshooting
- Current CLI version in source:
2.0.3b - Open Beta - Current CLI build date string:
April 18th, 2026. - 5:00 PM Eastern Time. - Main package transport is UNIX socket IPC
- Android
apmdendpoint: abstract socket@apmd - Android
amsdendpoint:/data/ams/amsd.sock - Persistent APM data lives under
/data/apm - Shell-accessible runtime payloads and shims live under
/data/local/tmp/apm - AMS modules live under
/data/ams/modules - Recovery flashable packaging is maintained
- Magisk packaging is deprecated
-
src/apm: CLI, auth/session prompts, log helpers, manual package handling, IPC client/transport -
src/apmd: package daemon, install manager, APK installer, factory reset, PATH hotload -
src/amsd: AMS daemon, safe mode, module IPC dispatcher -
src/ams: module metadata parser and lifecycle manager -
src/core: config, repo/release parsing, downloader, status DB, manual package metadata -
src/util: filesystem/process helpers and crypto primitives
README.md.deb-signature-verification-flow.mdapm-flashable-new/README.mdboringssl-tools/compile-for-all-abi/README.md