arqoOpen in browser

    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.

    Desktop · public beta

    Arqo for your desktop.

    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.

    One-line install · macOS Apple Silicon
    curl -fsSL https://tryarqo.com/install-mac.sh | bash

    Paste 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.

    Or download manually:
    Pick your platformInstall steps

    Free during beta · macOS Apple Silicon + Windows x64 live · Intel Mac next

    Pick your platform

    macOS

    macOS 12+ · Apple Silicon (M1, M2, M3, M4)

    Apple Silicon · .dmg.app tarball (advanced)

    Intel Macs (x86_64) — universal binary coming next.

    ~42 MB download · ~131 MB installed

    Windows

    Windows 10 1809+ · 11 · x86_64 · WebView2 runtime auto-installed

    Windows x64 · .msiNSIS .exe installer (alternate)

    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.

    ~35 MB (.exe) / ~55 MB (.msi) · ~135 MB installed

    Install steps

    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.

    macOS · Apple Silicon

    1. 01

      Download the .dmg

      Apple Silicon button above. ~42 MB.

    2. 02

      Drag to Applications

      Open the .dmg, drag Arqo.app into your Applications folder, eject.

    3. 03

      Strip quarantine + open

      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.app

    Windows · x64

    1. 01

      Download the .msi

      Windows x64 button above. ~55 MB. WebView2 ships pre-installed on Windows 11; Windows 10 1809+ installers fetch it on first run.

    2. 02

      Run the installer

      Double-click. Walks through the standard Windows Installer flow into Program Files.

    3. 03

      More info → Run anyway

      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.

    What's in the box

    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 launch0.3–0.8 s on Apple Silicon · ~1 s on Windows 11
    Memory at idle~50 MB shell + ~80 MB Bun sidecar
    EngineTauri 2 · WebKit (macOS) / WebView2 (Windows) · Bun-hosted Next.js sidecar
    OfflineFull editor + AI routes work without network
    SyncSupabase Realtime + Liveblocks when online; queued offline
    File formats.fountain, .fdx, .arq (round-trip)
    ReleasesEvery build (current + previous) plus SHA256 checksums on GitHub: github.com/ahujatries/arqo-releases
    Auto-updateDisabled until signed builds land · grab a fresh install for each beta

    Don't see your platform?

    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.

    Release notesAll releases on GitHubOpen the web app