Skip to content

truffleMesh networking for your devices

Built on Tailscale. P2P. Zero config. Cross-platform.

Install

sh
curl -fsSL https://jamesyong-42.github.io/truffle/install.sh | sh
powershell
iwr -useb https://jamesyong-42.github.io/truffle/install.ps1 | iex
sh
brew install jamesyong-42/tap/truffle

Quick Start

sh
# Start your node and join the mesh
truffle up

# See all nodes on your network
truffle ls

# Send a message to another node
truffle send laptop "deploy is done"

# Copy a file to another node
truffle cp ./report.pdf server:/tmp/

# Check connectivity
truffle ping laptop

Released under the MIT License.