Show HN: Goulash – heckler/helper to local-LLM your shell as little as possible Goulash, a new open-source Rust tool, lets terminal users query local LLMs for command suggestions without leaving their shell, using a four-line overlay that supports inline comments and context caching. Built for local engines like Ollama and LM Studio with models such as gemma4:e4b, it is available via 'cargo install goulash' and tested on zsh and bash for Mac. I use the terminal a lot, but I don't remember every command, flag, and syntax available. ffmpeg, piping to awk, find, etc... I know I'm not cool enough, but it's crazy-making. I get into a regular pattern of asking Claude, ChatGPT, or a local model how I'd write a command or do something with some files or a prompt, then going back to the terminal with a mad-lib command and reasoning through it. So I built goulash. It takes up the bottom four lines of your terminal as a place to comment on your session and suggest commands that you can select by hitting down arrow to select your " future history ", staying in flow with up arrow for history in most shells. Want to ask it a direct command question? Just type " your question" and hit enter, and it will take that inline comment and make a suggestion. Running a suggested command is always up to the user. Hit down arrow to scroll through suggestions, modify if you want, hit enter to execute. This is made for running with local engines hosting local-friendly models, like Ollama or LM Studio with gemma4:e4b on a Macbook Air. It relies heavily on context caching to stay snappy, but goulash doesn't block as it thinks or runs. It's a ride-along in the passenger seat. Have a tweaky command set that your tiny model doesn't know? Use " @ YourCommandReference.md" to give that gemma4:e4b or whatever a guide as a pin for the session, or use it to temporarily style your life e.g., I have a FarmAnimals.md file that adds a barnyard joke to any comment. Hey... the tokens are local... . Written in rust, largely with Fable and Opus 5. Tested with zsh and bash on Mac. Check out the repo, or install with "cargo install goulash". Comments URL: https://news.ycombinator.com/item?id=49135861 https://news.ycombinator.com/item?id=49135861 Points: 1 Comments: 0