Download and Setup
Fast Build Path
go build -o ./vx6 ./cmd/vx6
Initialize
./vx6 init \ --name alice \ --listen '[::]:4242' \ --advertise '[2001:db8::10]:4242' \ --bootstrap '[2001:db8::1]:4242'
Start Node Runtime
./vx6 node
Run in Background
systemctl --user enable --now vx6 systemctl --user status vx6 systemctl --user reload vx6
Default Paths
~/.config/vx6/config.json ~/.config/vx6/identity.json ~/.config/vx6/node.pid ~/.local/share/vx6 ~/Downloads
VX6 is designed for direct service access with a cleaner network model. Start a node, publish a service, and connect from another machine through peer networking.