GLINR Studio LogoTypeWeaver
Installation

Installation

Install CommitWeave on your platform - multiple installation methods available

Edit on GitHub

Quick Start

Get CommitWeave running in under 5 minutes with the most common installation method:

npm install -g @typeweaver/commitweave
commitweave init
yarn global add @typeweaver/commitweave
commitweave init
pnpm add -g @typeweaver/commitweave
commitweave init

System Requirements

CommitWeave requires Node.js 18+ and Git to be installed on your system.

Installation Methods

Choose your preferred installation method based on your platform and requirements:

Prerequisites

Before installing CommitWeave, ensure you have:

Node.js 18+

CommitWeave requires Node.js 18.0 or higher. Check your version:

node --version

Download Node.js →

Git

Git must be installed and configured:

git --version
git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"

AI Provider (Optional)

For AI-powered commits, set up an API key:

Verification

After installation, verify CommitWeave is working correctly:

# Check version
commitweave --version

# Test help command  
commitweave --help

# Test in a Git repository (preview mode)
cd /path/to/your/git/repo
commitweave --preview

Installation Complete

If all commands run without errors, CommitWeave is successfully installed!

Next Steps

Now that CommitWeave is installed:

  1. Initialize Configuration: Run commitweave init in your Git repository
  2. Configure AI Provider: Set up OpenAI or Anthropic API keys
  3. Create Your First Commit: Try commitweave --ai for AI-powered commit generation
  4. Explore Advanced Features: Check out team workflows and VSCode integration

Need help? Check our troubleshooting guide or CLI reference for detailed information.