4 September 2026

5.0.7 is available today for macOS (Apple Silicon M1–M5, Intel, and a Universal build) and Windows 10/11 x64.

Install or update in one line

macOS

bash
curl -fsSL https://www.foxora.studio/install.sh | sh

Windows (PowerShell)

powershell
irm https://foxora.ai/setup.ps1 | iex

Both install fresh or update in place. Your projects, sessions and Memory Den stay where they are. The macOS command also clears the stale keychain entries that made some Macs ask for a login password on launch, and removes retired builds.

Prefer a file? Every package, with its SHA-256, is on the download page: https://www.foxora.studio/download

What's new

Native video export. Exports no longer go through the browser recorder. Studio now renders through a signed, hash-verified Media Pack — ffmpeg built from source under the LGPL, linked statically, verified before it runs — so an export is a deterministic master, not a screen capture. MP4 (H.264 + AAC) and WebM (VP9 + Opus). H.264 uses Apple VideoToolbox on macOS and Media Foundation on Windows.

Device control that recovers. If the connection to your machine drops mid-action, Studio no longer refuses every later click, keystroke and shell command for that task. It waits out the ambiguous action and continues. Screenshots on "This computer" work again.

Honest connection messages. An expired sign-in now says Session expired with a Sign in button. A device the engine refused, or a machine holding another account's data, says exactly that — with the one action that fixes it. None of these hide behind "Connection lost — reconnecting" any more.

Windows, actually connected. Every Windows install was being refused by the engine at the door (a webview origin our allowlist didn't know). Fixed on the server the same day; nothing to do on your side. The agent is also told it's on Windows even while the device is reconnecting, so it stops sending Unix commands into cmd.exe.

Small things you'll notice. Your profile picture shows in the sidebar and on the Account page. Quit from the tray or Cmd+Q exits even if the window never finished loading — and a second Quit always forces it.

If you installed 5.0.7 earlier today

The macOS packages were rebuilt the same evening they first went up, before anyone had them long. Same version, same file names, new bytes. Run the install command once more — the app won't offer itself as an update because the version number didn't change.

What isn't in this release

  • Linux desktop is not published. Use the web app at https://app.foxora.ai or the CLI.
  • Windows MSI is not on this release; the EXE installer is.
  • Windows code-signing is being completed. If SmartScreen warns on first run, choose More info → Run anyway.

Verify what you downloaded

Every macOS package is Developer ID signed, notarized by Apple and stapled — it opens without a Gatekeeper warning. The download page prints the SHA-256 of the exact file it hands you; shasum -a 256 on the file should match.

Release on GitHub: https://github.com/foxora-ai/releases/releases/tag/foxora-studio-v5.0.7
Full notes: https://www.foxora.studio/docs/release-notes/latest-release

Found something? Reply here or write to support@foxora.ai

— Madhav