GitHub - Skills03/universal-computer: A decentralized universal computer: every machine is a folder under / (Plan 9 + TLS, in Go)

ยท GitHub

1 min read Original article โ†—

c9 โ€” one namespace, every machine

Mount any computer as a local folder.

INSTALL: go install github.com/Skills03/universal-computer/cmd/c9@main

USE: c9 login c9 mount /myserver --host YOUR_SERVER_IP cd /myserver

That's it. Remote is now local. No scp, no rsync.

  • Direct device-to-device, no relay
  • Encrypted TLS 1.3
  • Files never touch our server
  • Fast, built on 9P2000

Share: c9 share /myserver --with friend@email.com

Demo: universal-computer.com/demo