____ __ _ ____
/ ___| _ _ / _| |_| __ ) _____ __
\___ \| | | | |_| __| _ \ / _ \ \/ /
___) | |_| | _| |_| |_) | (_) > <
|____/ \__, |_| \__|____/ \___/_/\_\
|___/
curl -LsSf https://syftbox.openmined.org/install.sh | sh -s -- run
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv .venv
uv pip install -U syftbox
uv run syftbox client
Begin by opening your terminal and navigating to the root directory of this github repository (so when you run 'ls' it should show folders like "syftbox", "server", "tests", etc.). Then run the commands in steps 1-4:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install uv
uv venv
uv pip install -e .
uv run syftbox/client/client.py
syftbox client --config_path=./config.json --sync_folder=~/Desktop/SyftBox [email protected] --port=8082 --server=https://syftbox.openmined.org
If you have issues or want to use a bleeding edge server try --server=https://syftboxstage.openmined.org
This builds the latest source to a wheel and deploys and restarts the server: https://syftbox.openmined.org
./scripts/deploy.sh
Run the server and clients locally in editable mode with: Server:
./scripts/server.sh
Client1:
./scripts/madhava.sh
Client2:
./scripts/andrew.sh