Pham Binh

VibeBash - Offline AI shell assistant

VibeBash is a completely offline natural language to shell command translator powered by local AI models through Ollama. No API keys, no internet connection required - everything runs locally on your machine.

Add a comment

Replies

Best
Pham Binh
I built VibeBash because I got tired of the constant mental translation between "what I want to do" and "how to write the command." Every developer knows this frustration - you want to "find large files from last week and compress them" but you have to remember the exact syntax for find, xargs, and gzip. It's 2025, why are we still doing this? Most AI tools either give you a wall of commands with no explanation or are too restrictive to be useful. VibeBash is different because it's interactive and safe by design. Instead of blindly executing AI suggestions, it shows you each command step-by-step with clear explanations and risk levels. You can run, skip, or comment on each command - and here's the key part - when you comment, it immediately uses that feedback to regenerate better commands. It's like pair programming with your terminal. Plus, it works with local models via Ollama, so you're not sending every command to OpenAI. What I'm most proud of is the feedback loop architecture. When you say "show me a continuous view instead of just once" on a top command, VibeBash doesn't just thank you - it regenerates the entire command sequence with that context. It learns your preferences in real-time and gets better with each interaction.