99 Downloads Updated 1 month ago
ollama run FableForge-AI/shellwhisperer:q6_k
986MB. 20+ tok/s. Runs on anything. The fastest shell AI on Ollama.
ShellWhisperer is a tiny but powerful 1.5B parameter model fine-tuned specifically for shell command prediction and system administration. Based on Qwen2.5-0.5B, it’s ultra-lightweight and runs on virtually any device.
ollama run FableForge-AI/shellwhisperer
| Hardware | Can Run? | Speed |
|---|---|---|
| Any phone (2GB+ RAM) | Full | ~20 tok/s |
| Raspberry Pi Zero | Full | ~15 tok/s |
| Old laptop | Full | ~25 tok/s |
| RTX 3060+ | Full GPU | ~40 tok/s |
| M1 Mac | Full GPU | ~35 tok/s |
Size: 986MB · Context: 32K · Base: Qwen2.5-0.5B
User: Find all files modified in last 7 days
ShellWhisperer: find / -type f -mtime -7 2>/dev/null | head -20
User: Check disk usage of all mounted drives
ShellWhisperer: df -h | grep -v tmpfs | sort -k5 -hr
User: List all running Docker containers with their ports
ShellWhisperer: docker ps --format "table {{.Names}}\t{{.Ports}}\t{{.Status}}"
User: Undo last commit but keep changes
ShellWhisperer: git reset --soft HEAD~1
| Parameter | Value |
|---|---|
| Base Model | Qwen2.5-0.5B |
| Training | Shell command distillation from Fable5 traces |
| Context Window | 32K tokens |
| License | Apache 2.0 |
| Model | Size | Best For |
|---|---|---|
| ShellWhisperer | 986MB | Shell commands, ultra-fast |
| Mythos 9B | 5.0GB | All-rounder uncensored |
| Enhanced | 5.0GB | Perfect bypass + tools |
| Unhinged | 5.0GB | Max speed, zero filter |
| V2-8B | 5.0GB | Compact + reasoning |
| ReasonCritic-7B | 3.1-16GB | Reasoning + phone |
Part of the FableForge ecosystem — uncensored AI for everyone.