vibe-local
About
vibe-local exists for settings where paid AI subscriptions and reliable internet are not assumptions: workshops, students, and beginners learning to operate a terminal through natural language. After a one-line install it runs entirely on local Ollama models, choosing among them by available RAM (qwen3.5:4b on 8GB machines up to qwen3-coder-next on 80GB+) so sessions never exhaust memory, and a small router model triages each input — small talk gets fast small-model answers, coding and tool tasks go to the large coder model. Users choose their surface: the OpenCode TUI, Claude Code pointed at Ollama, or a built-in stdlib-only Python agent with local RAG over project files; a classroom mode lets one Mac serve the models while students attach over the network. Safety defaults to asking before every shell action since local models can emit destructive commands. Coding workshops and self-learners, primarily in Japan, use it; it is MIT-licensed and under active development.