Are you looking for command line usage instead?
To manually build the binaries, see building from source.
The desktop app installs the command line on first run:
ln -s /Applications/Keys.app/Contents/Resources/bin/keys /usr/local/bin/keysVia homebrew:
brew tap keys-pub/tap
brew install keys::: warning The scoop install will conflict with the desktop app. Fix is in progress. :::
The desktop app ships with the command line utilities, you can add it to your %PATH%:
%USERPROFILE%\AppData\Local\Programs\keys\resources\binTo install via scoop:
scoop bucket add keys.pub https://github.com/keys-pub/scoop-bucket
scoop install keysAdd keys.pub apt repository:
echo "deb https://storage.googleapis.com/aptly.keys.pub current main" \
| sudo tee -a /etc/apt/sources.list.d/keys.listAdd the keys apt signing public key:
wget -qO - https://storage.googleapis.com/aptly.keys.pub/keys.asc | sudo apt-key add -sudo apt-get update
sudo apt-get install keys