#399 · Primary category: AI Coding Assistants
whatisit-nl2sh
Local natural-language-to-shell command generator. A 941 MB fine-tuned Qwen2.5-Coder-1.5B running on CPU in ~1s.
Project last updated:08/28/26
GitHub Stars
560
Forks
28
Contributors
6
License
Apache-2.0
Why we included this project
For anyone who lives in a terminal and keeps looking up the exact flags for find, tar, or awk, this tool turns that into a plain-English question. The bundled 941 MB model is a fine-tuned Qwen2.5-Coder-1.5B that runs on CPU through llama.cpp, so answers come back in about a second and nothing leaves the machine, which matters on locked-down boxes where sending shell context to a cloud API is not allowed. The CLI stays minimal: you ask, it prints a command, and nothing runs unless you pass -e and confirm, with destructive operations flagged as DANGER and never auto-executed. If you'd rather use a hosted model, it also works with any OpenAI-compatible endpoint, and the README includes the LoRA training recipe and benchmark numbers against InterCode-ALFA so you can see how it compares to untuned models.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.