kas/kbmsgr
1
0
Fork
You've already forked kbmsgr
0
KeybaseFS messenger (proof of concept)
  • Shell 73.7%
  • Python 26.3%
Find a file
2022年10月30日 10:05:32 +01:00
contrib Add Musickiller's install scripts 2016年08月28日 19:10:07 +02:00
img Save identicon 2022年07月08日 08:04:02 +02:00
src Check that recipient is not ourself 2017年03月03日 14:47:49 +01:00
.gitignore Ignore JED's backup files 2016年08月20日 10:54:55 +02:00
.gitmodules Add Musickiller's install scripts 2016年08月28日 19:10:07 +02:00
AUTHORS.md Mario Domgörgen: tmux v1.9+ compatibility 2017年01月20日 06:16:47 +01:00
LICENSE Initial commit 2016年08月20日 10:52:18 +02:00
README.md Add a warning that the software is no longer actively maintained 2022年10月30日 10:05:32 +01:00
start.sh Initial commit 2016年08月23日 21:48:33 +02:00
TODO.md Changed wording 2016年08月21日 09:04:37 +02:00

KBFS messenger (proof of concept)

⚠️ NB: This software is no longer actively maintained ⚠️

Inspired by the twtxt file format, here's a handful of shell- and python-scripts that will let you communicate securely (sign and encrypt) with somebody, using the Keybase filesystem (KBFS) as transport- and storage-medium.

Requirements

  • Keybase
  • Bash (tested with v4.3+)
    • awk (tested with GNU Awk 4.1)
    • lockfile (from procmail)
    • stat (from coreutils)
    • tmux 1.9+ (tested with v1.9, v2.2+)
  • Python 3 (tested with v3.5+)

Quickstart

Put all of the scripts from the .../src directory somewhere in your $PATH, then launch kbmsgr (/keybase should be mounted, of course):

$ kbmsgr ${their_keybase_username}

Caveat

This is alpha quality software, use at your own peril.

😄