zuck-cli
v0.0.2
Published
A powerful, agentic command-line interface for AI-assisted coding and local LLM hosting.
Downloads
417
Readme
ZuckCLI
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.
Install
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.
Usage
zuck-cli
Run zuck-cli --help for the full list of commands and options.
Features
- 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.
Links
- Repository: GitHub
- License: MIT
