Skip to main content

openclaw

cmdop — messenger for AI agents

Installer for the cmdop CLI — one binary that runs an AI agent on your machine and connects it to your fleet.

pip install openclaw
openclaw

That's it. openclaw detects your platform, downloads the cmdop binary, verifies it against the published checksums, installs it, and hands over.

Not affiliated with the OpenClaw project. If you are looking for github.com/openclaw/openclaw, that is a different project — this package will not install it. This package is published by CMDOP and installs the cmdop CLI.

How does CMDOP compare? CMDOP Skills vs OpenClaw: two approaches to AI agent skills →

What is cmdop

One executable that is the agent, the relay, the local server and the web console at once. There is no gateway, backend, database server or broker to stand up — you add one binary to a machine you already own.

  • run an AI agent on your own machine, with your own tools
  • reach it from anywhere: terminal, files, remote execution
  • connect machines into a fleet
  • works with Claude Code and other agent engines under the hood

Full documentation: docs.cmdop.com

Usage

openclaw                    # install cmdop (if needed), then run it
openclaw --install-only     # install, don't hand over
openclaw --prefix ~/bin     # choose the install directory
openclaw --force            # reinstall even if already present
openclaw --quiet            # print only the installed path
openclaw -- --help          # everything after `--` goes to cmdop

Default install directory is ~/.local/bin (%LOCALAPPDATA%\cmdop\bin on Windows). No sudo, no system directories.

What it does, precisely

  1. Detects your OS and architecture.
  2. Fetches SHA256SUMS from install.cmdop.com.
  3. Downloads the matching binary to a temporary file.
  4. Verifies the SHA-256 against the published checksum. On mismatch it aborts and installs nothing.
  5. Moves the verified binary into the install directory and marks it executable.
  6. Runs it.

Supported: macOS (Apple Silicon, Intel), Linux (x64, arm64), Windows (x64).

What it does not do

  • No side effects at install time. pip install openclaw only unpacks files. Nothing is downloaded or executed until you run openclaw.
  • No network access on import. import openclaw touches nothing.
  • No telemetry. The package sends no analytics, ever.
  • No dependencies. Standard library only, so there is nothing to conflict with what you already have installed.

Python API

The installer is importable if you would rather script it:

import openclaw

target = openclaw.detect()
print(target.label, target.asset)

result = openclaw.install()
print(result.path, result.sha256)

openclaw.install() raises openclaw.InstallError with a user-facing message on any failure, and openclaw.UnsupportedPlatform when there is no published binary for the current machine.

Links

License

MIT


OpenClaw is a trademark of its respective owners. This package is not affiliated with, endorsed by, or connected to the OpenClaw project.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openclaw-2.0.1.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openclaw-2.0.1-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file openclaw-2.0.1.tar.gz.

File metadata

  • Download URL: openclaw-2.0.1.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.2

File hashes

Hashes for openclaw-2.0.1.tar.gz
Algorithm Hash digest
SHA256 000171e9fdeb5d931d1949e75c210810c67bd81d2c6d3011f9810f34af40dccc
MD5 efc22d9a096a31e8e3b9d4d4055611b3
BLAKE2b-256 0f644d8d9f333d6903dfef7141c4170122f9b49a566c20f25a5d0f1941c1ab71

See more details on using hashes here.

File details

Details for the file openclaw-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: openclaw-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.2

File hashes

Hashes for openclaw-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 33ab563844e52a7c22101350e3917a8a36e02ee2a3dae4e29798adba299020fa
MD5 ee3aec400551e04e51c939ac7c817e48
BLAKE2b-256 e08b138a1a0c277168a6d2bf5695e72178eff699aeef7ada4539dcc76f9dceb3

See more details on using hashes here.

Release history Release notifications | RSS feed

2.0.2

2 files

This release

2.0.1 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page