# KeyBase End to end encryption

# Usage

Above are only some of the basic commands, view all the keybase docs at: KeyBase Book

# Install

# Install on Linux

# Stable Releases

64-bit

curl --remote-name https://prerelease.keybase.io/keybase_amd64.deb
sudo apt install ./keybase_amd64.deb
run_keybase

32-bit

curl --remote-name https://prerelease.keybase.io/keybase_i386.deb
sudo apt install ./keybase_i386.deb
run_keybase -g # run without GUI; it is not supported on 32-bit Linux
# if you see an error about missing `libappindicator1` from the next
# command, you can ignore it, as the subsequent command corrects it
sudo dpkg -i keybase_amd64.deb
sudo apt-get install -f

64-bit

sudo yum install https://prerelease.keybase.io/keybase_amd64.rpm
run_keybase

32-bit

sudo yum install https://prerelease.keybase.io/keybase_i386.rpm
run_keybase -g # run without GUI; it is not supported on 32-bit Linux
Note: Installing Keybase will add our package repository, so that your system updates will update the Keybase package too. If you want to prevent that, run sudo 
touch /etc/default/keybase before installing.
yay -S keybase-bin  # or your preferred AUR install method
run_keybase

You now have access to Keybase in your GUI and terminal. You also have access to the new Keybase chat and filesystem.

# are you a programmer? some terminal examples

keybase prove twitter
keybase id chris
keybase help

# KBFS examples

cat /keybase/public/chris/plan.txt
echo "dirty secret" > /keybase/private/yourname/diary.txt
echo "Dear world, check me out." > /keybase/public/yourname/plan.txt