Installation
Installing Claunity takes under 5 minutes. You import one Unity package — the desktop app downloads and installs itself automatically with a single button click.
What you need
Unity 2021.3 LTS or newer. An API key from Anthropic (Claude API) — or a Claude Code subscription (no key needed). See AI Providers.
Step 1 — Import the Unity package
- In Unity, go to Assets → Import Package → Custom Package…
- Select the downloaded
Claunity.unitypackage - Make sure all items are checked → click Import
- Wait for Unity to recompile (progress bar in the bottom-right)
- Open Window → Claunity — the panel appears
Coming soon — Unity Asset Store
Once Claunity is on the Asset Store, you'll just click Import in Package Manager — no manual download needed.
Step 2 — Download the desktop app (one click)
When you open the Claunity panel for the first time, it automatically checks whether the desktop app is installed.
If it's not installed yet, you'll see the welcome screen with a single button:
CLAUNITY
Claunity App not installed
Free download · One-time setup · ~50 MB
Click Download Claunity App. Claunity will:
- Fetch the latest version info from the update server
- Download the correct installer for your platform (Windows / macOS / Linux)
- Run the installer automatically — no manual steps
- Launch the desktop app in the background
- Connect to it and open the main UI
The whole process takes about 30–60 seconds depending on your internet speed. A progress bar is shown throughout.
Already installed?
If the desktop app is installed but not running, the button will say ▶ Start Claunity instead. Click it — the app starts and connects automatically. If it's already running, Claunity skips the welcome screen entirely and opens straight to the main UI.
Step 3 — Enter your API key
- Click the ⚙ settings icon in the top-right of the panel
- Under AI Source, choose API Key or Claude Code
- If using API Key — select your Provider and paste your key
- Pick a Model from the dropdown
- Click Save Settings
- Click Test Connection to confirm it works
Recommended model
Start with claude-sonnet-4-6 — best balance of speed, quality, and cost. See AI Providers for a full comparison.
You're ready
Everything is working when you see:
- A green dot and "Connected" in the Claunity header
- Mode tabs at the top:
VIBE/PROJ/TEST/BUILD - The chat input is active and ready
If you see a red dot or an error, check the Troubleshooting guide.
System requirements
| Platform | Requirement |
|---|---|
| Unity | 2021.3 LTS or newer |
| Windows | Windows 10 64-bit or newer |
| macOS | macOS 14 Sonoma+ · Apple Silicon only (M1/M2/M3/M4) |
| Linux | Ubuntu 22.04+ · glibc 2.35+ |
| API Key | Anthropic (Claude API) — or Claude Code subscription |
Updates
Claunity checks for updates automatically on startup. When a new version is available, a green Update badge appears in the header. Click it — the latest version downloads and the app restarts automatically.
Uninstalling
Desktop app
- Windows — Settings → Apps → Claunity → Uninstall
- macOS — Drag
ClaunityApp.appto Trash - Linux — Delete the binary file
Settings are stored in ~/.config/claunity/config.json — delete to remove all data.
Unity package
- Delete the
Assets/Claunity/folder from your project