Skip to content

Installation

On Mac/Linux

Bob Quick Start

curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/main/platform-integrations/install.sh | bash -s -- install --platform bob --mode lite
Next: Hello World with IBM Bob

Claude Code Plugin Marketplace

claude plugin marketplace add AgentToolkit/altk-evolve
claude plugin install evolve-lite
Next: Hello World with Claude Code

Download Install Script

# Latest (based on main)
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/main/platform-integrations/install.sh -o install.sh && chmod +x install.sh

# Latest Stable Version
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/v1.0.5/platform-integrations/install.sh -o install.sh && chmod +x install.sh

Install Script Usage

./install.sh install --platform {bob,claude,codex,all} --mode {lite,full} [--dry-run]
Platform Description
all Install all platforms
bob IBM Bob
claude Claude Code
codex Codex
Mode Description
lite Install only the core components. Some platforms only support lite.
full Install all components including UI and CLI

Use --dry-run to see what would be installed without making changes.