Download

brew tap ugurcandede/taplock

CLI

brew install taplock
brew install --cask taplock-app

GitHub Releases

Download universal binaries (Apple Silicon + Intel) directly:


Build from Source

Requires Swift 5.9+ (Xcode Command Line Tools).

CLI

git clone https://github.com/ugurcandede/taplock.git
cd taplock
swift build -c release
# Binary at .build/release/taplock

App

git clone --recurse-submodules https://github.com/ugurcandede/taplock-app.git
cd taplock-app
swift build -c release
./scripts/bundle.sh .build/release/TapLockApp
open TapLock.app

Requirements