Tools & Automation

AI Cloud Computer

Your own Linux machine in the cloud. Persistent, sandboxed, yours.

Every MoClaw account gets a private cloud machine with a real filesystem, a shell, a browser, and persistent state. Files you upload, jobs you run, browsers you log in to all live in your machine and stay across sessions. The AI uses it as its workspace; you can SSH in any time.

Как это работает

3 шага, чтобы подключить AI Cloud Computer, без инженерной настройки.

  1. 1

    Drop a file anywhere

    Drag a PDF into chat, paste a CSV into the editor, or sync a folder via the desktop app. It lands in /home/you/ on your machine.

  2. 2

    Let the AI work

    When the model needs to run a script, install a package, parse a 500MB log, or open a browser, it does it on your machine. State persists across chats.

  3. 3

    Open a terminal yourself

    Settings then Cloud Computer then Open Shell gives you a real bash prompt over the web. Same files, same packages, same browser sessions.

Попробуйте сказать

Реальные prompts, которые можно вставить в AI Cloud Computer.

  • Install pandas and matplotlib, then plot the trends in this 200MB CSV.
  • Clone github.com/myorg/myrepo into ~/projects, run the test suite, and commit a fix for the failing one.
  • Set up a long-running watcher that tails /var/log/incoming.log and pings me on any ERROR line.

Пошаговая демонстрация

Что на самом деле происходит после отправки prompt.

Prompt 01 4 шагов

“Install pandas and matplotlib, then plot the trends in this 200MB CSV.”

Что делает MoClaw

  1. 1 Uploads the CSV to ~/data/q4-orders.csv on your cloud computer.
  2. 2 Runs pip install pandas matplotlib in the persistent venv. Already installed from last time, hits cache and takes 2 seconds.
  3. 3 Writes plot.py with a pandas read plus a matplotlib bar chart of orders by region.
  4. 4 Renders plot.png at 1200×800 and inlines it in the chat.
Результат

You get a chart in the thread plus a link to ~/data/plot.png. The CSV stays in your cloud computer; ask in 3 weeks 'rerun the same chart with the new file' and it picks up where it left off.

FAQ

Короткие ответы о цене, privacy и limits.

Is the cloud computer always running?
It sleeps when idle. Files persist; running processes don't. Long-running jobs should use scheduled tasks (Cron) or the long-running process API, both of which keep state across sleeps.
How much storage do I get?
10GB on free, 100GB on paid, 1TB on team plans. Soft limits — exceed them and the system asks before paying for more.
Can I install whatever I want?
Yes — apt, pip, npm, brew, cargo, anything. Some sysadmin actions (systemd, kernel modules) are sandboxed off.
Can I SSH from my own laptop?
Yes. Settings then Cloud Computer then SSH Key gives you a key pair and a hostname. ssh -i mykey you@cloud.moclaw.ai works out of the box.
What about privacy?
Your machine is encrypted at rest, isolated per-account, and we don't read its contents. The AI sees only what your chat session asks it to access.

Попробуйте MoClaw бесплатно.

1 000 credits в месяц или используйте свой key для неограниченного использования.

Отмена в любой момент