Installation
See GitHub release page for the all available binaries.
Linux x86_64 (.deb)
-
Download
.debpackage from GitHub release page. -
Use
dpkgto 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
PKGBUILDfile from GitHub release page. -
Use
makepkgtool 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