Git-wt – A Bash wrapper for Git worktrees
Git worktree wrapper for AI agents, but worktree management is niche and solved adequately by git natively.
Bash-first wrapper for Groq’s OpenAI-compatible API. Secure, portable, Termux-friendly.
Yet another LLM CLI wrapper, but pure Bash with no Python or NPM dependencies.
Developers working on minimal VPS instances or Termux environments
llm · aider · gpt-cli
I built Bash4LLM+ because I wanted a minimal, transparent, and completely customizable way to interact with LLM APIs directly from my terminal, without having to spin up heavy Python virtual environments or pull in NPM packages on small VPS instances.
It is written in pure Bash (4+) and its only strict dependencies are standard utilities like curl and jq.
Some of the implementation details: - It supports standard and streaming API outputs. - It manages session history using an NDJSON flat-file approach, with POSIX fallbacks for file locking when flock is not present on clean/default macOS systems. - It includes a fully-featured interactive REPL chat mode with built-in commands (like /file to load context). - Licensed under GNU GPL v3.
The code is fully single-file (with optional extras) and easy to audit. I'd love to hear your feedback on the script design, edge cases, or how you integrate terminal-first LLMs into your daily automation!
Git worktree wrapper for AI agents, but worktree management is niche and solved adequately by git natively.
LLM code execution via Lua REPL reduces token costs vs. tool-calling loops.
Pure Go LLM inference, zero dependencies, 48 tok/s—genuinely novel for Go ecosystem.
30x faster cold start than vLLM with zero PyTorch dependencies.
Bash wrapper around Claude API when CodeRabbit and Cursor already exist.
Type-safe wrapper for Chrome AI APIs when the native interface already works fine.