⚠️ Fluidkeys is no longer maintained. This page is kept for posterity.

Fluidkeys

Install Fluidkeys

Install on Debian / Ubuntu

1. Get our signing key:

curl https://www.fluidkeys.com/release.asc | sudo apt-key add -

2. Add our apt repository:

echo 'deb [arch=amd64] https://download.fluidkeys.com/desktop/apt any main' | sudo tee /etc/apt/sources.list.d/fluidkeys.list

3. Install and run:

sudo apt update
sudo apt install fluidkeys

fk status

Install on macOS

brew tap fluidkeys/tap
brew install fluidkeys

fk status

Requires Homebrew.

Install from source

1. Install the Go compiler

2. Clone our repository:

export REPO=$(go env GOPATH)/src/github.com/fluidkeys/fluidkeys

git clone https://github.com/fluidkeys/fluidkeys.git $REPO
cd $REPO

3.a) Build and install to /usr/local/bin/fk

make && sudo make install

fk status

3.b) Or without sudo (root):

PREFIX=$HOME make && make install

~/bin/fk status