ASAgentStead Docs
Runtimes

ZeroClaw

The ZeroClaw runtime — Rust-based agent with pairing-code auth on agentstead.dev.

ZeroClaw is a Rust-based agent runtime with pairing-code desktop authentication. It's designed for performance-oriented Rust workloads.

Port: 42617 | Token type: Session Token | Best for: Rust workloads, pairing-code auth flows

ZeroClaw may be rollout-gated depending on your account. Check the Deploy page to confirm availability.

What starts on boot

  1. Homebrew seeding — seeds to /data/homebrew on first boot.
  2. Chrome with CDP — starts on port 9222.
  3. ZeroClaw daemon — starts on port 42617. Authentication uses a pairing code.

Pairing-code authentication

ZeroClaw uses a pairing-code flow for desktop authentication rather than a username/password. The pairing code is available in Access & Credentials in the dashboard.

When to use ZeroClaw

  • You're building Rust-based tooling or agents
  • Your workflow benefits from the pairing-code auth model
  • You need Rust performance characteristics for compute-heavy tasks

AI coding tools

ZeroClaw ships with the same complete toolchain as all other runtimes:

Claude Code

claude — set ANTHROPIC_API_KEY in Secrets.

Codex

codex — set OPENAI_API_KEY in Secrets.

OpenCode

opencode — multi-provider TUI.

VS Code + Kilo Code

Pre-installed with Kilo Code extension.

Neovim + LazyVim

nvim — LazyVim starter pre-configured.

Homebrew

brew — persistent on /data/homebrew.

See Pre-installed Tools for setup guides.