A powerful, agentic command-line interface for AI-assisted coding and local LLM hosting.
ZuckCLI is a terminal AI coding agent that runs entirely locally (wrapping Ollama). It ships prebuilt binaries for macOS, Linux, and Windows, and can directly drive local models via Ollama.
npm install -g zuck-cli
Note: The
postinstallstep automatically downloads the prebuilt binary for your specific platform. On the first run, it can also set up Ollama for local models.
zuck-cli
Run zuck-cli --help for the full list of commands and options.
- Agentic Coding Workflows: Drive autonomous coding tasks directly from your terminal.
- No Toolchain Required: Prebuilt platform binaries work out of the box.
- Local Model Support: Seamless, local inference via Ollama.
- Cross-Platform: Full compatibility across:
- macOS (
arm64/x64) - Linux (
arm64/x64, bothglibc&musl) - Windows (
arm64/x64)
Kudos to OpenCode: To cut down initial development time, this project was originally cloned from OpenCode and has since been significantly modified and improved.
- Repository: GitHub
- License: MIT