Skip to content

ShadowTalk is a cross platform end-to-end encrypted communications app with a extensive focus on privacy

License

Notifications You must be signed in to change notification settings

PixelEngineers/ShadowTalk

Repository files navigation

ShadowTalk

ShadowTalk is a cross-platform end-to-end encrypted communications app with an extensive focus on privacy

Prereqisites

  1. Python
  2. Pip

Setup

  1. (Optional) Setup a virtual environment

Windows

python -m venv .venv
".venv/Scripts/activate"

MacOS

python -m venv .venv
source .venv/bin/activate

Linux

With venv

python -m venv .venv
source .venv/bin/activate

With virtualenv (bash)

python -m virtualenv
source .venv/bin/activate

NixOS

python -m virtualenv
overlay use .venv/bin/activate.nu
  1. Install dependencies
pip install -r requirements.txt
  1. For demonstration purposes, ShadowTalk is using a local database. Run django server
python manage.py runserver

About

ShadowTalk is a cross platform end-to-end encrypted communications app with a extensive focus on privacy

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •