encrypted terminal chat with file xfer, shared terminal acess, sandbox vm supporitn docker, multipass and virtualbox. also local ai model integration.
Go to file
2022-07-02 05:19:20 +03:00
.gitignore init 2022-07-02 05:16:23 +03:00
client.py init 2022-07-02 05:16:23 +03:00
preview.png update readme 2022-07-02 05:19:20 +03:00
readme.MD update readme 2022-07-02 05:19:20 +03:00
reqs.txt init 2022-07-02 05:16:23 +03:00
server.py init 2022-07-02 05:16:23 +03:00

here is simple online chat what can be runned in cmd

preview

how to run server on windows 10 / 11 in powershell

  • python -m venv venv
  • venv/scripts/Activate
  • pip install -r reqs.txt
  • sanic server.app -H 0.0.0.0 -p 80

how to run clear client

  • python -m venv venv
  • venv/scripts/Activate
  • pip install -r reqs.txt
  • python client.py

to do

  • rsa