@atawai/install
v0.2.7
Published
One-command installer for ATAWAI. Detects your IDE or CLI agent, drops the bundled VSIX + MCP config, and links your account via device-code auth. All assets shipped inside this tarball — no network fetch needed at install time.
Readme
@atawai/install
One-command bootstrap installer for ATAWAI.
Usage
Get your device code from rl4.ai/connect, then:
npx -y @atawai/install <device-code>The installer auto-detects:
- Cursor or VS Code (preference: Cursor) → downloads the latest VSIX from GitHub Releases and sideloads it
- Claude Code, Codex, or Continue.dev CLI → writes the MCP server config
Either way, it exchanges your device code against rl4.ai/api/devices/:code/exchange, writes tokens to ~/.rl4/auth.json, and tells you to reload.
Flags
| Flag | Effect |
|---|---|
| --cli=claude\|codex\|continue | Force CLI-only install (skip IDE detection) |
| --update | Re-fetch latest VSIX and reinstall, no device-code needed |
| --dry-run | Print what would happen, change nothing |
Examples
# Auto-detect IDE, link account
npx -y @atawai/install K3PM-7XQR
# Force Claude Code CLI install (no extension)
npx -y @atawai/install K3PM-7XQR --cli=claude
# Update existing install
npx -y @atawai/install --update
# Dry-run to see what would happen
npx -y @atawai/install K3PM-7XQR --dry-runLicense
MIT
