Skip to content

DeanoC/SpiderNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpiderNode

Standalone node runtime binaries for the Acheron/Spiderweb ecosystem.

SpiderNode exists so operators can run node daemons on Linux/macOS/Windows without cloning the full server repo. It exports filesystem roots and services that Spiderweb mounts into the unified namespace.

Learn more:

  • docs/overview.md
  • docs/README.md

Quick Build

zig build -Doptimize=ReleaseSafe

Quick Run (Invite Pairing)

./zig-out/bin/spiderweb-fs-node \
  --export "work=.:rw" \
  --control-url "ws://<server>:18790/" \
  --control-auth-token "<admin-token>" \
  --pair-mode invite \
  --invite-token "inv-..." \
  --node-name "edge-node"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors