Yosh — The LLM-Enabled Shell





Yosh — The LLM-Enabled Shell


An LLM-enabled shell. Type what you want. Your shell does the rest.

pizlo@traitor: ~



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.

Natural Language

Type yo followed by what you want to do. Yosh translates your intent into shell commands.

Session Memory

Maintains conversation context. Follow up naturally and it understands what you mean.

Terminal Aware

A transparent PTY proxy captures your scrollback. The LLM sees what you see.

Multi-Step Workflows

Complex tasks that need multiple commands are handled automatically through continuation.

Memory-Safe

The entire stack — bash, readline, curl, openssl, zlib, libc — compiled with Fil-C.

It’s Just Bash

POSIX-compliant and fully bash-compatible. Your scripts, aliases, and config all work. No LLM involved unless you type yo.

Built with Fil-C · Powered by GNU Bash · LLM by Anthropic



Source link