🎉 Cmdop v1.0 is here! Download now →
Skip to Content
DocsCLIOverview

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 chat

Architecture

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

CommandDescription
loginAuthenticate with Cmdop
connectConnect this machine
chatStart AI assistant
execExecute remote commands
browserBrowser automation
agentManage the agent daemon

Next Steps


CLI Overview | Cmdop