Show HN: VibeSH – Hallucinated Terminal Shell Developer Leon Becker released vibeSH, an open-source Python REPL that uses a large language model to hallucinate an entire Linux terminal—filesystem, processes, and network—without touching the real machine. The project, available on GitHub under an MIT license, supports Anthropic and OpenAI backends and aims to provide a safe sandbox for exploring shell commands. - Python 100% | A tiny REPL in front of an LLM that role-plays an entire Linux machine — filesystem, processes, network, all imagined and remembered for the session. No real machine is ever touched. - vibesh.py: the REPL + NDJSON protocol, with cloud Anthropic API , agent-sdk, and local/OpenAI-compatible backends - system prompt.md: the machine's persona and rendering rules - PROTOCOL.md: the REPL<- model wire protocol - @ai director directives, snapshots/presets, tab-completion, TUIs - tests: smoke, units, mock completion, and live pty drivers - README with teaser/showcase/demo gifs and ideas to try Co-Authored-By: Claude Opus 4.8