Go implementation of the Wetware distributed computing system.
go install github.com/wetware/go/cmd/ww
ww run <binary>
- Execute binaries in isolated cells with IPFS supportww export <path>
- Add files/directories to IPFSww import <ipfs-path>
- Download content from IPFSww idgen
- Generate Ed25519 private keys
Wetware provides capability-based security through isolated execution environments (cells) with controlled access to IPFS and other distributed services. Each cell runs in a jailed process with file descriptor-based capability passing.
See spec/cell.md for the cell API specification.