am-i-vibing
Installer for the cmdop CLI — an agent with a machine under it, not a tab.
pip install am-i-vibing
am-i-vibing
That's it. am-i-vibing detects your platform, downloads the cmdop binary,
verifies it against the published checksums, installs it, and hands over.
Not affiliated with the am-i-vibing project. If you are looking for [github.com/ascorbic/am-i-vibing](https://github.com/ascorbic/am-i- vibing), that is a different project — this package will not install it. This package is published by CMDOP and installs the
cmdopCLI.
Most AI coding help lives in an editor or a browser tab, and stops at the edge of it. The moment the useful next step is on a different machine, the conversation turns into instructions for you to carry out.
cmdop runs the agent on the machine itself, so the next step is something it can take. This package installs it.
How does CMDOP compare? CMDOP Skills vs OpenClaw: two approaches to AI agent skills →
Doing it beats describing it
The difference between an assistant that suggests a command and one that can run it is not intelligence, it is access — and access is a deployment question, not a model question.
Nothing runs until you ask. The package installs a binary and exits; what happens after that is a command you type.
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
am-i-vibing # install cmdop (if needed), then run it
am-i-vibing --install-only # install, don't hand over
am-i-vibing --prefix ~/bin # choose the install directory
am-i-vibing --force # reinstall even if already present
am-i-vibing --quiet # print only the installed path
am-i-vibing -- --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 am-i-vibingonly unpacks files. Nothing is downloaded or executed until you runam-i-vibing. - No network access on import.
import am_i_vibingtouches 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 am_i_vibing
target = am_i_vibing.detect()
print(target.label, target.asset)
result = am_i_vibing.install()
print(result.path, result.sha256)
am_i_vibing.install() raises am_i_vibing.InstallError with a user-facing message
on any failure, and am_i_vibing.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 am_i_vibing-1.0.0.tar.gz.
File metadata
- Download URL: am_i_vibing-1.0.0.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f511cce8c6b41673a748e839c6fd77912570dcd9a881dbef5d6534ff7ebbc53
|
|
| MD5 |
167b8d2ea2ca8804e329f8c56f20ea35
|
|
| BLAKE2b-256 |
159bb066f685c9026aa4dc0b9c7d518fa50f202dc7b91729bfd244046df32fd5
|
File details
Details for the file am_i_vibing-1.0.0-py3-none-any.whl.
File metadata
- Download URL: am_i_vibing-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.3 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 |
dcb7c0ba2e14a7e0110dff784edbbdc5bdfadb2903b328d88918146f8b35abe5
|
|
| MD5 |
1e080a4c985b62745896ddcc135e6240
|
|
| BLAKE2b-256 |
36fc9bd5c83e5cddf04e9a5e74a4fa947f0b081a692aeff714b04c2850eddc73
|