...is an encrypted chat app, which you can self-host on any machine with Python 3 installed.
Run install.bat, which is located in the client/ folder to install all required dependencies.
Run install.bat, which is located in the server/ folder to install all required server dependencies.
Configure config.yaml in the client folder like this...
server:
hostlist:
- "<server_ip>"
port: 10127
client:
random-nick: true
tui: true
...and config.yaml in the server folder like this:
server:
host: "0.0.0.0"
port: 10127
Finally run server/modules/keygen.py to generate the servers private and public key
