You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run python src/main.py (or python3 src/main.py) to start the app
Use
first time login: enter your display name, secure password, and desired port (defaults to 9468).
This will automatically generate your local identity and create two folders: a secure .p2p_storage_<port> vault and a shared_files_<port> directory.
Put any files you want to share with other peers directly into the shared_files_<port> folder.
if you forget your password, delete the .p2p_storage_<port> directory. This will reset your identity, trusted contacts, and third-party metadata cache.
every login thereafter, use the exact same password to unlock your vault.
use the interactive numbered menu (1-10) to perform actions like discovering peers via mDNS, requesting files, offering files, and rotating your cryptographic keys.