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/karukanor
Install via npx
npx @hexmos/ipm i togatoga/karukanPrerequisites
Rust
programming languageVersion: >=1.62.0
Cargo
package managerVersion: >=1.62.0
git
version control systemXcode
IDEVersion: for macOS builds
fcitx5
input method frameworkVersion: 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 installInstall on macOS
git clone https://github.com/togatoga/karukan.git
cd karukan
cd karukan-macos
xcodebuild -project karukan-macos.xcodeproj -scheme karukan-macos -configuration ReleaseBuild karukan-cli and karukan-engine (Source)
git clone https://github.com/togatoga/karukan.git
cd karukan
cargo build --release