Terminal coding agent by Yumi Lab. One static binary, zero dependencies, runs everywhere - from a 1 GB ARM board to your workstation.
curl -fsSL https://raw.githubusercontent.com/Yumi-Lab/Yumi-code-cli/main/install.sh | shThe installer detects your platform automatically. Manual downloads are on the releases page.
| Platform | Binary |
|---|---|
| Linux x86_64 | yumi-linux-amd64 |
| Linux ARM 64-bit (aarch64) | yumi-linux-arm64 |
| Linux ARM 32-bit (armhf, armv7) | yumi-linux-armhf |
| macOS Apple Silicon | yumi-darwin-arm64 |
| macOS Intel | yumi-darwin-amd64 |
| Windows x86_64 (experimental) | yumi-windows-amd64.exe |
yumi # interactive TUI
yumi -p "your task" # one-shot headless run
yumi --help # all optionsAuthentication uses your existing subscription (OAuth). No API key is required; existing credentials on the machine are read, never modified.
Note on Windows: the build is experimental and expects a POSIX shell (sh) in
PATH for the Bash tool - install Git Bash or use WSL, as with other terminal
coding agents.
An experimental yumi-c-only build with a fifth permission mode (godmode) for delegating tasks too
large for one context window is available as a separate pre-release. See GODMODE.md.
shasum -a 256 -c SHA256SUMS- Binary: ~14 MB, statically linked
- Runtime: ~20 MB RSS per agent session
- Cold start: ~30 ms (Apple Silicon), ~200 ms (armv7 SBC)
Copyright Yumi Lab. All rights reserved. The binaries are free to download and use. The source code is not published at this stage.