Installation
See GitHub release page for the all available binaries.
Linux x86_64 (.deb)
-
Download
.deb
package from GitHub release page. -
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.
-
Download
PKGBUILD
file from GitHub release page. -
Use
makepkg
tool to install the package.
makepkg --install
Windows x86_64
Download .msi
installer
package and execute it.
From source
Requirements:
- git
- Node.js LTS or higher.
- PnPm
- Rust toolchain
- For Windows, you may need a tool like vcpkg to install libopenssl.
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