Discover and explore top open-source AI tools and projects—updated daily.
AI-assisted development workflow manager
Top 24.9% on SourcePulse
Crystal is an Electron desktop application designed for developers to manage AI-assisted development workflows using Claude Code. It allows users to run multiple Claude Code sessions in parallel, each isolated within its own Git worktree, facilitating testing, comparison of approaches, and streamlined iteration on code.
How It Works
Crystal leverages Git worktrees to create isolated environments for each Claude Code session. This approach ensures that AI-generated code changes for different tasks or iterations do not interfere with each other. The application integrates Git operations like committing, diff viewing, squashing, and rebasing directly into the workflow, enabling users to track changes, revert to previous states, and cleanly integrate AI-generated code into their main branches.
Quick Start & Requirements
pnpm
.CRYSTAL_DIR=~/.crystal_test
) to avoid conflicts.CLAUDE.md
and the docs
directory.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
3 days ago
Inactive