logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install togatoga/karukan. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

togatoga/karukan Installation Guide

How to install togatoga/karukan. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for togatoga/karukan. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i togatoga/karukan
or

Install via npx

npx @hexmos/ipm i togatoga/karukan

Prerequisites

Rust

programming language

Version: >=1.62.0

Cargo

package manager

Version: >=1.62.0

git

version control system

Xcode

IDE

Version: for macOS builds

fcitx5

input method framework

Version: for Linux builds

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install on Linux (fcitx5)

git clone https://github.com/togatoga/karukan.git

cd karukan

cd karukan-fcitx5

sudo apt update -y

sudo apt install -y fcitx5 fcitx5-frontend-gtk3 fcitx5-frontend-qt5 fcitx5-config-qt fcitx5-mozc

make install

Install on macOS

git clone https://github.com/togatoga/karukan.git

cd karukan

cd karukan-macos

xcodebuild -project karukan-macos.xcodeproj -scheme karukan-macos -configuration Release

Build karukan-cli and karukan-engine (Source)

git clone https://github.com/togatoga/karukan.git

cd karukan

cargo build --release