An LLM-enabled shell. Type what you want. Your shell does the rest.
Yosh is Bash with an integrated LLM. Type yo followed by what you want — the LLM places a command at your prompt, as if you'd typed it yourself. Edit it, cancel with Ctrl-C, or just press Enter. No confirmation dialogs, no auto-execution — you're always in control.
Type yo followed by what you want to do. Yosh translates your intent into shell commands.
Maintains conversation context. Follow up naturally and it understands what you mean.
A transparent PTY proxy captures your scrollback. The LLM sees what you see.
Complex tasks that need multiple commands are handled automatically through continuation.
The entire stack — bash, readline, curl, openssl, zlib, libc — compiled with Fil-C.
POSIX-compliant and fully bash-compatible. Your scripts, aliases, and config all work. No LLM involved unless you type yo.