Autoclank CLI

Download and install the Autoclank command-line tool

Quick Install

Run one of these commands in your terminal:

Linux / macOS
curl -fsSL https://autoclank.com/tools/install.sh | sh
Windows (PowerShell)
iwr -useb https://autoclank.com/tools/install.ps1 | iex

Manual Download

After Installation

autoclank init      # Initialize in your project
autoclank agent test # Verify Claude Code CLI connection
autoclank help      # Show all commands

Requirements

Claude Code CLI - Install via npm install -g @anthropic-ai/claude-code
Git - For version control operations
Node.js 18+ - Required for Claude Code CLI