Productivity

How to Run Claude Code on Zo

Claude CodeClaude Code

Claude Code is Anthropic's terminal-based AI coding agent. It reads your codebase, writes code, runs commands, and manages git. Most guides tell you to set up a VPS, install Node, configure SSH, harden the firewall, and then install Claude Code. On Zo, it's already there.

Why run Claude Code on Zo

Your Zo is a full Linux server in the cloud. Claude Code is pre-installed. That means:

  • No VPS setup. No provisioning, no firewall rules, no OS hardening.
  • No installation. Claude Code is already at /usr/bin/claude, ready to go.
  • Zo's AI works alongside it. Your Zo has its own AI with web search, Gmail, Calendar, file management, image generation, and 100+ other tools. Claude Code handles the coding. Zo handles everything else.
  • SSH access from any IDE. Connect VS Code, Cursor, or Windsurf to your Zo and run Claude Code inside the remote terminal.

What you'll need

  • A Zo Computer account (any tier)
  • A Claude Pro, Max, or Team subscription (for OAuth login), or an Anthropic API key

Step 1: Open Zo's terminal

Click the terminal icon in the left sidebar of your Zo workspace. You're now on your cloud machine.

Step 2: Launch Claude Code

text
claude

That's it. First launch will prompt you to authenticate.

Step 3: Authenticate

You have two options:

Option A: OAuth login (Claude subscription)

When Claude Code prompts you, select "Sign in with Claude." It opens a browser link. Click it, log in with your Anthropic account, and you're authenticated.

Option B: API key

If you prefer using an API key, go to Settings > Advanced in Zo and add a secret:

ANTHROPIC_API_KEY = your key from console.anthropic.com

Then launch Claude Code. It picks up the key automatically.

Don't paste the key into chat. Use the Secrets panel.

Step 4: Start coding

Navigate to your project directory and run claude. It reads your codebase and you're pair-programming.

text
cd /home/workspace/my-project
claude

Common things to try:

  • "Read this codebase and explain the architecture"
  • "Fix the failing test in src/auth.test.ts"
  • "Add a REST endpoint for user profiles"
  • "Refactor this file to use async/await"

Claude Code writes the code, runs it, checks the output, and iterates until it works.

Step 5: Connect your IDE (optional)

If you prefer coding in your local IDE while Claude Code runs on your Zo, set up SSH:

Prompt
Run the SSH setup skill

Your Zo configures SSH and gives you a public address like ts1.zocomputer.io:10991. Add it as a remote host in VS Code, Cursor, or Windsurf.

Now you can edit files in your IDE while Claude Code runs in the remote terminal. Same machine, same filesystem.

For the full IDE setup, see How to Connect Your IDE to a Remote Server.

Using Claude Code and Zo together

This is the part that matters. Claude Code is good at coding. It's not good at sending emails, managing your calendar, searching the web, generating images, or hosting websites. Your Zo does all of that natively.

A typical workflow:

  1. Ask Claude Code to build a feature
  2. Ask your Zo to deploy it to zo.space
  3. Ask your Zo to text you when it's live
  4. Ask Claude Code to write tests for it
  5. Ask your Zo to set up a daily agent that monitors the deployed service

Two AI systems, one machine, no context-switching. For a deeper look at running multiple coding agents (including Codex CLI and Gemini CLI), see How Zo Runs AI Coding Agents.

Run Claude Code headless

Claude Code supports a headless mode (claude -p) where it runs non-interactively. That means your Zo can launch and control Claude Code sessions on your behalf, with no terminal interaction needed.

The simplest version:

Prompt

Run Claude Code headlessly with the prompt "Read the codebase in /home/workspace/my-project and fix any failing tests"

Your Zo starts a Claude Code session, passes the prompt, and reports the results when it's done.

Headless mode with worktrees and PRs

The real power is combining headless Claude Code with git worktrees so it works in an isolated copy of your repo, then opens a PR when it's done. Here's a prompt you can paste directly:

Prompt

Run Claude Code headlessly in an isolated git worktree, then create a PR.

Task: [describe what Claude should do] Repo: /home/workspace/Code/zorepo1

Instructions:

  1. Create a worktree from origin/main with a timestamped branch name under /tmp/worktrees/
  2. Run claude -p with my task in that worktree directory
  3. If there are changes, commit, push, and create a PR with gh pr create
  4. Clean up the worktree when done, whether it succeeded or failed
  5. Return the PR URL

Your Zo handles the git orchestration: creating the worktree, running Claude Code inside it, committing the result, and opening the PR. Claude Code does the coding in a clean, isolated branch. You get a PR link back.

This makes powerful automations possible:

Prompt

Create an agent that runs every morning at 6am. Have it launch Claude Code in a worktree to pull the latest changes, run the test suite, and text me if anything fails. If tests fail, have Claude Code fix them and open a PR.

Prompt

Run Claude Code headlessly in a worktree on zorepo1: "Refactor src/api/routes.ts to use the new middleware pattern from src/middleware/auth.ts." Open a PR when done.

Your Zo orchestrates the session. Claude Code writes the code. The PR appears in GitHub. You review it from your phone — or get a text or Telegram message with the PR link.

Give Claude Code access to Zo's tools

By connecting Claude Code to the Zo MCP server or the Zo/Ask API, Claude Code gains access to everything your Zo can do: web search, email, calendar, file management, image generation, and 100+ other tools.

Set up the connection:

Prompt
Set up the Zo MCP server for Claude Code

Once connected, Claude Code can do things it normally can't:

  • Search the web for documentation while coding
  • Send you an email when a long-running task finishes
  • Pull context from your Google Drive
  • Generate images for a frontend component
  • Deploy the project to zo.space when it's ready

Claude Code handles the code. Your Zo handles everything around it. Connected via MCP, they work as one system.

Troubleshooting

  • "claude: command not found": This shouldn't happen on Zo. If it does, run which claude to check. If missing, run npm install -g @anthropic-ai/claude-code.
  • Authentication fails: Make sure your ANTHROPIC_API_KEY is saved in Settings > Advanced, not pasted in chat. Or use OAuth login instead.
  • Session disconnects: If you close the terminal, Claude Code stops. For persistent sessions, use tmux: run tmux, then claude inside it. Detach with Ctrl+B, D. Reattach later with tmux attach.
  • Want to use a different model: Run /model inside Claude Code to switch between Claude models.
  • Conflicts with Zo's AI: There are none. They're separate processes. Zo's AI operates through the chat interface and scheduled agents. Claude Code operates through the terminal. They share the same filesystem but don't interfere with each other.
  • Want other agent frameworks? You can also run OpenClaw or Hermes Agent on the same machine alongside Claude Code.

More from the blog

Productivity

How to Connect Telegram to Zo

Chat with your Zo on Telegram. Same AI, same tools, same memory. Ask questions, run tasks, get agent updates, and manage your digital life from any device.

Telegram
Productivity

How to Automate Anything with Zo Agents

Set up AI agents on Zo that run on a schedule. Morning briefings, inbox summaries, price monitors, competitor tracking, and weekly reports, all on autopilot.

Productivity
Includes video walkthrough

How to Text Your AI

Text your Zo like a friend. Check your calendar, send emails, search the web, and run tasks, all from a text message. No app required.

Marketing

How to Build a Portfolio Website with AI

Build a portfolio website on Zo in 5 minutes. No templates, no drag-and-drop. Describe what you want and it's live at yourname.zo.space.

SMB
Includes video walkthrough

Build Your Personal Corner of the Internet

Build and deploy a personal website on Zo Computer in minutes. No hosting, no deploys, no config. Just describe what you want and it's live.

Marketing

How to Automate Social Media Posting

Let Zo draft, schedule, and post content across your social platforms automatically.

LinkedInX
Productivity
Includes video walkthrough

Create a Persona in Zo

Make Zo talk and think the way you want — create custom personas for any use case.

Data Analysis

How to Make a Daily News Digest Automation

Wake up to a personalized news briefing delivered to your inbox, texts, or Telegram every morning.

Productivity

How to Use Gmail Integration with Zo

Search, read, organize, and respond to your emails without ever leaving Zo.

Gmail
Project Management

How to Use Google Calendar with Zo

View, create, and manage your calendar events by just talking to Zo.

Google Calendar
Productivity

How to Use Google Drive with Zo

Search, read, and manage your Google Drive files directly from Zo.

Google Drive
Project Management

How to Use Linear with Zo

Manage your tasks, issues, and projects in Linear directly from Zo.

Linear
Productivity

How to Make Rules

Teach Zo your preferences so it behaves the way you want — every time.

Project Management

How to Use Notion with Zo

Search, read, and manage your Notion workspace through natural conversation.

Google CalendarLinearNotion
Productivity
Includes video walkthrough

Organize Your Zo Workspace

Keep your Zo workspace clean and organized — just ask Zo to do it for you.

Productivity

How to Send Emails with Zo

Compose, review, and send emails directly from your Zo workspace.

Gmail
Content Creation

How to Use Spotify with Zo

Control your music, discover new tracks, and manage playlists through Zo.

Spotify
Marketing

How to Use LinkedIn with Zo

Search profiles, check messages, and manage your LinkedIn activity through Zo.

LinkedIn
Productivity

How to Run Hermes Agent on Zo

Run Hermes Agent on Zo Computer. Install the self-improving AI agent framework, connect it to Telegram or Discord, and bridge Zo's 50+ tools into Hermes.

Hermes AgentHermes Agent
Productivity

How Zo Runs AI Coding Agents for You

Zo can launch and orchestrate Claude Code, Codex CLI, and Gemini CLI in headless mode. Your Zo handles the git, the scheduling, and the delivery. The coding agent handles the code.

Claude CodeClaude Code
Productivity

Best ChatGPT Alternatives in 2026: AI Tools That Go Beyond Chat

A practical evaluation of the best ChatGPT alternatives in 2026, comparing Claude, Gemini, Copilot, DeepSeek, Perplexity, and Zo Computer across automation, persistence, data ownership, and deployment flexibility.

Productivity

Personal AI Agents: What They Are, How They Work, and Why 2026 Is the Year They Get Real

A technical breakdown of personal AI agent architecture in 2026: the observe-plan-act loop, persistent memory, tool integration via MCP, and why infrastructure, not intelligence, is the bottleneck.

Productivity

Which Zo Plan Is Right for You?

Compare Zo's Free, Basic, Pro, and Ultra plans. Find the right fit for your personal cloud computer based on AI usage, hosting needs, and compute requirements.

Productivity

How to Run OpenClaw on Zo

Run OpenClaw on Zo Computer. Install, configure Tailscale access, connect 50+ tools, and get your AI agent live on Telegram, Discord, or WhatsApp.

OpenClawOpenClaw
SMBBuilding

How to Build an API with Zo

Create and deploy API endpoints on zo.space — live instantly, no server setup needed.

Content Creation

How to Turn Any Music Article into a Spotify Playlist

Read a blog post, extract the songs, create a Spotify playlist—all with one AI command. Works with Pitchfork, NME, or any music article.

Spotify
SMB

How to Self-Host n8n

Self-host n8n free on Zo Computer—no Docker required. n8n Cloud costs $24/mo, self-hosting costs $0. Get a public URL and webhooks working in 5 minutes.

n8nn8n
Productivity

How to Set Up a Plain-Text Flashcard System

Set up hashcards, a plain-text spaced repetition system, on your own cloud server. Learn faster with flashcards stored as simple markdown files.

Productivity

How to Run VS Code in Your Browser

Set up VS Code Server on your own cloud server and access your development environment from any browser. A self-hosted alternative to GitHub Codespaces and Gitpod.

VS Code
Productivity

How to Connect Your IDE to a Remote Server

Set up SSH access to your Zo Computer and connect VS Code, Cursor, or any IDE for remote development. Code on a powerful server from anywhere.

Data Analysis

How to Save a Webpage as PDF

Save any webpage as a clean PDF with Zo Computer. One command to read, convert, and save — no browser extensions needed.

How to Run Claude Code on Zo | Zo Computer