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
| Command | Description |
|---|---|
kindship login | Authenticate with your account |
kindship setup | Initialize repository |
kindship plan submit | Submit a plan file |
kindship run next | Get the next available task |
kindship run complete | Mark 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.