Ciphora
🕊️🔒💬 A P2P end-to-end encrypted messaging app
Install / Use
/learn @HR/CiphoraREADME
A peer-to-peer end-to-end encrypted messaging app. Implements the secure signal protocol for the end-to-end encryption of messages and PGP for identity verification and authentication. This approach not only protects against man-in-the-middle attacks but removes the need for in-person verification like with other E2E encryption apps (WhatsApp, Signal,...) where identity keypairs are generated on a per-device basis and each has to be verified manually in-person.
Learn more at https://habibrehman.com/work/ciphora
<br> <p align="center"> <a href="https://github.com/HR/ciphora/releases/latest"> <img src=".github/messenger.png" width="846"> </a> </p> <p align="center"> <a href="https://github.com/HR/ciphora/releases/latest"> <img src=".github/messenger_dark.png" width="846"> </a> </p>Features
- [x] End-to-end encrypted messaging
- [x] Peer-to-peer messaging
- [x] Sending images
- [x] Sending files
- [x] Dark Mode
- [ ] Offline messaging
- [ ] Local encryption
You are welcome to open pull requests to help implement the features still to do!
Install
macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).
macOS
Download the .dmg file.
Linux
Download the .AppImage or .deb file.
The AppImage needs to be made executable after download.
Windows
Download the .exe file.
Dev
Needs the Ciphora Server as well (https://github.com/HR/ciphora-server/)
Setup
Clone the repos
$ git clone --recurse-submodules https://github.com/HR/ciphora.git
$ git clone https://github.com/HR/ciphora-server.git
Install deps for both repos
$ yarn
Run
For faster dev, run the bundler (webpack)
$ yarn run bundler
In a new tty, run the app
$ gulp
To test the app locally with another app, just run a second instance in a new tty
$ gulp
N.B. on macOS, you may be prompted to allow incoming connections everytime you run it. Unfortunately the only way to make that go away currently is to disable your firewall temporarily.
Publish
$ npm run release
After Travis finishes building your app, open the release draft it created and click "Publish".
Related Skills
node-connect
335.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
335.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.5kCommit, push, and open a PR
