Skip to content

v1.10.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jul 12:06

xNAUT v1.10.1

Headline: macOS builds are now Apple-notarized — no more "damaged" on download.

Earlier macOS DMGs were ad-hoc signed and unnotarized, so Gatekeeper blocked
them on a fresh Mac with "xNAUT is damaged and can't be opened." This release
signs with a Developer ID certificate, notarizes with Apple, and staples the
ticket to both the app and the DMG wrapper — downloaded DMGs now open
cleanly on any Mac.

Fixed in 1.10.1

  • Apple code-signing + notarization end-to-end on both macOS DMGs
    (aarch64 + Intel). Verified Gatekeeper-clean on a fresh quarantined download.
  • Release pipeline now notarizes + staples the DMG wrapper, not just the
    app inside (Tauri only did the app).
  • Fixed a Linux-only clippy lint that was keeping CI red.

What's in xNAUT (shipped in 1.10.0, included here)

xNAUT is a native desktop dev cockpit (Tauri) for running and overseeing AI
coding agents.

  • NautLoom Cloud Agent — a self-hosted, portable coding agent: Plan a task,
    run it in an isolated sandbox, watch it stream live, get a demo + the code
    back, then ship a branch and open a PR.
  • Observatory — a command deck showing every running agent (terminal and
    sandbox) with elapsed time, model, and status, plus your MAX-plan weekly
    budget at a glance.
  • Multi-Agent swarm — a manager chat that validates your open tickets
    against the project manager and dispatches parallel agent runs (one isolated
    git worktree per run), capped by a max-parallel setting.

Downloads

Platform File
macOS (Apple Silicon) xNAUT-1.10.1-macos-aarch64.dmg
macOS (Intel) xNAUT-1.10.1-macos-x64.dmg
Windows xNAUT-1.10.1-windows-x64-setup.exe or .msi

The macOS DMGs are notarized — just download, open, and drag xNAUT to
Applications. (You may see the normal one-time "downloaded from the Internet"
prompt; that's expected for every app.)

Verify (optional)

spctl -a -vvv -t open --context context:primary-signature xNAUT-1.10.1-macos-aarch64.dmg
# → accepted / source=Notarized Developer ID

Full changelog: v1.10.0...v1.10.1