omk 0.5.0

A Rust runtime for Kimi CLI. Turns prompts into proof-backed engineering runs with gates, worktrees, and replay.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AUR Package for omk

## Install from AUR

Using `yay`:
```bash
yay -S omk
```

Using `makepkg`:
```bash
git clone https://aur.archlinux.org/omk.git
cd omk
makepkg -si
```