Quick Start
Get TAD running in under 5 minutes!
Installation
bash
git clone https://github.com/fabriziosalmi/tad.git
cd tad
./install.shLaunch TAD
bash
./tadOr with Python:
bash
python -m tad.mainBasic Commands
Send Messages
Just type and press Enter:
> Hello everyone!View Connected Peers
> /peersCreate a Channel
> /create #mychannelSwitch Channels
> /switch #mychannelList All Channels
> /channelsGet Help
> /helpExit
> /quitCreating Your First Private Channel
bash
> /create-private #secret mypassword123
> /switch #secret
> This message is encrypted!What's Next?
- Full User Guide - All commands and features
- Channels Guide - Working with channels
- Private Channels - End-to-end encryption
- Troubleshooting - Common issues
Tips
💡 Tip: TAD works on local networks only - make sure all devices are on the same Wi-Fi/LAN
💡 Tip: Use /export to backup your data before updates
💡 Tip: Check /peers to see who's online