Weave is a platform for minting dereferenceable Semantic Web IRIs and for managing and publishing DigitalArtifacts. At its core is the Weave daemon, which implements the Semantic Flow API, supported by official clients and shared tooling.
Install or upgrade Weave globally from the npm registry.
With npm:
npm i -g @semantic-flow/weave@latestWith pnpm, use add for a first install:
pnpm add -g @semantic-flow/weave@latestFor an existing pnpm global install, use update:
pnpm update -g @semantic-flow/weave --latest