Skip to content

ClawManager/releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClawManager Releases

Windows, macOS and Linux builds for ClawManager.

Downloads are available in the Releases tab.


One-Line Install

macOS & Linux

curl -fsSL https://raw.githubusercontent.com/ClawManager/releases/main/install.sh | bash

To install a specific version:

VERSION=v0.1.26 bash <(curl -fsSL https://raw.githubusercontent.com/ClawManager/releases/main/install.sh)

Windows (PowerShell)

iwr -useb https://raw.githubusercontent.com/ClawManager/releases/main/install.ps1 | iex

To install a specific version:

$env:VERSION="v0.1.26"; iwr -useb https://raw.githubusercontent.com/ClawManager/releases/main/install.ps1 | iex

macOS One-Click Installer

For macOS users who prefer not to use the terminal:

  1. Download Install ClawManager.command and save it anywhere (e.g. your Desktop).
  2. Double-click the file in Finder — Terminal will open and the installer will run automatically.
  3. When installation completes, press Enter to close the window.

⚠️ Gatekeeper notice: Because Install ClawManager.command is 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 .command file itself; the ClawManager app has the same requirement — see the Troubleshooting section below.


What the installer does

macOS

  • Detects your architecture (Apple Silicon or Intel)
  • Downloads the matching .dmg from 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)

Linux

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

Windows

  • Downloads the ClawManager-Setup.exe installer
  • Launches the Setup wizard — follow the on-screen steps

Manual Downloads

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

Requirements

  • macOS: 12 Monterey or later
  • Linux: glibc 2.28+ (Debian 10 / Ubuntu 20.04 equivalent or newer)
  • Windows: Windows 10 (1903) or later, x64

Troubleshooting

macOS — "app is damaged and can't be opened" Run the quarantine-clear command manually:

xattr -dr com.apple.quarantine /Applications/ClawManager.app

Linux AppImage — permission denied

chmod +x ~/.local/bin/ClawManager.AppImage

Linux AppImage — not in PATH Add to your shell profile:

export PATH="$HOME/.local/bin:$PATH"

Windows — SmartScreen warning Click More infoRun anyway. The binary is unsigned; closed-source distribution is intentional.

About

ClawManager release binaries — Windows, macOS & Linux

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors