Check the daemon
Run shellclaw status. The expected response is shellclaw: running.
ShellClaw currently supports Zsh on Apple Silicon Macs. Homebrew installs the binary, managed shell hook, local model, and background daemon.
The first install may take longer while ShellClaw measures Hugging Face and ModelScope, then downloads from the faster source.
Formula and source code are available in the official ShellClaw GitHub repository.
brew tap edwardd02/shellclawbrew trust edwardd02/shellclawbrew install shellclaw
Open a new terminal after installation so Zsh loads the managed ShellClaw hook.
Run shellclaw status. The expected response is shellclaw: running.
Try typing git che. A completion may appear as gray text after the cursor.
Press Ctrl+Space. Tab and the arrow keys remain available to existing shell bindings.
ShellClaw fails quietly during interactive use, so a daemon or model problem never blocks your input.
Confirm shellclaw status, then check that a GGUF model exists under ~/.shellclaw/models/. Open a fresh Zsh terminal after setup.
Run brew postinstall shellclaw. The download resumes from its partial file and can switch sources.
Remove or change the conflicting macOS or terminal shortcut so the terminal can send ^@ to Zsh.
The daemon, shell hooks, packaging scripts, and protocol types are open source.