Docs/Product Modules/AI Terminal & Reasoning

AI Terminal & Reasoning

The model proposes one shell command at a time with its reasoning, and you approve it before it runs. In auto mode only commands that read run by themselves; every change waits for you.

Open in App
shipown · preview
Interactive Node
AI Terminal & Reasoning

A recorded walkthrough for this page has not been made yet.

01.How It Works

Add your own Anthropic, OpenAI or DeepSeek key in Settings — or use Codex CLI or Claude Code if one is already installed and signed in on your computer, with no key to paste — and the terminal can be driven in plain language. The model picker lists only what is set up. The model proposes one command at a time with its reasoning; you approve it, and the output of the run goes back to the model. In auto mode, commands that only read the server — status, logs, disk, processes — run by themselves, and anything that changes it waits for you. Keys are encrypted with the OS keychain, and are never saved on a system that has none.

Step A
Zero Cloud Relays

Client-side operations encrypted directly between your desktop and target server.

Step B
Credentials stay on your computer

SSH keys, passwords and API keys are held by the desktop app and encrypted with your OS keychain.

02.Key Capabilities

# What Shipown runs on the server, over your own SSH connection
$ pm2 jlist
$ docker ps -a --format '{{json .}}'
[ok] Connected to Ubuntu 24.04 LTS (x86_64)

03.Configuration & Setup

1
Initialize target configurationPick one of your saved servers, or add it with its host, port, user and SSH key.
2
Deploy & MonitorVerify telemetry in real time without polling overhead.