Kindship CLI v0.1.0 Released

The Kindship CLI is now available for macOS, Linux, and Windows. Orchestrate AI coding agents with secure authentication and seamless Claude Code integration.

The Kindship CLI is now publicly available, enabling developers to orchestrate AI coding agents from the command line.

Installation

Install via your preferred method:

# macOS / Linux
curl -fsSL https://kindship.ai/install.sh | sh

# Homebrew
brew install kindship-ai/tap/kindship

# Go
go install github.com/kindship-ai/kindship-cli@latest

Secure OAuth Authentication

The CLI uses OAuth 2.0 with PKCE for secure browser-based authentication:

kindship login

Your credentials are stored securely in ~/.kindship/config.json with strict file permissions. Tokens expire after 14 days.

Repository Setup

Link any git repository to a Kindship agent:

kindship setup

This installs Claude Code hooks and skills for autonomous workflows.

Supported Agents

The CLI works with multiple AI coding agents:

  • Claude Code — Full hook and skill integration
  • Gemini CLI — Plan execution support
  • Codex — Plan execution support
  • OpenCode — Plan execution support

Key Commands

CommandDescription
kindship loginAuthenticate with your account
kindship setupInitialize repository
kindship plan submitSubmit a plan file
kindship run nextGet the next available task
kindship run completeMark task as complete

Cross-Platform Support

Available for:

  • macOS (Intel & Apple Silicon)
  • Linux (x64 & ARM64)
  • Windows (x64 & ARM64)

Documentation

Full documentation available at kindship.ai/docs/cli.