Get your own Grove cell running in 5 minutes.
Someone with Grove sends you an invite link like:
https://grove.nook.website/invite/abc123...
1. Open the link
2. Enter your name
3. Click ๐ฒ Join the Grove
4. Download and run the install script
5. Dashboard opens at http://localhost:5678
curl -s https://grove.nook.website/invite/abc123... | bash
The script will:
# 1. Install dependencies
pip3 install cryptography flask flask-socketio requests pynacl websocket-client websockets zeroconf
# 2. Create Grove directory
mkdir -p ~/.grove
# 3. Get the code (from a peer or release)
cp grove.py web.py ~/.grove/
# 4. Start
cd ~/.grove && python3 web.py
Visit http://localhost:5678 โ set your password โ you're in.
First visit takes you to setup. Choose a strong password.
Go to โ๏ธ Settings โ set your cell name (how peers see you).
๐ Files tab โ drag files onto the upload zone โ done. Files encrypt and sync automatically.
โ๏ธ Settings โ Backup Keys โ save the ZIP somewhere safe.
If you lose your keys, your encrypted files are gone forever.