Skip to content

codelayer-0.1.0-20250911-140723-nightly

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Sep 14:11
· 760 commits to main since this release

codelayer-0.1.0-20250911-140723-nightly

This release includes:

  • CodeLayer - Desktop application (DMG installer)

tl;dr

brew install --cask --no-quarantine humanlayer/humanlayer/codelayer-nightly
# kill any existing hld process and open CodeLayer with current shell PATH so it can find your `claude` CLI
pkill hld; open /Applications/CodeLayer-Nightly.app
  • if your claude cli is not in a very-default location like /usr/local/bin, you will need to launch with open /Applications/CodeLayer-Nightly.app rather than launching from Spotlight/Finder/Raycast/etc

Requirements

  • macOS (Apple Silicon/M-series)

Troubleshooting / Known Issues

  • If install fails, ensure you've cleaned up all previous artifacts. brew reinstall is worth a shot as well.
  • Logs can be found at ~/Library/Logs/dev.humanlayer.wui.nightly/CodeLayer-Nightly.log
  • If daemon fails due to already running, you can pkill hld and reopen CodeLayer to try again
  • If opening from spotlight/alfred/raycast/finder fails, try pkill hld; open /Applications/CodeLayer-Nightly.app to push your PATH into CodeLayer so it can better find your claude CLI