Installation

See GitHub release page for the all available binaries.

Linux x86_64 (.deb)

  1. Download .deb package from GitHub release page.

  2. Use dpkg to install the package.

dpkg -i keywich_0.1.0_amd64.deb

Linux x86_64 (pkgbuild)

PKGBUILD is created but not added to AUR yet.

  1. Download PKGBUILD file from GitHub release page.

  2. Use makepkg tool to install the package.

makepkg --install

Windows x86_64

Download .msi installer package and execute it.

From source

Requirements:

git clone https://github.com/SuperioOne/keywich.git
cd keywich
pnpm install -r
pnpm run build:desktop

# build output dir
cd ./tauri_app/target/release