Installation
Install OpenKakao CLI on macOS.
Installation
Homebrew
brew tap JungHoonGhae/openkakao
brew install openkakao-rsUpgrade later with:
brew update && brew upgrade openkakao-rsBuild from source
Requires Rust >= 1.75.
git clone https://github.com/JungHoonGhae/openkakao.git
cd openkakao/openkakao-rs
cargo install --path .Verify
openkakao-rs --versionShell completions
# zsh
openkakao-rs completions zsh >> ~/.zfunc/_openkakao-rs
# fish
openkakao-rs completions fish > ~/.config/fish/completions/openkakao-rs.fish
# bash
openkakao-rs completions bash >> ~/.bash_completionBefore you continue
Make sure the KakaoTalk macOS app is installed and already logged in. OpenKakao depends on local app state and will not bootstrap a fresh Kakao account session by itself.