cd /news/developer-tools/show-hn-goulash-heckler-helper-to-lo… · home topics developer-tools article
[ARTICLE · art-83145] src=github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

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.

read2 min views1 publishedAug 1, 2026

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

── more in #developer-tools 4 stories · sorted by recency
── more on @goulash 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-goulash-heck…] indexed:0 read:2min 2026-08-01 ·