Skip to content

Releases: curdx/swarmx

swarmx nightly

swarmx nightly Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 01:21

版本说明

这是 swarmx 桌面端的 nightly 预览版,由 GitHub Actions 从源码自动打包。

这是 main 分支的滚动构建,会被每次成功打包覆盖;需要稳定版本时请使用 v* 正式 Release。

下载哪个文件

系统 推荐文件 说明
macOS Apple Silicon swarmx_0.1.3_macos-arm64.dmg M1/M2/M3/M4 等 ARM Mac。下载 DMG 后拖到 Applications。
macOS Intel swarmx_0.1.3_macos-x64.dmg Intel 芯片 Mac。下载 DMG 后拖到 Applications。
Windows x64 swarmx_0.1.3_windows-x64-setup.exe 普通用户优先下载这个安装包。
Windows x64 / 企业部署 swarmx_0.1.3_windows-x64.msi 适合需要 MSI 的安装、分发或脚本部署场景。
Linux 通用 swarmx_0.1.3_linux-x86_64.AppImage 不想安装系统包时优先用这个。
Ubuntu / Debian swarmx_0.1.3_linux-x86_64.deb 适合 Debian 系发行版。
Fedora / RHEL / openSUSE swarmx_0.1.3_linux-x86_64.rpm 适合 RPM 系发行版。

安装提醒

  • macOS DMG 使用 Developer ID Application 证书签名,并提交 Apple notarization 公证。
  • Windows 建议优先使用 setup.exe,需要批量安装或软件分发时再用 .msi
  • Linux 如果不想改系统包,优先用 .AppImage;服务器或桌面发行版集成安装再用 .deb / .rpm
  • 请只从本仓库 GitHub Releases 下载,避免拿到过期或被篡改的包。

构建来源

最近提交

  • docs: 重写 README,去掉模板腔与 emoji 堆头,改成正常工程师口吻 (5f7d4e2)
  • fix(fusion): 裁决后卡片自动刷新——decide 发 thread_changed,竞赛视图监听 (1f410a4)
  • docs(claude.md): 新增「第二原则:改完之后必须用浏览器真实测一遍」 (7e73f30)
  • i18n(consult): 研究委员会文案抽进 consult 命名空间 + 欢迎页补 Zulu (4ba5442)
  • docs: README 改中文默认 + 三种玩法(蜂群/研究委员会/融合)+ 真实截图 + Star History (694a311)
  • feat(settings): 引擎一键安装(流式日志)+ zulu 加入安装清单 (f70a8e0)
  • fix(fusion): 裁判/选手「完成」判据改用「已提交」而非空闲时间;修复 .comate/.mcp.json 泄漏 (9a46f19)
  • feat(fusion): 服务端裁判看门狗 + 新手一键全自动 + 研究委员会解析加固 (50eaf8c)
  • fix(fusion): make consult judge-analysis parsing robust (fences, trailing prose, bad JSON) (52050a3)
  • fix(zulu): isolate per-agent HOME so zulu serve singleton stops wedging multi-zulu (bd26824)

本次附件

  • swarmx_0.1.3_macos-arm64.app.tar.gz
  • swarmx_0.1.3_macos-arm64.app.tar.gz.sig
  • swarmx_0.1.3_macos-arm64.dmg
  • swarmx_0.1.3_macos-x64.app.tar.gz
  • swarmx_0.1.3_macos-x64.app.tar.gz.sig
  • swarmx_0.1.3_macos-x64.dmg
  • swarmx_0.1.3_windows-x64-setup.exe
  • swarmx_0.1.3_windows-x64-setup.exe.sig
  • swarmx_0.1.3_windows-x64.msi
  • swarmx_0.1.3_windows-x64.msi.sig
  • swarmx_0.1.3_linux-x86_64.AppImage
  • swarmx_0.1.3_linux-x86_64.AppImage.sig
  • swarmx_0.1.3_linux-x86_64.deb
  • swarmx_0.1.3_linux-x86_64.deb.sig
  • swarmx_0.1.3_linux-x86_64.rpm
  • swarmx_0.1.3_linux-x86_64.rpm.sig

swarmx v0.1.3

Choose a tag to compare

@github-actions github-actions released this 21 Jun 16:02

版本说明

这是 swarmx 桌面端的 正式版本 v0.1.3,由 GitHub Actions 从源码自动打包。

这是固定版本,适合日常使用和问题复现。

下载哪个文件

系统 推荐文件 说明
macOS Apple Silicon swarmx_0.1.3_macos-arm64.dmg M1/M2/M3/M4 等 ARM Mac。下载 DMG 后拖到 Applications。
macOS Intel swarmx_0.1.3_macos-x64.dmg Intel 芯片 Mac。下载 DMG 后拖到 Applications。
Windows x64 swarmx_0.1.3_windows-x64-setup.exe 普通用户优先下载这个安装包。
Windows x64 / 企业部署 swarmx_0.1.3_windows-x64.msi 适合需要 MSI 的安装、分发或脚本部署场景。
Linux 通用 swarmx_0.1.3_linux-x86_64.AppImage 不想安装系统包时优先用这个。
Ubuntu / Debian swarmx_0.1.3_linux-x86_64.deb 适合 Debian 系发行版。
Fedora / RHEL / openSUSE swarmx_0.1.3_linux-x86_64.rpm 适合 RPM 系发行版。

安装提醒

  • macOS DMG 使用 Developer ID Application 证书签名,并提交 Apple notarization 公证。
  • Windows 建议优先使用 setup.exe,需要批量安装或软件分发时再用 .msi
  • Linux 如果不想改系统包,优先用 .AppImage;服务器或桌面发行版集成安装再用 .deb / .rpm
  • 请只从本仓库 GitHub Releases 下载,避免拿到过期或被篡改的包。

构建来源

最近提交

  • chore(release): bump version 0.1.2 -> 0.1.3 (be597b4)
  • rename: flockmux -> swarmx full rename (90ec366)
  • polish(ui): rewrite home copy + a11y (reduced-motion/focus-ring) + commit working conventions (1077459)
  • fix(chat): remove the composer's reserved blank row -- buttons changed to inline flex flush bottom-right, no longer pushing out an empty band (80f0803)
  • fix(chat): drop all caps on the chat column, fill the section flush (keeping only px-3+px-6 gutter) (7f80658)
  • fix(chat): drop the chat column's 1200 hard cap, switch to pure-percentage max-w-[92%] truly dynamic (584a9a6)
  • fix(chat): chat column width made adaptive -- replace the hardcoded max-w-[900px] with min(1200px,92%), spreads wide, collapses narrow (ddc25cc)
  • fix(watchdog): tier the first-response watchdog by engine -- give the tailer-less opencode/reasonix 150s, don't falsely kill a slow cold start (da6bdb2)
  • fix(spawn): wrap up two real-machine QA noise/misfire items -- codex answer_dialog timeout noise reduction + opencode watchdog fed a real liveness signal (339fd8e)
  • fix(swarm): real-machine QA found and fixed 3 issues -- dangling in_reply_to causes 500 / unread badge doesn't live-decrement / no-transcript engine watchdog misfire not cleared (51449ea)
  • fix(chat): fix the composer collapsing into a narrow strip -- missed w-full when switching to the autosize component (70c8873)
  • fix(chat): switch the composer to react-textarea-autosize to fix erratic height jumps + align the home copy with reality (16eb413)
  • feat(desktop): native desktop feel -- disable browser chrome shortcuts + kill overscroll bounce (52245d1)
  • feat(mcp): swarm workers inherit the user's user-scope MCP (context7 etc.), fix the lying panel (4206865)
  • feat(prompt): prompt-optimize / blackboard-compact now go through PTY real claude (subscription billing) + remove the claude -p gate (de792f5)
  • fix(chat): refresh merge widens preserved to the server window + extracts a pure function with unit tests (fcd56af)
  • fix(i18n): honest copy for the dead-captain member area -- no longer falsely "no AI members yet" (a5c9a00)
  • chore(api): delete the dead endpoint /api/message/unread_count whole-chain + fix a stale comment (5059c5a)
  • fix(chat): thought_trace no longer backfills an already-read message (5c8a775)
  • fix(chat): extract unread dual-source into a single predicate + isolate the "optimize" trio on room switch (dcd3f47)
  • fix(chat): bootstrap-launching the captain no longer double-wakes -- remove the redundant explicit wakeAgent (940915e)
  • feat(nav): pin a "Chat" entry to the top of the left global bar, demote MCP from first to the tools area (b57e6a4)
  • fix(usage): usage page missing the captain -- spawn no longer passes CLAUDE_CODE_* nesting markers to the child CLI (7873b56)
  • fix(shell): "can't reach backend" banner self-heals -- auto-retry after a transient failure, no longer wedged (f8c6098)
  • fix(chat): show "no match" when a filter matches nothing, instead of falsely "captain is starting up" startup card (391a127)
  • feat(chat): timestamps to the second + every message shows its sender (drop same-sender collapsing) (dfc8ee8)
  • fix(chat): messages arriving concurrently/out-of-order are displayed sorted by time, no longer out of order (d846b12)
  • fix(chat): an image upload after switching rooms no longer writes the path into another room's draft (8d7f331)
  • docs(perf): second-round deep review -- real runtime measurement + a dedicated sweep for unbounded accumulators (ed3fa1e)
  • fix(chat): switching rooms no longer leaks inReplyTo/failed attachments + typing during optimize no longer overwritten (b7b6396)
  • fix(chat): deleting an image no longer corrupts the draft -- precisely delete the image token, no more substring split / wiping backticks (782e292)
  • fix(chat): fix unread count lying -- an agent reading its own mailbox wrongly zeroes the user's unread (a211f1c)
  • perf: fix two real performance debts -- messages hotspot full-table scan + recentMessages unbounded growth (50f358e)
  • fix(chat): fix "a whole batch of same-batch messages lost" -- the WS->list relay changed from a single value to a lossless accumulating array (948fd2c)
  • fix(chat): exhaustive-boundary fixes for two more -- filtered-state send hides your own message + @dead-agent silently lost (e33910d)
  • fix(chat): fix "sent messages and replies all suddenly vanish" -- don't filter out every message when the agent set is empty (c8a958d)
  • fix(chat): fix "send message, panel doesn't show / reply vanishes" -- force scroll-to-bottom on send + add a "jump to latest" floating button (2691b99)
  • fix(chat): refresh.merge lost-message diagnostic changed to flag only same-direction loss (lostSameThread) (232ceef)
  • fix(chat): refresh switched to merge, fixes the "messages not shown / replies vanish" race + adds unified front/back debug logging (8a148c1)
  • fix(web): symbolize the send hint -- Mac uses native key glyphs (return / shift+return), behavior still Enter to send, Shift+Enter for newline (6379291)
  • fix(web): Mac platform-detection regex -- all Macs misdetected, send hint showed "Enter" instead of "Return" (0f317ee)
  • docs(CLAUDE.md): /init fills in commands + architecture, and fixes the inverted packaging manifest (fe8862e)
  • fix: 2 more QA P2s -- budget stops silently stripping input + maxLength caps (afab97a)
  • fix(opencode): flip to a failure card when bootstrap never starts a turn (23d5a62)
  • fix: clear 2 more QA P2s -- Dag a11y i18n + CreateWizard stale error (b8f285a)
  • fix(test): de-flake which_in PATH lookup tests (was failing CI) (eb0873a)
  • fix: 6 QA-found honesty/correctness bugs (2 real-machine verified) (1cc11a1)
  • feat(ui): workspace strip chip hover lists each engine's verification (0e66080)
  • feat(ui): show the verified-turn evidence behind each "usable" engine (c13c4d0)
  • feat(engine-probe): verified one-turn check for reasonix over serve SSE (9d94b3a)
  • feat(engine-probe): wire opencode's verified one-turn check (885b28c)
  • feat(engine-probe): verified one-turn check + real-usage write-back (stage 3) (6412f7b)
  • feat(engine-probe): honest three-state UI + SWR over the real-usability probe (stage 2) (c5f782b)
  • feat(engine-probe): real-usability probe — actually start each engine over PTY (stage 1) (0174b37)
  • fix(reasonix): don't consume wakes when serve is unreachable (net-loss) (3c6db38)
  • fix(wake): stop opencode wake double-kick (pre-consume before deliver_turn) (bc006e2)
  • fix: fail-loud on crashed worker + 3 detail fixes (live-verified) (6f80fbf)
  • fix(server): revive orchestrator on the workspace's captain engine, not claude (7d2e1c3)
  • fix(server): reap agent process groups on graceful shutdown (201bfb6)
  • feat(reasonix): add DeepSeek-native reasonix as a 4th engine (captain-capable) (68b2f4a)
  • fix(opencode): re-submit bootstrap until opencode actually starts a turn (9725c44)
  • docs: position flockmux vs OpenRouter Fusion (cousins, not the same idea) (4b66726)
  • feat(opencode): drive opencode over PTY via its /tui HTTP control API; delete ACP (b60b2d2)
  • refactor(server): split per-CLI spawn logic into CliAdapter modules (#17) (ff2bed6)
  • feat(acp): show ACP agents an Activity view instead of a broken PTY terminal (019cf06)
  • chore(dev): env-overridable vite proxy + isolated test-stack script (5b9aca6)
  • fix(acp): stop the watchdog killing ACP captains + add the captain-engine UI (d7f139f)
  • feat(acp): opencode can be the captain — selectable engine + multi-turn ACP (0ad19eb)
  • feat(acp): drive opencode over ACP — piped engine + driver task (live e2e green) (3ff7d41)
  • refactor(acp): make AgentSlot transport-polymorphic to seat the ACP engine (8932ce6)
  • fix(storage): land the FTS5-sanitize + mark_read-chunk fixes c7da876 only claimed (484dd61)
  • feat(acp): typed ACP v1 session layer on the existing Connection (opencode-bound) (f5b9a7a)
  • feat(opencode): bundle the wake plugin into the Tauri app + point the sidecar at it (40163ff)
  • fix(golden): repair golden-cli-test.sh — stale request schema + caller membership (519c919)
  • feat(opencode): A4 — stream worker tool steps to the UI via plugin push (9c28734)
  • test(opencode): live-verify Model A end-to-end (spawn, MCP, bootstrap, tool call, wake) (fd5edf4)
  • fix(opencode): correct OPENCODE_CONFIG semantics — it MERGES, verified live (b9a4f3f)
  • feat(opencode): Model A (PTY) engine scaffold — manifest, per-agent config writer, wake plugin (472b755)
  • docs(W2-3): stuck-detection design reference (benchmarked vs Temporal heartbeat / phi-accrual / SWIM-Lifeguard / Chandra-Toueg) (8d9b127)
  • fe...
Read more

flockmux v0.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Jun 05:19

版本说明

这是 flockmux 桌面端的 正式版本 v0.1.2,由 GitHub Actions 从源码自动打包。

这是固定版本,适合日常使用和问题复现。

下载哪个文件

系统 推荐文件 说明
macOS Apple Silicon aarch64-apple-darwin-flockmux_0.1.2_aarch64.dmg M1/M2/M3/M4 等 ARM Mac。下载 DMG 后拖到 Applications。
macOS Intel x86_64-apple-darwin-flockmux_0.1.2_x64.dmg Intel 芯片 Mac。下载 DMG 后拖到 Applications。
Windows x64 x86_64-pc-windows-msvc-flockmux_0.1.2_x64-setup.exe 普通用户优先下载这个安装包。
Windows x64 / 企业部署 x86_64-pc-windows-msvc-flockmux_0.1.2_x64_en-US.msi 适合需要 MSI 的安装、分发或脚本部署场景。
Linux 通用 x86_64-unknown-linux-gnu-flockmux_0.1.2_amd64.AppImage 不想安装系统包时优先用这个。
Ubuntu / Debian x86_64-unknown-linux-gnu-flockmux_0.1.2_amd64.deb 适合 Debian 系发行版。
Fedora / RHEL / openSUSE x86_64-unknown-linux-gnu-flockmux-0.1.2-1.x86_64.rpm 适合 RPM 系发行版。

安装提醒

  • macOS DMG 使用 Developer ID Application 证书签名,并提交 Apple notarization 公证。
  • Windows 建议优先使用 setup.exe,需要批量安装或软件分发时再用 .msi
  • Linux 如果不想改系统包,优先用 .AppImage;服务器或桌面发行版集成安装再用 .deb / .rpm
  • 请只从本仓库 GitHub Releases 下载,避免拿到过期或被篡改的包。

构建来源

最近提交

  • No commit summary available.

本次附件

  • aarch64-apple-darwin-flockmux.app.tar.gz
  • aarch64-apple-darwin-flockmux.app.tar.gz.sig
  • aarch64-apple-darwin-flockmux_0.1.2_aarch64.dmg
  • x86_64-apple-darwin-flockmux.app.tar.gz
  • x86_64-apple-darwin-flockmux.app.tar.gz.sig
  • x86_64-apple-darwin-flockmux_0.1.2_x64.dmg
  • x86_64-pc-windows-msvc-flockmux_0.1.2_x64-setup.exe
  • x86_64-pc-windows-msvc-flockmux_0.1.2_x64-setup.exe.sig
  • x86_64-pc-windows-msvc-flockmux_0.1.2_x64_en-US.msi
  • x86_64-pc-windows-msvc-flockmux_0.1.2_x64_en-US.msi.sig
  • x86_64-unknown-linux-gnu-flockmux-0.1.2-1.x86_64.rpm
  • x86_64-unknown-linux-gnu-flockmux-0.1.2-1.x86_64.rpm.sig
  • x86_64-unknown-linux-gnu-flockmux_0.1.2_amd64.AppImage
  • x86_64-unknown-linux-gnu-flockmux_0.1.2_amd64.AppImage.sig
  • x86_64-unknown-linux-gnu-flockmux_0.1.2_amd64.deb
  • x86_64-unknown-linux-gnu-flockmux_0.1.2_amd64.deb.sig

flockmux v0.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 04:57

版本说明

这是 flockmux 桌面端的 正式版本 v0.1.1,由 GitHub Actions 从源码自动打包。

这是固定版本,适合日常使用和问题复现。

下载哪个文件

系统 推荐文件 说明
macOS Apple Silicon aarch64-apple-darwin-flockmux_0.1.1_aarch64.dmg M1/M2/M3/M4 等 ARM Mac。下载 DMG 后拖到 Applications。
macOS Intel x86_64-apple-darwin-flockmux_0.1.1_x64.dmg Intel 芯片 Mac。下载 DMG 后拖到 Applications。
Windows x64 x86_64-pc-windows-msvc-flockmux_0.1.1_x64-setup.exe 普通用户优先下载这个安装包。
Windows x64 / 企业部署 x86_64-pc-windows-msvc-flockmux_0.1.1_x64_en-US.msi 适合需要 MSI 的安装、分发或脚本部署场景。
Linux 通用 x86_64-unknown-linux-gnu-flockmux_0.1.1_amd64.AppImage 不想安装系统包时优先用这个。
Ubuntu / Debian x86_64-unknown-linux-gnu-flockmux_0.1.1_amd64.deb 适合 Debian 系发行版。
Fedora / RHEL / openSUSE x86_64-unknown-linux-gnu-flockmux-0.1.1-1.x86_64.rpm 适合 RPM 系发行版。

安装提醒

  • macOS DMG 使用 Developer ID Application 证书签名,并提交 Apple notarization 公证。
  • Windows 建议优先使用 setup.exe,需要批量安装或软件分发时再用 .msi
  • Linux 如果不想改系统包,优先用 .AppImage;服务器或桌面发行版集成安装再用 .deb / .rpm
  • 请只从本仓库 GitHub Releases 下载,避免拿到过期或被篡改的包。

构建来源

最近提交

  • No commit summary available.

本次附件

  • aarch64-apple-darwin-flockmux_0.1.1_aarch64.dmg
  • x86_64-apple-darwin-flockmux_0.1.1_x64.dmg
  • x86_64-pc-windows-msvc-flockmux_0.1.1_x64-setup.exe
  • x86_64-pc-windows-msvc-flockmux_0.1.1_x64-setup.exe.sig
  • x86_64-pc-windows-msvc-flockmux_0.1.1_x64_en-US.msi
  • x86_64-pc-windows-msvc-flockmux_0.1.1_x64_en-US.msi.sig
  • x86_64-unknown-linux-gnu-flockmux-0.1.1-1.x86_64.rpm
  • x86_64-unknown-linux-gnu-flockmux-0.1.1-1.x86_64.rpm.sig
  • x86_64-unknown-linux-gnu-flockmux_0.1.1_amd64.AppImage
  • x86_64-unknown-linux-gnu-flockmux_0.1.1_amd64.AppImage.sig
  • x86_64-unknown-linux-gnu-flockmux_0.1.1_amd64.deb
  • x86_64-unknown-linux-gnu-flockmux_0.1.1_amd64.deb.sig