Windows, macOS and Linux builds for ClawManager.
Downloads are available in the Releases tab.
curl -fsSL https://raw.githubusercontent.com/ClawManager/releases/main/install.sh | bashTo install a specific version:
VERSION=v0.1.26 bash <(curl -fsSL https://raw.githubusercontent.com/ClawManager/releases/main/install.sh)iwr -useb https://raw.githubusercontent.com/ClawManager/releases/main/install.ps1 | iexTo install a specific version:
$env:VERSION="v0.1.26"; iwr -useb https://raw.githubusercontent.com/ClawManager/releases/main/install.ps1 | iexFor macOS users who prefer not to use the terminal:
- Download
Install ClawManager.commandand save it anywhere (e.g. your Desktop). - Double-click the file in Finder — Terminal will open and the installer will run automatically.
- When installation completes, press Enter to close the window.
⚠️ Gatekeeper notice: BecauseInstall ClawManager.commandis unsigned, macOS may initially block it with an "unidentified developer" warning.
To bypass: right-click (or Control-click) the file → Open → confirm when asked.
This applies to the.commandfile itself; the ClawManager app has the same requirement — see the Troubleshooting section below.
- Detects your architecture (Apple Silicon or Intel)
- Downloads the matching
.dmgfrom the latest GitHub Release - Mounts the image, copies ClawManager.app to
/Applications, then ejects - Clears the macOS quarantine flag (best effort — avoids "unidentified developer" prompts)
| Architecture | Package | Install method |
|---|---|---|
ARM64 (aarch64) |
.deb |
sudo dpkg -i (auto-fixes deps with apt-get -f) |
| x86_64 | .AppImage |
Saved to ~/.local/bin/ClawManager.AppImage |
- Downloads the
ClawManager-Setup.exeinstaller - Launches the Setup wizard — follow the on-screen steps
See the Releases page to download a specific build directly.
| Platform | File | Notes |
|---|---|---|
| macOS (Apple Silicon) | ClawManager-arm64.dmg |
M1 / M2 / M3 |
| macOS (Intel) | ClawManager-x64.dmg |
x86_64; also runs on Apple Silicon via Rosetta |
| Linux ARM64 | ClawManager-arm64.deb |
Debian / Ubuntu / derivatives |
| Linux x86_64 | ClawManager-amd64.deb |
Debian / Ubuntu / derivatives |
| Windows x64 | ClawManager Setup {version}.exe |
e.g. ClawManager Setup 0.2.4.exe |
- macOS: 12 Monterey or later
- Linux: glibc 2.28+ (Debian 10 / Ubuntu 20.04 equivalent or newer)
- Windows: Windows 10 (1903) or later, x64
macOS — "app is damaged and can't be opened" Run the quarantine-clear command manually:
xattr -dr com.apple.quarantine /Applications/ClawManager.appLinux AppImage — permission denied
chmod +x ~/.local/bin/ClawManager.AppImageLinux AppImage — not in PATH Add to your shell profile:
export PATH="$HOME/.local/bin:$PATH"Windows — SmartScreen warning Click More info → Run anyway. The binary is unsigned; closed-source distribution is intentional.