← Back to research
·8 min read·company

Crystal

Crystal, the open-source app for running parallel Claude Code and Codex sessions in git worktrees, was deprecated in February 2026 in favor of Stravu's successor product, Nimbalyst.

Key takeaways

  • Deprecated February 2026 — final release v0.3.5 directs users to Nimbalyst, Stravu's successor product; Crystal will not be updated
  • Uses git worktrees to isolate parallel AI sessions, preventing code conflicts
  • Supported both Claude Code and OpenAI Codex in the same workflow, an approach Nimbalyst carries forward

FAQ

Is Crystal still maintained?

No. Crystal's final release (v0.3.5, February 26, 2026) states it will not be updated in the future and recommends migrating to Nimbalyst, Stravu's open-source successor.

What is Crystal for Claude Code?

Crystal was an open-source macOS desktop app that let developers run multiple Claude Code or Codex AI sessions in parallel using isolated git worktrees.

How much does Crystal cost?

Crystal is free and open-source under the MIT license, but it is no longer developed. Its successor, Nimbalyst, is also MIT-licensed and free for individual use.

Who makes Crystal?

Crystal was developed by Stravu, which has shifted development to its successor product, Nimbalyst.

Executive Summary

Status: Deprecated (February 2026). Crystal's final release, v0.3.5 (February 26, 2026), states: "We recommend migrating to Nimbalyst, our successor product to Crystal... it will not be updated in the future." The GitHub repo description now reads "Crystal is now Nimbalyst," and the old product page redirects to nimbalyst.com.

Crystal was an open-source desktop application that enabled developers to run multiple Claude Code and Codex AI sessions simultaneously in isolated git worktrees. Built by Stravu, Crystal solved the parallelization problem developers face when waiting for AI agents to complete tasks—instead of sequential work, developers could test multiple approaches concurrently and merge the best results. As of June 2026 the repo holds 3,080 stars and 195 forks but has had no commits or releases since February 26, 2026. Stravu's development effort has moved to Nimbalyst, an MIT-licensed visual workspace launched from a new repo in October 2025.

AttributeValue
CompanyStravu
Founded2025
FundingNot publicly disclosed
Employees~5-10 (estimated)
HeadquartersUnited States
StatusDeprecated; superseded by Nimbalyst (February 2026)

Product Overview

Crystal addressed a fundamental workflow limitation in AI-assisted development: waiting for agents to finish before starting new work. By leveraging git worktrees—a git feature that allows multiple working directories from a single repository—Crystal isolates each AI session in its own environment. Developers can launch multiple sessions with different prompts, compare the results, and selectively merge the best approaches back to main.

The application wraps both Claude Code (Anthropic's CLI agent) and OpenAI Codex, providing a unified interface for managing parallel AI development workflows. Each session gets its own worktree, history, and context, eliminating the risk of agents interfering with each other's changes.

Key Capabilities

CapabilityDescription
Parallel SessionsRun unlimited Claude Code or Codex sessions simultaneously
Git WorktreesEach session operates in an isolated git worktree
Rich OutputVisual interface showing agent progress and outputs
Diff ViewerReview all changes before merging to main
Run ScriptsTest code within Crystal before committing
Squash & MergeClean commit history when finalizing changes

Product Surfaces

SurfaceDescriptionAvailability
macOS AppNative desktop applicationGA
WindowsSupported via build from sourceBeta
LinuxAppImage availableBeta
Homebrewbrew install --cask stravu-crystalGA

Technical Architecture

Crystal is an Electron-based desktop application that orchestrates multiple CLI agent processes. When a developer creates a session, Crystal:

  1. Creates a new git worktree from the current branch
  2. Launches the selected AI agent (Claude Code or Codex) in that worktree
  3. Captures and displays the agent's output in real-time
  4. Tracks all changes and commits within the isolated worktree
  5. Provides diff viewing and selective merge capabilities

Key Technical Details

AspectDetail
DeploymentLocal desktop application
Model(s)Claude Code (Anthropic), Codex (OpenAI)
IntegrationsGit, GitHub, Amazon Bedrock (via Claude Code settings)
Open SourceYes (MIT License)

Strengths

  • Zero cost barrier — Completely free and open-source under MIT license, with no premium tiers or hidden features
  • True parallelization — Git worktree isolation means sessions never conflict, unlike running multiple terminals manually
  • Model flexibility — Supports both Claude Code and Codex, allowing developers to compare approaches across providers
  • Clean git history — Squash and rebase workflow produces clean commit history without merge conflicts
  • Third-party deployment support — Works with Amazon Bedrock and other Claude Code deployment options

Cautions

  • Agent dependency — Requires Claude Code or Codex to be separately installed and authenticated
  • macOS-first — While cross-platform in theory, Windows/Linux require building from source and have less testing
  • Disk space — Each worktree is a full copy of the repository, which can be expensive for large repos
  • No cloud sync — Sessions and state are local-only; no team collaboration features
  • Officially deprecated — The maintainer's v0.3.5 release notes state Crystal "will not be updated in the future"; bugs, security issues, and breakage against new Claude Code/Codex versions will go unfixed

What Developers Say

Crystal generated modest but positive discussion on Hacker News during its active period:

"I've been playing around with this and it's a great idea. We need tools geared towards agentic development flows." — Hacker News commenter, June 2025

"I love all the innovation we're starting to see here. AI can't write everything but it can do so many tedious tasks." — Hacker News commenter, June 2025

The most consequential statement now comes from the maintainer itself:

"We recommend migrating to Nimbalyst, our successor product to Crystal... You may continue to use Crystal but it will not be updated in the future." — Stravu, v0.3.5 release notes, February 2026

As of June 2026, there is little independent post-deprecation discussion of Crystal on Hacker News or Reddit; community attention has followed Stravu to Nimbalyst.


Pricing & Licensing

TierPriceIncludes
Open SourceFreeAll features

Licensing model: MIT License (permissive open source)

Hidden costs: Users must pay for their own Claude Code or Codex subscriptions/API usage. Crystal itself adds no cost—but it also receives no updates. Its successor, Nimbalyst, is likewise MIT-licensed with a free core experience for individual users.


Competitive Positioning

Direct Competitors

CompetitorDifferentiation
ConductorCrystal is free/open-source; Conductor is paid SaaS
TemboTembo offers enterprise orchestration; Crystal is developer-focused
MaestroMaestro focuses on autonomous long-running tasks; Crystal emphasizes comparison workflows

When to Choose Crystal Over Alternatives

  • Choose Nimbalyst (not Crystal) when: You want free, open-source multi-agent workflows with git worktree isolation—Stravu itself directs Crystal users there
  • Choose Conductor when: You need a polished commercial product with support
  • Choose Tembo when: You need enterprise-scale agent orchestration with team features
  • Choose Maestro when: You want autonomous long-running agent sessions with mobile monitoring

Ideal Customer Profile

Best fit:

  • Existing Crystal users who haven't yet migrated and can tolerate an unmaintained tool short-term
  • Developers studying the codebase—it remains MIT-licensed and forkable

Poor fit:

  • Anyone adopting a multi-agent workflow tool today (use Nimbalyst or another maintained alternative)
  • Enterprise teams needing collaboration, access control, or ongoing security patches
  • Developers who depend on compatibility with future Claude Code or Codex releases

Viability Assessment

FactorAssessment
Financial HealthN/A (open source)
Market PositionDiscontinued
Innovation PaceHalted (last release February 26, 2026)
Community/EcosystemMigrating to Nimbalyst
Long-term OutlookEnd-of-life

Crystal is no longer viable as an ongoing product. Stravu formally deprecated it in February 2026, stating it "will not be updated in the future," and the company's development energy has moved to Nimbalyst—a new MIT-licensed repo created in October 2025 that had reached 795 stars and was actively committed to as recently as June 9, 2026. The Crystal repo is not archived and remains forkable, but its 69 open issues have no maintainer attention. Its Discord community and release cadence now serve the successor product.


Bottom Line

Crystal validated the git-worktree approach to parallel agent development and earned a meaningful following (3,080 GitHub stars), but it is now a finished chapter: Stravu deprecated it in February 2026 and ships its successor, Nimbalyst, instead. The ideas live on—Nimbalyst uses the same Claude Code CLI under the hood with no migration step—but Crystal itself will receive no further updates.

Recommended for: No one as a new adoption. Existing users should migrate to Nimbalyst, which Stravu describes as "the direct successor — same idea, more tools."

Not recommended for: Anyone starting a multi-agent workflow today, or teams that need maintained, patched software.

Outlook: End-of-life. Crystal's relevance going forward is historical and as the origin of Nimbalyst; track the successor project for where this product line goes next.


Research by Ry Walker Research • methodology