Download Latest Version aipoch-open-science-0.10.0-win-x64-setup.exe (175.8 MB)
Email in envelope

Get an email when there's a new version of Open Science

Home / v0.9.2
Name Modified Size InfoDownloads / Week
Parent folder
aipoch-open-science-0.9.2-linux-x86_64.AppImage 2026-08-02 242.2 MB
aipoch-open-science-0.9.2-mac-arm64.dmg 2026-08-02 222.2 MB
aipoch-open-science-0.9.2-mac-arm64.zip 2026-08-02 222.0 MB
aipoch-open-science-0.9.2-mac-x64.dmg 2026-08-02 230.0 MB
aipoch-open-science-0.9.2-mac-x64.zip 2026-08-02 229.9 MB
aipoch-open-science-0.9.2-win-x64-setup.exe 2026-08-02 175.8 MB
aipoch-open-science-0.9.2-win-x64-setup.exe.blockmap 2026-08-02 173.7 kB
aipoch-open-science-0.9.2-win-x64.zip 2026-08-02 243.6 MB
aipoch-open-science_0.9.2_amd64.deb 2026-08-02 177.3 MB
arm64-mac.yml 2026-08-02 375 Bytes
latest-linux.yml 2026-08-02 582 Bytes
latest-mac.yml 2026-08-02 543 Bytes
latest.yml 2026-08-02 383 Bytes
SHA256SUMS.txt 2026-08-02 850 Bytes
x64-mac.yml 2026-08-02 371 Bytes
README.md 2026-08-02 17.3 kB
v0.9.2 source code.tar.gz 2026-08-02 6.1 MB
v0.9.2 source code.zip 2026-08-02 7.1 MB
Totals: 18 Items   1.8 GB 0

Open Science v0.9.2

Hand off to a specialist the moment you switch, see which agent framework and model ran each completed turn, and keep your context-usage indicator across restarts — while the Windows renderer recovers from native crashes, the notebook control plane and ACP session lifecycle get considerably harder, and agent context overhead shrinks.

Open Science is an open-source, model-agnostic AI workbench for scientific discovery — a self-hosted desktop app pairing a plan-and-execute agent with persistent compute, durable project/session storage, and inspectable research artifacts.

v0.9.2 is a patch release on top of v0.9.1. It brings immediate specialist handoff so switching agents takes effect on the in-flight turn instead of waiting for the next boundary, completed-turn agent framework and model identification in the usage popover, and context-usage persistence so the indicator survives application restarts. Under the hood it hardens the Windows renderer against native crashes with automatic recovery, serializes the notebook session registry lifecycle, preserves the control RPC capability across ACP cleanup, recovers incompatible Claude session resumes, bypasses proxies for the Codex local Responses bridge, and reduces agent context overhead by deriving activity groups without model control calls — while a broad ownership refactor continues to extract narrower, independently testable modules from the ACP runtime, notebook runtime, Settings service, main process, and headless task runner, backed by a consolidated CI runner bundle and a dependency-aware shadow gate.

✨ Highlights

  • Immediate specialist handoff. Switching specialists mid-conversation now hands the in-flight turn to the new specialist right away instead of waiting for the next turn boundary, so context is not lost. Switch and delete approval cards show resolved specialist identity, capability scope, and direction instead of redacted JSON, and specialist updates travel an ordinary chat-reviewed mutation path. (#607)
  • Completed-turn runtime icons. Each completed agent message now identifies the ACP framework and model that produced it, with framework and provider icons alongside usage in the token popover and muted agent/model lines at the bottom. Incomplete historical metadata stays hidden rather than showing a placeholder. (#613)
  • Context-usage persistence. The context-usage indicator now survives application restarts. The last known usage is persisted as a sanitized session field, mirrored for attached runtime sessions, and used as a fallback for restored detached sessions. (#616)
  • Windows renderer crash recovery. An unexpected renderer exit on Windows — previously leaving a blank window — now triggers up to two automatic reloads within a 60-second window before falling back to a native Reload/Close prompt, preventing an infinite loop. Local Crashpad starts before the renderer is created with uploads disabled, and privacy-safe diagnostics project renderer load failures and child-process exits without logging content, URLs, or paths. (#610)

🚀 New Features

  • Immediate specialist handoff — switching specialists hands the in-flight turn to the switched specialist immediately via a per-control invocation identity bound to the active completion, so an approved continuation can re-enter the control queue safely without deadlock. Switch approval cards show the resolved specialist identity, capability scope, and current-to-target direction (with a stale-warning fallback when the target was renamed, removed, or disabled mid-request); delete cards get a friendly detail block with a destructive primary action and fail-closed binding warning; specialist updates including renames are now ordinary chat-reviewed mutations with the revision guard and atomic single-profile commit preserved; and a deeplink opens the specialist's Settings editor from the approval card. (#607)
  • Completed-turn runtime icons — each completed message resolves its framework and model through the existing conversation-graph runtime segment, rendering Settings framework and provider icons beside usage in the token popover plus muted agent and model lines at the bottom. Labels and icons appear only when their display value can be resolved; incomplete or deleted historical metadata stays hidden. Persisted data is unchanged — sessions continue to store only framework/backend/model identifiers. (#613)
  • Context-usage persistence across restarts — the last known context-usage snapshot is persisted as an optional, sanitized session field, mirrored for attached runtime sessions and cleared when an attached context generation is invalidated. Restored detached sessions fall back to the persisted snapshot. New conversations remain unchanged — no session means no indicator. (#616)

🔧 Improvements

  • Activity groups are now derived from the existing transcript without making supplementary model control calls, reducing per-turn API overhead for sessions with many tool-activity cards. (#617)
  • Agent context overhead is reduced by trimming redundant control-plane content from the prompt sent to the model, lowering token consumption without changing tool or response fidelity. (#623)
  • The Settings navigation now treats Model and Agent as the two primary tabs, making the most frequently accessed configuration surfaces immediately reachable. (#606)

🐛 Bug Fixes

  • Windows renderer crash recovery — an unexpected renderer exit (previously leaving a permanently blank window) now triggers at most two automatic reloads within 60 seconds, then falls back to a native Reload/Close prompt instead of looping. Windows-only local Crashpad initializes before the renderer is created with upload and compression disabled, and privacy-safe diagnostics project renderer load/preload failures and GPU/utility child-process exits without logging content, URLs, command lines, or paths. Reviewer and edit-state subscriptions are localized so lifecycle changes no longer rebuild unchanged agent rich text in long sessions. (#610)
  • Notebook session lifecycle hardening — the session registry lifecycle is serialized to prevent interleaved start/dispose races, environment leases are closed on disposal, stale executor callbacks are ignored after a session is torn down, and the control RPC capability is preserved across ACP cleanup so in-flight control calls survive agent-driven reconfiguration. (#599, [#585], [#609], [#614])
  • ACP session recovery — incompatible Claude session resumes are recovered by detecting protocol mismatches and starting a fresh session instead of failing silently, and the reviewer session lifecycle is hardened against concurrent mutation and premature teardown. (#611, [#604])
  • Codex local Responses bridge — the loopback bridge between the Codex agent runtime and the local Responses server now bypasses HTTP proxies so localhost traffic is not routed through a configured proxy, preventing connection failures when a system-wide proxy is active. (#608)
  • SSH Compute Skill materialization — skill materialization for remote SSH compute hosts is unified into a single path so the skill directory is prepared consistently regardless of host registration order, preventing missing-skill errors on first use. (#601)
  • Workspace message width and runtime icons — user messages now use the full available width instead of being constrained by the activity column, and runtime label icons use semantic framework and provider identifiers instead of raw internal values. (#600, [#618])
  • Electron adapter installation — the app-managed agent runtime installation no longer installs an incompatible Electron adapter version, rolling back the adapter step when the resolved version does not match the installed Electron major. (#589)

📦 Install

Requirements: macOS 12+ (Apple Silicon or Intel), Linux x64, or Windows 10/11 x64. On first run, the onboarding wizard checks the environment and can install and configure an app-managed agent runtime. Once installed, the app can update itself in place.

Download the appropriate package from the Assets section below:

Platform Package
macOS (Apple Silicon) DMG for ARM64
macOS (Intel) DMG for x64
Linux AppImage or Debian package for x64
Windows Installer for x64

macOS — first launch. Official release builds are Developer ID signed and notarized by Apple, so they open like other trusted applications. A locally built copy is not notarized and may require approval through macOS Privacy & Security.

Windows — first launch (unsigned build). No Authenticode certificate yet, so SmartScreen shows a bypassable "unrecognized app" prompt (More info → Run anyway). Verify that the package came from the official release page before continuing.

Build from source instead:

npm install
npm run build:mac   # or: build:linux / build:win

🧭 What's in this release (maturity)

  • Implemented: a local-first desktop, localhost-web, headless, CLI, and task-SDK surface over persistent projects and sessions with selectable message branches; selectable Claude Code, OpenCode, and Codex agent frameworks; multi-provider model configuration with combined model/reasoning selection and native Responses API support for DeepSeek flash; persistent Python/R/REPL kernels and remote SSH execution; immutable artifact versions with inspectable audit evidence; multi-format previews including TIFF; file-based skills; permissioned scientific connectors; opt-in review and bounded correction; personal specialist agent profiles with scoped capabilities, conversational customization, and immediate in-flight handoff; scoped permission management with global, project, and session grants; conversation export as Markdown and PDF; selective session-artifact downloads; per-turn token usage; message timing metadata; completed-turn agent and model identification; context-usage persistence across restarts; collapsible side panels; mobile remote access through Remote.It pairing; configurable storage; and installers for macOS, Windows, and Linux.
  • 🚧 Partial: R remains managed-only; provider choice remains constrained by the active framework's endpoint compatibility; remote compute is SSH-only; skills remain local; specialist roles are personal-only (no cross-machine sharing); and review is opt-in and record-scoped.
  • 🗺️ Roadmap: a unified model gateway, a public skills commons and cross-machine specialist sharing, Slurm/cloud-GPU execution, stronger sandboxing and credential isolation, and collaborative research workflows.

🐢 Known Limitations

  • R is managed-only. A bring-your-own R interpreter path is not built yet.
  • Remote compute is SSH-only. Slurm, cloud GPU, and parallel sub-agent fan-out are not built yet.
  • Provider choice is per framework, not one unified gateway. The available protocol depends on the selected agent backend.
  • Specialist roles are personal-only. There is no shared public commons or cross-machine specialist forking yet.
  • The task SDK is a first-generation surface. Task creation, polling, and artifact retrieval work; broader orchestration remains open.
  • Switching agent backends cannot transfer in-flight tool state. Existing conversation history can replay, but a running action is not migrated.
  • Skills are local only. There is no shared public commons, cross-machine forking, or user-facing version pinning yet.
  • The reviewer is opt-in and record-scoped. It does not replace domain-specific validation of citations, units, statistics, or methods.
  • Scoped permissions cover allow-grants only. Network sandboxing, directory-level file access control, and a credential vault are not built yet.
  • Windows builds are unsigned. SmartScreen may warn on first launch; official macOS builds are notarized.
  • No local GPU compute backend.
  • No multi-user real-time collaboration.

🙏 Acknowledgements

Thanks to @ewen-poch, @wen2zhou, and everyone in Discord, X, and Discussions.


Full Changelog: https://github.com/aipoch/open-science/compare/v0.9.1...v0.9.2

Source: README.md, updated 2026-08-02