1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# aur-jcode AUR packaging for [jcode](https://github.com/1jehuang/jcode) — AI coding agent with TUI. ## Install ```bash yay -S jcode-bin ``` Or manually: ```bash git clone https://aur.archlinux.org/jcode-bin.git cd jcode-bin makepkg -si ```