Skip to main content

arahi

cmdop — messenger for AI agents

Installer for the cmdop CLI — the agent that automates work on the machine where the work actually is.

pip install arahi
arahi

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

Automation usually stops at the edge of the machine. A scheduler can fire a job, a bot can post a message, but neither can open your project, read the file that is actually wrong, and change it.

cmdop is a single binary that puts an AI agent on that machine, with a shell and your filesystem, and keeps it reachable. This package installs that binary and gets out of the way.

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

Automation that runs where your work lives

The agent runs on hardware you already own, under your account, with the tools you already have installed. Nothing is uploaded to a service to be automated somewhere else, because the machine that needs the work done is the machine running the agent.

That also means the setup cost is one pip install and one command, not a runbook.

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

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

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

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

arahi.install() raises arahi.InstallError with a user-facing message on any failure, and arahi.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

arahi-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.

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: arahi-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 arahi-2.0.1.tar.gz
Algorithm Hash digest
SHA256 7a0b3eb9d2de0af7de5da0653828bbe9fe21d33e4c78d810515d1ed3a38ddfac
MD5 82142984615d0f6f526dbb94a5c78348
BLAKE2b-256 0117bfe4e40703f718391cd6d743c26279138e1034d27779d5ee6cc64c43ba5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arahi-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 arahi-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7108080a940a3584658ccf8427cf60360232d6f1f331a9d4d6b08e8be7a34d19
MD5 8286a8ee0d59b2f8cb316aab383acfc0
BLAKE2b-256 ab889bf99b47e6cb312b61a281092a5c7070dccf104da245d0eb11eddb3dcf91

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