Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

YUMI CODE

Terminal coding agent by Yumi Lab. One static binary, zero dependencies, runs everywhere - from a 1 GB ARM board to your workstation.

Install

curl -fsSL https://raw.githubusercontent.com/Yumi-Lab/Yumi-code-cli/main/install.sh | sh

The installer detects your platform automatically. Manual downloads are on the releases page.

Supported platforms

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

Usage

yumi                  # interactive TUI
yumi -p "your task"   # one-shot headless run
yumi --help           # all options

Authentication 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.

Experimental: yumi-c GodMode

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.

Verify a download

shasum -a 256 -c SHA256SUMS

Footprint

  • Binary: ~14 MB, statically linked
  • Runtime: ~20 MB RSS per agent session
  • Cold start: ~30 ms (Apple Silicon), ~200 ms (armv7 SBC)

License

Copyright Yumi Lab. All rights reserved. The binaries are free to download and use. The source code is not published at this stage.

About

YUMI CODE - terminal coding agent by Yumi Lab. Static binaries for Linux (amd64/arm64/armhf) and macOS.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages