leCrypt is a decentralised password manager which is cross-platform, free and secure. It uses your own LAN devices to sync.
git clone https://github.com/leCrypt/leCrypt-native
cd leCrypt\-native
pip3 install -r requirements.txt
python3 main.py
Desktop Server for leCrypt Chrome Extension to handle communication with other devices.
Python