Skip to content

ClawManager/releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClawManager 🦞

Free AI Agent Management Platform with OpenClaw Dashboard

Take control of your AI agents across Claude, ChatGPT, and every AI platform.
No more juggling tabs, losing context, or wondering what your agents are doing.

Download Latest Website Docs Telegram Community Free

🚀 Get Started Free · 📖 Documentation · 📝 Blog · 💬 Community


📦 This is the releases repository — Pre-built binaries for Windows, macOS, and Linux.
ClawManager is closed-source proprietary software. Currently free to use.
PRO features may be introduced in the future. View license terms →


What is ClawManager?

ClawManager is a free desktop application that brings all your AI conversations into one unified workspace. Think of it as a mission control center for AI agents — whether you're using Claude, ChatGPT, Gemini, or any AI platform.

The Problem We Solve

  • 🤯 Too many tabs — switching between Claude.ai, ChatGPT, and other platforms kills productivity
  • 📝 Lost context — important conversations disappear into browser history
  • 🔄 No continuity — agents can't remember what happened in other sessions
  • 🎯 Zero oversight — you have no idea what your agents are actually doing

The Solution

ClawManager gives you:

  • All AI agents in one window — unified interface for every platform
  • Persistent memory — conversations, files, and context that actually persist
  • Agent orchestration — spawn sub-agents, delegate tasks, coordinate workflows
  • Full transparency — see exactly what agents are doing, when, and why
  • Local-first privacy — your data stays on your machine
  • Currently free — all features included, PRO tier coming soon

⚡ Quick Install (Free)

One-Line Install

macOS & Linux

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

Windows (PowerShell)

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

Manual Download

📥 Download the latest release

Platform File
🍎 macOS (Apple Silicon) ClawManager-arm64.dmg
🍎 macOS (Intel) ClawManager-x64.dmg
🐧 Linux (ARM64) ClawManager-arm64.deb
🐧 Linux (x64) ClawManager-amd64.deb or .AppImage
🪟 Windows (x64) ClawManager Setup {version}.exe

OpenClaw Dashboard

The OpenClaw Dashboard is ClawManager's powerful web-based control panel that gives you complete visibility into your AI agent ecosystem. Monitor sessions, track usage, analyze costs, and coordinate multi-agent workflows — all from one unified interface.

Dashboard Features

🤖 Multi-Agent Session Management
Run multiple AI conversations side-by-side. Keep your coding agent separate from your research agent. Spawn sub-agents to handle subtasks while you focus on the big picture.

📊 Real-Time Analytics
Track API costs, token usage, and session performance. Know exactly where your Claude/ChatGPT budget is going with detailed breakdowns by session, agent, and timeframe.

🧠 Persistent Memory System
Your AI agents remember everything. Files, conversations, learnings, and context persist between sessions. No more re-explaining your project every time you start a new chat.

🎭 Agent Orchestration
Delegate complex tasks by spawning specialized sub-agents. Your main agent stays focused while background agents handle research, coding, audits, or design work in parallel.

🔒 Privacy-First Architecture
All conversations and files stay on your machine. ClawManager coordinates agents locally — no data leaves your control unless you explicitly connect to external APIs.

Explore the OpenClaw Dashboard →


Key Features

Multi-Agent Sessions

Run multiple AI conversations simultaneously with full context isolation. Each session maintains its own memory, files, and agent configuration.

Learn more about session management →

Agent Memory System

Conversations, files, and learnings persist across sessions. Your agents build context over time, getting smarter with each interaction.

Learn how memory works →

Sub-Agent Spawning

Delegate complex tasks to specialized sub-agents. Your main agent orchestrates while background agents execute research, coding, audits, and more.

Read the orchestration guide →

Usage Analytics

Track API costs, token consumption, and session metrics in real-time. Optimize your AI spending with detailed breakdowns and trend analysis.

View analytics demo →

Local-First Privacy

Your data never leaves your machine unless you explicitly configure external API connections. Full transparency and control over every conversation.

Read our privacy approach →


🚀 Getting Started

  1. Create a free account — optional but unlocks cloud sync and advanced analytics
  2. Read the Getting Started Guide — 5-minute setup walkthrough
  3. Watch the intro video — see ClawManager in action
  4. Join the Telegram community — get help, share tips, influence the roadmap

New to AI Agents?

Start here: What is ClawManager? Complete Beginner's Guide


🛠️ Advanced Installation

Install Specific Version

macOS & Linux

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

Windows

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

macOS One-Click Installer (No Terminal Required)

  1. Download Install ClawManager.command and save to Desktop
  2. Right-click → Open (bypasses Gatekeeper on first run)
  3. Double-click to install

What the Installer Does

macOS:

  • Auto-detects Apple Silicon vs Intel architecture
  • Downloads matching .dmg from GitHub Releases
  • Installs to /Applications/ClawManager.app
  • Clears quarantine flag to avoid security warnings

Linux:

  • ARM64: Installs .deb via dpkg with automatic dependency resolution
  • x64: Saves .AppImage to ~/.local/bin/ClawManager.AppImage

Windows:

  • Downloads .exe installer
  • Launches setup wizard

💻 System Requirements

Platform Minimum Version
macOS 12 Monterey or later (M1/M2/M3 or Intel)
Linux glibc 2.28+ (Ubuntu 20.04+ / Debian 10+)
Windows Windows 10 (1903) or later, x64

🐛 Troubleshooting

macOS: "App is damaged and can't be opened"

ClawManager is unsigned (intentional for closed-source distribution). Run:

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

Linux: AppImage won't run

chmod +x ~/.local/bin/ClawManager.AppImage
export PATH="$HOME/.local/bin:$PATH"  # Add to ~/.bashrc or ~/.zshrc

Windows: SmartScreen warning

Click More info → Run anyway. The binary is unsigned but safe.

More help: Troubleshooting Guide | Community Support


📖 Documentation & Resources

Documentation

Blog & Guides


🤝 Community & Support


❤️ Support ClawManager

ClawManager is currently free and built independently. If it's saving you time or making AI agents usable for you, consider supporting development:


🔐 Security & Privacy

ClawManager is local-first and closed-source by design:

  • All conversations stored on your machine
  • No telemetry or tracking (only anonymous analytics if opted-in)
  • Open API integration — bring your own keys
  • Full control over data and agent behavior
  • Closed-source proprietary software — source code is private

Read our privacy policy


📜 License

ClawManager is closed-source proprietary software. Currently free to use with all features included. PRO paid features may be added in future releases.

View license terms


🚀 Get Started Free · 📖 Read the Docs · 💬 Join Community

Made with 💜 by the ClawManager team 🦞

About

ClawManager release binaries — Windows, macOS & Linux

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors