Radial app
Limits & troubleshooting
Here's what Radial deliberately doesn't do yet, and quick fixes for the common setup snags. Stuck on something else? Email support@radial.to.
Troubleshooting
"Node is missing"
Radial needs Node 18 or newer on your machine. Install it with Homebrew, nvm, Volta, or from nodejs.org, then reopen the project. Radial resolves your login shell's PATH, so however you installed Node, it's found, even when Radial is launched from Finder.
"Install Claude Code or Codex to use terminal agents"
Radial launches the agent CLIs you already have. Install Claude
Code, Codex, or Cursor and sign in (for Claude Code, run
claude once in any terminal, or set an
ANTHROPIC_API_KEY environment variable).
Settings → Agent shows what's detected and
offers the install or sign-in step directly.
A private repo won't clone
Radial uses your machine's existing git auth. If
git clone works for that repo in your own terminal, it
works in Radial; if it doesn't, set up your git credentials (SSH key
or credential helper) first.
Known limits in v1
- Inline editing changes existing text, links, images, and meta tags. Adding brand-new meta tags, or making layout and styling changes, is agent territory; see Agents & terminal.
- Content fetched at runtime from an external CMS isn't editable; only content in the repo is.
-
Interpolated text like
Welcome to {brand}is detected and skipped rather than guessed at. - ⌘Z undo is per session. For durable checkpoints, use Version history, which keeps the most recent 100 moments per project.
- The 5-minute idle suspend for background tabs is fixed, and each open tab runs its own dev server, which is fine for a handful but heavier at scale.
- The free plan opens up to 3 sites at a time; see Plans & licensing.
- Radial is a local desktop app for macOS on Apple Silicon. Hosted, zero-install editing is a later phase.