Skip to content

Installation

From source

sh
go install go.olrik.dev/keyhole@latest

Or build manually:

sh
git clone https://github.com/davidolrik/keyhole
cd keyhole
go build -o keyhole .

Docker

sh
docker pull ghcr.io/davidolrik/keyhole:latest