codelayer-20250823-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
claudecli is not in a very-default location like/usr/local/bin, you will need to launch withopen /Applications/CodeLayer-Nightly.apprather 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 reinstallis 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 hldand reopen CodeLayer to try again - If opening from spotlight/alfred/raycast/finder fails, try
pkill hld; open /Applications/CodeLayer-Nightly.appto push your PATH into CodeLayer so it can better find yourclaudeCLI