DOCUMENTATION / ALPHA

Torsion Node and network

The local daemon, peer transport, registration boundary and NetworkScript execution model.

Torsion Node

The production daemon is a signed Rust service with native messaging, loopback WebSocket and platform socket transports. It owns identity, capability policy, process/filesystem runners, local models, MCP clients, artifacts, operation journal, updater and libp2p.

Network registration

torsionfield.de is the technology, release and network-membership site. The current alpha form stores interest only. A production enrollment flow will issue a signed membership credential after account verification, device challenge and explicit browser/node pairing.

Peer connectivity

Nodes use encrypted libp2p connections with bootstrap peers, relay reservation and direct-connection upgrade where possible. Cloudflare provides optional rendezvous, presence and project coordination; it is not the mandatory data path.

NetworkScripts

A NetworkScript is a userscript with typed callable endpoints. Exposure is bound to script version, peer/project scope, method schemas, operation identity, capability profile, expiry and signature. Wildcard authority is supported when explicitly selected; hidden narrowing is prohibited.