v0.34.2
What changed
- The README and the agent document open with what the name stands for — NMTS is
NeedMoreTruthStorage — who builds it, and the site, https://nmts.me; the package description
says the same. No behaviour changed.
Install
From the registry:
npm install -g @needmoretruth/nmts-cli@0.34.2
Or straight from this repository, without the registry:
npm install -g github:needmoretruth/nmts-cli#v0.34.2
Or, without a clone, from the tarball attached below:
npm install -g https://github.com/needmoretruth/nmts-cli/releases/latest/download/nmts.tgz
Node 22 or newer. Nothing is compiled by a C compiler and there is no native build
step; the encryption engine is a WebAssembly module carried in the package.