matrix-keybase
matrix-keybase copied to clipboard
A matrix <-> keybase bridge
🚨 Discontinued
This project has been discontinued. Zoom recently acquired Keybase and interest in using Keybase as a secure messaging system has dried up. Rather than continuing work on a bridge, I'd suggest migrating to Matrix if possible.
matrix-keybase
A matrix <-> keybase bridge
What can it do?
- Log in
- Simple DMs between two people sending text
Setup
git clone [email protected]:Half-Shot/matrix-keybase.git
cd matrix-keybase
yarn
yarn build
- Fill in
config.ymlusing the providedconfig.sample.yml - Fill in
registration.ymlusing the providedregistration.sample.yml - Link
registration.ymlin your homeservers configuration
node ./lib/app.js
Usage
- Invite
@keybase:domainto a 1:1 room and send a message containing!login username paper key with spaces. - Wait for it to tell you that you are connected.
- Tell someone to message you.
- Accept thy invite.
- Two way messaging success!
Future Plans
- Full profile support
- Following/accepting and revoking users
- Support for wallet functionality
- Richer messsage formatting
- File support
- Initiating DMs from matrix
- Group support.