Radial app

Install & setup

One terminal command takes a fresh Mac to a working Radial setup. The command installs the app; Radial's built-in setup assistant then walks you through every tool and sign-in, under your own accounts.

One command

curl -fsSL https://radial.to/install | sh

This downloads the latest signed and notarized Radial app, installs it to Applications, and opens it. Nothing else: no sudo, no credentials, no extra tools. If you have Node already, the npm wrapper runs the same installer:

npx radial-setup

Prefer clicking? Download the DMG from radial.to/download and drag Radial to Applications, like any Mac app.

The setup assistant

On first launch Radial checks your machine and shows a short checklist with a Run button per step. Each command executes in Radial's built-in terminal where you can watch it, and every sign-in opens your browser to authorize your account. Radial never sees or stores those credentials; see AI accounts & terms.

The checklist lives in Settings, so you can finish any step later or re-check after installing something yourself.

Manual setup

Everything the assistant does, as plain commands. All of them are the tools' official installers and put binaries in ~/.local/bin or Homebrew's prefix; Radial finds both.

Claude Code (recommended agent):

curl -fsSL https://claude.ai/install.sh | bash
claude login

An ANTHROPIC_API_KEY environment variable works too, instead of signing in.

Codex, if you prefer it:

npm i -g @openai/codex && codex login

Cursor, if you prefer it:

curl https://cursor.com/install -fsS | bash && cursor-agent login

GitHub CLI:

brew install gh
gh auth login --git-protocol https --web

Vercel CLI (optional):

npm i -g vercel && vercel login

git, if a fresh Mac asks for it:

xcode-select --install

Requirements

Every account the assistant connects is yours: your Claude or ChatGPT plan, your GitHub, your Vercel. Radial adds no accounts and no proxies. Stuck on a step? Write to support@radial.to.