macOS
macOS 12+ · Apple Silicon (M1, M2, M3, M4)
Public beta — not yet code-signed. When you open Arqo for the first time, macOS may say “Arqo is damaged” and Windows may show a security warning. Both are wrong — the app isn't damaged or unsafe, it's just not yet officially code-signed. The install steps below take care of it in about 30 seconds. Official signing is on its way; this banner goes away when it lands.
The same editor you use on the web — in a native app that opens in under a second, works without wi-fi, and lives in your dock or taskbar. No browser tab, no logging in through a studio's IT system.
curl -fsSL https://tryarqo.com/install-mac.sh | bashPaste into Terminal.app, hit return. Downloads the .dmg, copies into /Applications, removes Gatekeeper's quarantine flag, launches. Read the source first if you'd rather — /install-mac.sh.
Free during beta · macOS Apple Silicon + Windows x64 live · Intel Mac next
macOS 12+ · Apple Silicon (M1, M2, M3, M4)
Windows 10 1809+ · 11 · x86_64 · WebView2 runtime auto-installed
Until we have an EV code-signing cert, SmartScreen will warn on first run. Click More info → Run anyway once; subsequent launches skip the prompt.
Each platform has one extra step on first launch — macOS strips the quarantine flag with xattr, Windows clicks past SmartScreen. Both retire once we have signed builds.
Apple Silicon button above. ~42 MB.
Open the .dmg, drag Arqo.app into your Applications folder, eject.
macOS will refuse the unsigned bundle. Run the xattr command below once, then double-click normally.
If macOS says "Arqo is damaged" — it's not. Strip the browser-stamped quarantine flag and reopen:
xattr -dr com.apple.quarantine /Applications/Arqo.appWindows x64 button above. ~55 MB. WebView2 ships pre-installed on Windows 11; Windows 10 1809+ installers fetch it on first run.
Double-click. Walks through the standard Windows Installer flow into Program Files.
SmartScreen will warn (the binary isn't yet EV-signed). Click "More info" then "Run anyway." Subsequent launches skip it.
Microsoft Defender / corporate AV may quarantine the .msi until it sees the binary a few hundred times. EV-signed builds clear this on day one — that's the next step in the signing roadmap.
| Download size · macOS | ~42 MB (.dmg) · ~42 MB (.app tarball) · ~131 MB installed |
|---|---|
| Download size · Windows | ~55 MB (.msi) · ~35 MB (NSIS .exe) · ~135 MB installed |
| Cold launch | 0.3–0.8 s on Apple Silicon · ~1 s on Windows 11 |
| Memory at idle | ~50 MB shell + ~80 MB Bun sidecar |
| Engine | Tauri 2 · WebKit (macOS) / WebView2 (Windows) · Bun-hosted Next.js sidecar |
| Offline | Full editor + AI routes work without network |
| Sync | Supabase Realtime + Liveblocks when online; queued offline |
| File formats | .fountain, .fdx, .arq (round-trip) |
| Releases | Every build (current + previous) plus SHA256 checksums on GitHub: github.com/ahujatries/arqo-releases |
| Auto-update | Disabled until signed builds land · grab a fresh install for each beta |
Intel Mac (x86_64) and Linux aren't shipped yet — universal-binary macOS lands once we have an x86_64 Bun runtime; Linux is on demand (open an issue if you want it). Until then, the web app at tryarqo.com/app is the same editor — every feature parity-tested, no install required.