Proving what a node did, saying it in confidence, fixing it in the field, and deciding how often it can afford to do any of that.
One install for the 5 capabilities of this domain. Each is also its own package, and
pamoja is the whole framework in one.
npm install @pamoja/trust
| Capability | Package | What it covers |
|---|---|---|
| Audit log | @pamoja/audit |
A tamper-evident, hash-chained log; altering, reordering, or dropping a record breaks verification |
| Secured session | @pamoja/session |
X25519 key agreement, HKDF, and ChaCha20-Poly1305 with an anti-replay window, with no TLS stack |
| Signed updates | @pamoja/update |
Signed firmware manifests, streaming image verification, and A/B slots that fall back on their own |
| Power | @pamoja/power |
Duty cycling and an energy-aware governor that stretches work as the battery drains |
| Telemetry | @pamoja/telemetry |
Observability that ships only what is worth the bytes as link cost rises, while counting everything |
The guides, with a worked TypeScript example for each, are at https://pamoja.molex.cloud/docs.
MIT
Trust and operation: Proving what a node did, saying it in confidence, fixing it in the field, and deciding how often it can afford to do any of that.
Installing this package installs
@pamoja/audit,@pamoja/session,@pamoja/update,@pamoja/power,@pamoja/telemetry, and re-exports each under its own name, so a name two of them share stays unambiguous.