Skip to main content

picoclaw

cmdop — messenger for AI agents

Installer for the cmdop CLI — one small binary: no gateway, no broker, no database server.

pip install picoclaw
picoclaw

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

The overhead of running an agent is usually not the agent. It is the four supporting services that have to be up before it answers at all.

cmdop collapses that into one executable that is the agent, the relay, the local server and the console together. This package installs it, checksum-verified, with no dependencies of its own.

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

Count the moving parts

One process to start, one file to upgrade, one directory to back up. Nothing to keep in sync between services, because there are no other services.

That is also what makes it reasonable on a small machine — a spare laptop, a VPS with modest memory, a single-board computer — rather than only on a host provisioned for a stack.

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

picoclaw                    # install cmdop (if needed), then run it
picoclaw --install-only     # install, don't hand over
picoclaw --prefix ~/bin     # choose the install directory
picoclaw --force            # reinstall even if already present
picoclaw --quiet            # print only the installed path
picoclaw -- --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 picoclaw only unpacks files. Nothing is downloaded or executed until you run picoclaw.
  • No network access on import. import picoclaw 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 picoclaw

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

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

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

Links

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

picoclaw-2.0.1.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

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

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for picoclaw-2.0.1.tar.gz
Algorithm Hash digest
SHA256 b1694bd5165348dc78224e4fba6cecbfe9eb3e617ff604c177f3c2c98e02a00e
MD5 a79602d413e03d14d239760b03e7a1e8
BLAKE2b-256 7c203b6ef8609f9cc769d2f2e07e9e132cd9289dabf833612aa94bf0704c16e9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for picoclaw-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6bb3dc97bc02f7862bc2ea7f03cb351a033df5ad591969edbb533dbc2ea15a0e
MD5 4cdc2d0a0c4ae02d5c35275db475256a
BLAKE2b-256 8cb7939eed034c5da7913b4da06a21373dbfb3d34a7ce1d839d211b54e9b93d4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page