orgo
v2.0.3
Published
Cloud computers for AI agents, from your terminal.
Maintainers
Readme
Orgo
Cloud computers for AI agents, from your terminal.
Install
curl -fsSL https://orgo.ai/install.sh | bashOr with npm:
npm install -g orgoRequires Node 20+. The install script will install Node for you if it's missing.
Quickstart
orgo login # sign in via the browser
orgo computers create # interactive: picks workspace, name, RAM, CPU
orgo agent --computer my-computer # launch the agent TUIOr single-shot:
orgo run "open chrome and search for hermes" --computer my-computerCommands
orgo Show account, workspace, and recent computers
orgo login / logout / whoami Account management
orgo workspaces (ws) List, create, switch workspaces
orgo computers (c) List, create, start, stop, restart, delete computers
orgo ssh <name> Interactive shell on a computer
orgo agent Multi-turn AI agent TUI (resumable sessions)
orgo run "<prompt>" One-shot agent run
orgo resume [id] Resume a prior agent session
orgo sessions List saved agent sessions
orgo api-keys Manage API keys
orgo billing Credits, top-ups, billing portalEvery command supports --json for machine-readable output and --help for details.
Agent TUI
orgo agentInside the session:
| | |
|---|---|
| /help | List slash commands |
| /computer | Switch the agent to a different computer |
| /model | Switch model (Opus 4.7 default) |
| /sessions | List saved sessions |
| /resume | Resume a prior session |
| /compact | Summarize older turns to shrink context |
| /usage | Token usage for this session |
| /screenshot | Save and open the live screenshot |
Sessions auto-persist to ~/.orgo/sessions/.
Environment
| Variable | Purpose |
|----------------------|------------------------------------------------------------|
| ORGO_API_KEY | Use this key directly (skips ~/.orgo/credentials.json) |
| ORGO_API_BASE_URL | Point at a different API host |
| ORGO_PROFILE | Credential profile (default: default) |
| ORGO_JSON=1 | Force JSON output everywhere |
| ORGO_NO_COLOR=1 | Disable ANSI colors (also respects NO_COLOR) |
License
MIT
