openclaw
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
cmdopCLI.
CMDOP is a messenger for AI agents: you add one executable to a machine you already own, and that machine becomes something you can reach and talk to.
This package is the installer for that executable. It detects your platform, downloads the binary, verifies it against the published checksums, and hands over.
How does CMDOP compare? CMDOP Skills vs OpenClaw: two approaches to AI agent skills →
Why an installer package at all
The binary itself is not written in Python and is not distributed through PyPI. This package exists so that pip install is a valid way to get it on a machine that already has Python — which, on most servers, is the shortest path available.
It is a thin, auditable wrapper: standard library only, no telemetry, nothing executed until you run the command.
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
- Detects your OS and architecture.
- Fetches
SHA256SUMSfrominstall.cmdop.com. - Downloads the matching binary to a temporary file.
- Verifies the SHA-256 against the published checksum. On mismatch it aborts and installs nothing.
- Moves the verified binary into the install directory and marks it executable.
- 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 openclawonly unpacks files. Nothing is downloaded or executed until you runopenclaw. - No network access on import.
import openclawtouches 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
- Website — https://cmdop.com
- Documentation — https://docs.cmdop.com
- Downloads — https://cmdop.com/download
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openclaw-2.0.2.tar.gz.
File metadata
- Download URL: openclaw-2.0.2.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5952ea5c1c98a4a40105a67b827260ba38b78bb5a426e3c4fe1ca2dbffbb862
|
|
| MD5 |
3c61bfccc82d7ecff9cabeb5402ac7ac
|
|
| BLAKE2b-256 |
9aa3bcf31350e30cdfbdf0e0c7c07f89e58bde6468d5ba571e4c02b216eac27a
|
File details
Details for the file openclaw-2.0.2-py3-none-any.whl.
File metadata
- Download URL: openclaw-2.0.2-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fcf39e775819b2e4813723069e642d60cc075e371d8249e08c6a560834d4b39
|
|
| MD5 |
5d7f5e8330bd922f92b7bb934e088823
|
|
| BLAKE2b-256 |
aa45f9da42dd1b418926acebcb1e5a59cbf54a11f23b0e7e68084800b7ed80fc
|