Crystal icon

Crystal 0.3.4

Run multiple Claude Code instances simultaneously using git worktrees

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    stravu-crystal # Crystal
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    stravu-crystal # Crystal
  ];
}

Package Definition

{
  "pname": "stravu-crystal",
  "version": "0.3.4",
  "src": {
    "url": "https://github.com/stravu/crystal/releases/download/v0.3.4/Crystal-0.3.4-macOS-universal.dmg",
    "sha256": "4523e34374819ff48c9ac7336a3a7c1358b56aa452c7635eae50a1a7fa9b9abd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Crystal.app\" && cp -r \"Crystal.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Run multiple Claude Code instances simultaneously using git worktrees",
    "homepage": "https://github.com/stravu/crystal"
  }
}