Skip to content

Releases: RhysSullivan/executor

v1.4.28

13 May 18:43
368f256

Choose a tag to compare

Highlights

Executor Desktop (mac, windows, linux)

The CLI's web UI now ships as a native desktop app. Same gateway, same UI, same sources — packaged with the Bun-compiled server bundled inside the Electron app so there's no Node install, no executor web running in your terminal, no port to remember.

  • Drag-to-Applications DMG with the Executor icon. Auto-updates via electron-updater directly from GitHub releases.
  • macOS builds are signed with a Developer ID Application cert and notarized through the App Store Connect API — first launch is a single click, no Gatekeeper dance.
  • State lives at ~/.executor/ — the same path the CLI uses. Sources, secrets, and policies set up in executor web show up in the desktop app and vice versa.
  • Linux: AppImage / deb / rpm for x64 and arm64. Windows: .exe (currently unsigned — code-signing pipeline in flight).

Downloads land on each GitHub release under the executor-desktop-* assets.

UI

  • Sidebar now shows a "Beta" pill next to the executor wordmark.

Fixes

  • Source configuration is no longer replayed from or written back to executor.jsonc; local source state stays in the shared Executor database while executor.jsonc continues to load plugin entries.

v1.4.27

13 May 07:22
67787aa

Choose a tag to compare

Highlights

Executor Desktop (mac, windows, linux)

The CLI's web UI now ships as a native desktop app. Same gateway, same UI, same sources — packaged with the Bun-compiled server bundled inside the Electron app so there's no Node install, no executor web running in your terminal, no port to remember.

  • Drag-to-Applications DMG with the Executor icon. Auto-updates via electron-updater directly from GitHub releases.
  • macOS builds are signed with a Developer ID Application cert and notarized through the App Store Connect API — first launch is a single click, no Gatekeeper dance.
  • State lives at ~/.executor/ — the same path the CLI uses. Sources, secrets, and policies set up in executor web show up in the desktop app and vice versa.
  • Linux: AppImage / deb / rpm for x64 and arm64. Windows: .exe (currently unsigned — code-signing pipeline in flight).

Downloads land on each GitHub release under the executor-desktop-* assets.

UI

  • Sidebar now shows a "Beta" pill next to the executor wordmark.

v1.4.26

13 May 05:47
65207f7

Choose a tag to compare

Highlights

Executor Desktop (mac, windows, linux)

The CLI's web UI now ships as a native desktop app. Same gateway, same UI, same sources — packaged with the Bun-compiled server bundled inside the Electron app so there's no Node install, no executor web running in your terminal, no port to remember.

  • Drag-to-Applications DMG with the Executor icon. Auto-updates via electron-updater directly from GitHub releases.
  • macOS builds are signed with a Developer ID Application cert and notarized through the App Store Connect API — first launch is a single click, no Gatekeeper dance.
  • State lives at ~/.executor/ — the same path the CLI uses. Sources, secrets, and policies set up in executor web show up in the desktop app and vice versa.
  • Linux: AppImage / deb / rpm for x64 and arm64. Windows: .exe (currently unsigned — code-signing pipeline in flight).

Downloads land on each GitHub release under the executor-desktop-* assets.

UI

  • Sidebar now shows a "Beta" pill next to the executor wordmark.

v1.4.25

13 May 04:33
5ec4c99

Choose a tag to compare

Highlights

Executor Desktop (mac, windows, linux)

The CLI's web UI now ships as a native desktop app. Same gateway, same UI, same sources — packaged with the Bun-compiled server bundled inside the Electron app so there's no Node install, no executor web running in your terminal, no port to remember.

  • Drag-to-Applications DMG with the Executor icon. Auto-updates via electron-updater directly from GitHub releases.
  • macOS builds are signed with a Developer ID Application cert and notarized through the App Store Connect API — first launch is a single click, no Gatekeeper dance.
  • State lives at ~/.executor/ — the same path the CLI uses. Sources, secrets, and policies set up in executor web show up in the desktop app and vice versa.
  • Linux: AppImage / deb / rpm for x64 and arm64. Windows: .exe (currently unsigned — code-signing pipeline in flight).

Downloads land on each GitHub release under the executor-desktop-* assets.

UI

  • Sidebar now shows a "Beta" pill next to the executor wordmark.

v1.4.24

13 May 03:54
1571926

Choose a tag to compare

Highlights

Executor Desktop (mac, windows, linux)

The CLI's web UI now ships as a native desktop app. Same gateway, same UI, same sources — packaged with the Bun-compiled server bundled inside the Electron app so there's no Node install, no executor web running in your terminal, no port to remember.

  • Drag-to-Applications DMG with the Executor icon. Auto-updates via electron-updater directly from GitHub releases.
  • macOS builds are signed with a Developer ID Application cert and notarized through the App Store Connect API — first launch is a single click, no Gatekeeper dance.
  • State lives at ~/.executor/ — the same path the CLI uses. Sources, secrets, and policies set up in executor web show up in the desktop app and vice versa.
  • Linux: AppImage / deb / rpm for x64 and arm64. Windows: .exe (currently unsigned — code-signing pipeline in flight).

Downloads land on each GitHub release under the executor-desktop-* assets.

UI

  • Sidebar now shows a "Beta" pill next to the executor wordmark.

v1.4.23

13 May 00:12
84f7b2a

Choose a tag to compare

Highlights

Executor Desktop (mac, windows, linux)

The CLI's web UI now ships as a native desktop app. Same gateway, same UI, same sources — packaged with the Bun-compiled server bundled inside the Electron app so there's no Node install, no executor web running in your terminal, no port to remember.

  • Drag-to-Applications DMG with the Executor icon. Auto-updates via electron-updater directly from GitHub releases.
  • macOS builds are signed with a Developer ID Application cert and notarized through the App Store Connect API — first launch is a single click, no Gatekeeper dance.
  • State lives at ~/.executor/ — the same path the CLI uses. Sources, secrets, and policies set up in executor web show up in the desktop app and vice versa.
  • Linux: AppImage / deb / rpm for x64 and arm64. Windows: .exe (currently unsigned — code-signing pipeline in flight).

Downloads land on each GitHub release under the executor-desktop-* assets.

v1.4.21

12 May 22:12
0a1215d

Choose a tag to compare

Highlights

Executor Desktop (mac, windows, linux)

The CLI's web UI now ships as a native desktop app. Same gateway, same UI, same sources — packaged with the Bun-compiled server bundled inside the Electron app so there's no Node install, no executor web running in your terminal, no port to remember.

  • Drag-to-Applications DMG with the Executor icon. Auto-updates via electron-updater directly from GitHub releases.
  • macOS builds are signed with a Developer ID Application cert and notarized through the App Store Connect API — first launch is a single click, no Gatekeeper dance.
  • State lives at ~/.executor/ — the same path the CLI uses. Sources, secrets, and policies set up in executor web show up in the desktop app and vice versa.
  • Linux: AppImage / deb / rpm for x64 and arm64. Windows: .exe (currently unsigned — code-signing pipeline in flight).

Downloads land on each GitHub release under the executor-desktop-* assets.

v1.4.20

12 May 21:27
b4a2e8e

Choose a tag to compare

Fixes

Source state stays in sync between executor.jsonc and the runtime DB

Two regressions kept executor.jsonc and the runtime DB from agreeing on which sources exist and how they authenticate. Together they caused deleted sources to come back after a restart and authenticated MCP sources to silently lose their credentials on boot.

  • Removing a source from the UI (or via executor.{openapi,mcp,graphql}.removeSource) now writes the deletion through to executor.jsonc, so the source stays gone after a reboot. Thanks @RyanNg1403 (#408)
  • Boot-time replay of remote MCP sources now threads the auth block from executor.jsonc into executor.mcp.addSource, so header-auth and OAuth2 sources connect with credentials on the first request after startup instead of failing the SSE handshake unauthenticated. Thanks @RyanNg1403 (#408)
  • Updating an MCP source's auth from the UI (e.g. re-linking an OAuth connection) now writes the change back to executor.jsonc, so the new binding survives the next restart instead of being overwritten by stale file state. Thanks @aryasaatvik (#709)

Variadic tool path arguments no longer crash

Calling a tool with multiple positional path arguments (executor <tool> path/a path/b ...) no longer panics in the CLI argument parser. Thanks @grfwings (#761)

OAuth popup surfaces the real callback error

OAuth callback failures previously rendered a hardcoded "Authentication failed", hiding the actual cause behind a generic placeholder. The popup now shows a short tag-derived headline plus the full technical message inside a collapsible <details> disclosure, and skips auto-close on failure so users can read and act on the error. Thanks @Mark-Life (#774)

v1.4.19

11 May 23:04
e49e66f

Choose a tag to compare

Fixes

Source state stays in sync between executor.jsonc and the runtime DB

Two regressions kept executor.jsonc and the runtime DB from agreeing on which sources exist and how they authenticate. Together they caused deleted sources to come back after a restart and authenticated MCP sources to silently lose their credentials on boot.

  • Removing a source from the UI (or via executor.{openapi,mcp,graphql}.removeSource) now writes the deletion through to executor.jsonc, so the source stays gone after a reboot. Thanks @RyanNg1403 (#408)
  • Boot-time replay of remote MCP sources now threads the auth block from executor.jsonc into executor.mcp.addSource, so header-auth and OAuth2 sources connect with credentials on the first request after startup instead of failing the SSE handshake unauthenticated. Thanks @RyanNg1403 (#408)
  • Updating an MCP source's auth from the UI (e.g. re-linking an OAuth connection) now writes the change back to executor.jsonc, so the new binding survives the next restart instead of being overwritten by stale file state. Thanks @aryasaatvik (#709)

Variadic tool path arguments no longer crash

Calling a tool with multiple positional path arguments (executor <tool> path/a path/b ...) no longer panics in the CLI argument parser. Thanks @grfwings (#761)

v1.4.18

11 May 15:33
8de3f4c

Choose a tag to compare

Fixes

  • 1Password vault items now appear in the secrets list without first being bound. executor.secrets.list() fans out to each provider's list() after collecting core routing rows, so read-only providers (1Password, file-secrets, workos-vault) surface their inventory directly. Core rows still win on id collisions; connection-owned ids stay hidden.