This project provides a robust, cross-platform, offline-capable communication system built for paramilitary, emergency response, and secure operations units.
- 🔐 Military-grade encryption using GPG
- 🌍 Works on Linux, macOS, and Windows
- 📦 Distributed as
.deb
,.exe
, and.AppImage
- 🛰️ Offline-capable, air-gapped mode ready
- 🧰 Modular, automated, and CI/CD integrated
git clone https://github.com/paracryptid/secure-communications.git
cd secure-communications
pip install -r requirements.txt
python app.py
git clone https://github.com/paracryptid/secure-communications.git
cd secure-communications
py -m pip install -r requirements.txt
py app.py
Platform | Package | Status |
---|---|---|
Debian/Ubuntu | .deb |
✅ To be added |
Windows | .exe |
✅ To be added |
Linux (Portable) | .AppImage |
✅ To be added |
- GPG-secured communication
- Offline mode for air-gapped environments
- GUI and CLI interface
- Real-time message log viewer
- Role-based access model
- Fully test-covered with
pytest
- CI/CD with GitHub Actions
pytest
.
├── app.py # Main app
├── tests/ # Pytest test suite
├── requirements.txt # Python dependencies
├── documentation/ # Extended guides
├── offline_support/ # Air-gapped functionality
├── ci_cd/ # CI/CD scripts
├── configurations/ # Config files
We welcome contributions. Read CONTRIBUTING.md and submit a pull request.
Licensed under MIT.
Maintained by @paracryptid