Installation
ArcaneIDE is currently available for macOS (Apple Silicon and Intel). Windows and Linux builds are planned.
System Requirements
Section titled “System Requirements”- macOS 12 Monterey or later
- Apple Silicon (M1/M2/M3) or Intel Mac
- Unity 2021.3 LTS or later (for Unity integration features)
- An OpenAI or Anthropic API key for AI features
Download
Section titled “Download”Head to the download section of the homepage and grab the latest .dmg for your Mac.
Installing the App
Section titled “Installing the App”- Open the downloaded
.dmgfile - Drag ArcaneIDE into your Applications folder
- Eject the disk image
macOS Gatekeeper — Unsigned App Warning
Section titled “macOS Gatekeeper — Unsigned App Warning”ArcaneIDE is not yet signed with an Apple Developer certificate, so macOS Gatekeeper will block it on the first launch. There are two ways to get past this:
Option A — Right-click to Open (easiest)
Section titled “Option A — Right-click to Open (easiest)”- Go to Applications in Finder
- Right-click (or Control-click) on ArcaneIDE
- Choose Open from the context menu
- In the dialog that appears, click Open again
macOS will remember this choice and you can open the app normally from then on.
Option B — Remove quarantine via Terminal
Section titled “Option B — Remove quarantine via Terminal”If Option A doesn’t work (or you prefer the terminal), run:
xattr -cr /Applications/ArcaneIDE.appThen launch the app normally. This removes the quarantine flag that Gatekeeper added when you downloaded the file.
Unity Extension
Section titled “Unity Extension”ArcaneIDE connects to the Unity Editor through a lightweight Unity package. Install it so the IDE can communicate with your project in real-time.
Option 1 — Download & Import (Recommended)
Section titled “Option 1 — Download & Import (Recommended)”- Download the package: com.arcane.editor-0.0.1.tgz
- In Unity, go to Window > Package Manager
- Click + > Add package from tarball…
- Browse to the downloaded
.tgzfile and click Open
Option 2 — Edit manifest.json
Section titled “Option 2 — Edit manifest.json”Open your Unity project’s Packages/manifest.json and add this line to the "dependencies" block:
"com.arcane.editor": "https://releases.arcaneai.org/unity-extension-releases/com.arcane.editor-0.0.1.tgz"Save the file. Unity will download and install the package automatically.
Option 3 — Unity Package Manager UI
Section titled “Option 3 — Unity Package Manager UI”- Open Unity Editor
- Go to Window > Package Manager
- Click the + button > Add package by name…
- Paste:
https://releases.arcaneai.org/unity-extension-releases/com.arcane.editor-0.0.1.tgz - Click Add
After installing the package:
- Go to Edit > Preferences > External Tools
- Set External Script Editor to Arcane
- Double-click any
.csfile — it will open in ArcaneIDE
For detailed setup, features, and troubleshooting, see the Unity Extension guide.
Next Steps
Section titled “Next Steps”Once installed, head to Opening Your First Project to connect ArcaneIDE to your Unity project.