██████╗ ██████╗  ██████╗██╗  ██╗██████╗ ██╗████████╗
  ██╔════╝██╔═══██╗██╔════╝██║ ██╔╝██╔══██╗██║╚══██╔══╝
  ██║     ██║   ██║██║     █████╔╝ ██████╔╝██║   ██║   
  ██║     ██║   ██║██║     ██╔═██╗ ██╔═══╝ ██║   ██║   
  ╚██████╗╚██████╔╝╚██████╗██║  ██╗██║     ██║   ██║   
   ╚═════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝╚═╝     ╚═╝   ╚═╝   
            

Control your OS with natural language

Cross-platform AI agent that can run apps, manage files, execute code, and control your system. Powered by Claude.

Terminal
$ curl -fsSL https://raw.githubusercontent.com/wansatya/cockpit/main/install.sh | bash

Uses uv for fast install. No sudo required.

cockpit
cockpit>create a fastapi project called my-api
✓ Created fastapi project: my-api/
Files: ['main.py', 'requirements.txt', 'README.md', '.gitignore']
cockpit>install dependencies and start the server
$ pip install -r requirements.txt
✓ Started FastAPI server (uvicorn main:app --reload)
cockpit>open localhost:8000 in browser
✓ Opened: http://localhost:8000
cockpit>git init and make first commit
✓ Initialized git repo: my-api
✓ Committed: Initial commit
cockpit>_

Everything you need

One agent to control your entire system. Works the same on Linux, macOS, and Windows.

Run Applications

Launch, kill, and manage apps with natural language. "Open Firefox", "Kill Chrome".

Git Operations

Clone, commit, push, pull, branch. "Clone this repo", "Commit all changes".

Project Scaffolding

Create projects from templates. Python, Node, Flask, FastAPI, Web.

Execute Code

Run Python, Node, Bash, Go, Rust. "Run main.py", "Start dev server".

Package Management

Install packages with apt, brew, or winget. "Install htop", "Search for vim".

Service Control

Manage systemd, launchctl, or Windows services. "Restart nginx".

Find Files

Search your filesystem. "Find all .py files in projects folder".

Clipboard & Screenshot

Copy/paste and capture screenshots. "Take a screenshot".

Context Memory

Save and recall context across sessions. "/save server 192.168.1.100".

Works everywhere

Linux
macOS
Windows

Ready to take control?

Get started in seconds. Just paste the install command and go.