CLI
The Cmdop CLI is the core tool for connecting and managing your machines.
Features
- Machine Connection - Connect any machine to your Cmdop account
- Remote Execution - Run commands on remote machines
- AI Chat - Interactive AI assistant for command execution
- OS Automation - Automate desktop interactions
- Browser Automation - Control browsers programmatically
Quick Start
# Install
curl -sSL cmdop.com/install.sh | bash
# Login
cmdop login
# Connect this machine
cmdop connect
# Start AI chat
cmdop chatArchitecture
The CLI is built in Go and consists of:
- cmdop - Main CLI binary
- cmdop-agent - Background daemon for machine connectivity
- cmdop-browser - Browser automation helper
Commands Overview
| Command | Description |
|---|---|
login | Authenticate with Cmdop |
connect | Connect this machine |
chat | Start AI assistant |
exec | Execute remote commands |
browser | Browser automation |
agent | Manage the agent daemon |