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.10.0
Name Modified Size InfoDownloads / Week
Parent folder
aipoch-open-science-0.10.0-linux-x86_64.AppImage < 10 hours ago 242.3 MB
aipoch-open-science-0.10.0-mac-arm64.dmg < 10 hours ago 222.3 MB
aipoch-open-science-0.10.0-mac-arm64.zip < 10 hours ago 222.1 MB
aipoch-open-science-0.10.0-mac-x64.dmg < 10 hours ago 230.1 MB
aipoch-open-science-0.10.0-mac-x64.zip < 10 hours ago 230.0 MB
aipoch-open-science-0.10.0-win-x64-setup.exe < 10 hours ago 175.8 MB
aipoch-open-science-0.10.0-win-x64-setup.exe.blockmap < 10 hours ago 174.4 kB
aipoch-open-science-0.10.0-win-x64.zip < 10 hours ago 243.7 MB
aipoch-open-science_0.10.0_amd64.deb < 10 hours ago 177.4 MB
arm64-mac.yml < 10 hours ago 378 Bytes
latest-linux.yml < 10 hours ago 586 Bytes
latest-mac.yml < 10 hours ago 547 Bytes
latest.yml < 10 hours ago 386 Bytes
SHA256SUMS.txt < 10 hours ago 858 Bytes
x64-mac.yml < 10 hours ago 374 Bytes
README.md < 10 hours ago 20.4 kB
v0.10.0 source code.tar.gz < 10 hours ago 6.3 MB
v0.10.0 source code.zip < 10 hours ago 7.3 MB
Totals: 18 Items   1.8 GB 0

Open Science v0.10.0

Search across your whole project from a command palette, read source code with syntax highlighting, inspect installed packages per runtime environment, import skills from GitHub in a conversation, and connect Bailian (Alibaba Cloud) as a built-in provider — while session persistence, Windows update feedback, and cross-platform path handling get harder, and agent context overhead and concurrent-session event delivery shrink.

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.10.0 is a feature release on top of v0.9.2. It brings a project-scoped command palette, code syntax highlighting in previews and notebook cells, read-only installed-package inventories per runtime environment, conversational skill imports from public GitHub URLs, direct file preview beside the session, and Bailian (Alibaba Cloud) as a built-in model provider. Under the hood it hardens session persistence against backpressured writes, adds an applying state before Windows updates so users know the app is preparing, accepts Windows drive and UNC absolute paths in local-path validation, persists context usage during graceful shutdown, preserves the specialist prefix after session adoption, and aligns Bailian reasoning capabilities with documented model profiles — while a broad ownership refactor continues to extract narrower, independently testable modules from the ACP runtime, notebook runtime, and renderer transport surface, backed by a renderer contract catalog, release-provenance enforcement, and pinned workflow dependencies.

✨ Highlights

  • Project-scoped command palette. A Cmd/Ctrl+K palette now searches across sessions, files, settings, and navigation targets within the active project, so jumping to a session or opening a file no longer requires leaving the keyboard. The composer placeholder advertises the platform-specific shortcut. (#640, [#653])
  • Code syntax highlighting. Source files and notebook code cells now render with GitHub-style syntax highlighting through Shiki, with light/dark theme support, line numbers, and a consistent read-only line renderer shared between file previews and notebook runs. (#669)
  • Installed-package inventories. Each runtime environment card in Settings gets a Packages button with a lazily fetched count badge and a dialog showing the full name/version/build/channel table, filterable by name, with loading, error-retry, and empty states. (#654)
  • Conversational skill imports from GitHub. The agent can now request a skill import from a public GitHub URL — not just a session attachment — routed through the existing app-owned preview and confirmation modal before anything is written. (#673)
  • Bailian (Alibaba Cloud) provider. Bailian is available as a built-in provider with China and Global DashScope regions, Anthropic Messages, OpenAI Chat Completions, and Responses support, plus a curated Qwen 3.8/3.7/3.6 and DeepSeek V4 catalog. A dedicated Bailian for Plan subscription endpoint is also included. (#658, [#672])
  • Direct file preview beside the session. Uploaded and generated files can now be opened directly in the split-view preview panel from the project file library, without going through the modal. (#676)

🚀 New Features

  • Project-scoped command palette — a Cmd/Ctrl+K palette that searches sessions, files, settings, and navigation targets within the active project, with keyboard navigation and fuzzy matching. The composer placeholder shows the platform-specific shortcut (⌘K on macOS, Ctrl+K elsewhere). (#640, [#653])
  • Code syntax highlighting — Python, R, JavaScript, TypeScript, CSS, and shell source files now render with Shiki-based syntax highlighting in both the file preview panel and notebook code cells, with GitHub light/dark themes, line numbers, selected-error-line styling, and a shared read-only line renderer. Large files and unsupported formats fall back to the existing plain-text path. (#669)
  • Installed-package inventories per runtime environment — each runnable environment card in Settings shows a Packages button with a lazily fetched count badge, opening a dialog with env metadata, a filterable name/version table (with build/channel columns when present), and a conda/pip breakdown for conda environments. Listing dispatches on the env's language and ownership, with no renderer-supplied path probing. (#654)
  • Bailian (Alibaba Cloud) provider — two provider entries: Bailian with China and Global DashScope regions, Anthropic Messages / OpenAI Chat Completions / Responses endpoints, and a curated Qwen 3.8/3.7/3.6 and DeepSeek V4 catalog with 1M context metadata; and Bailian for Plan with its Token Plan Anthropic/OpenAI endpoints and curated Qwen/GLM/DeepSeek catalog. Reasoning presets are aligned per model: Qwen 3.8 Max/Preview gets a low/medium/xhigh preset, GLM 5.2 and DeepSeek V4 Chat expose high/max, and Responses routing is model-level for standard Bailian's documented Qwen subset. (#658, [#672])
  • Conversational skill imports from GitHub — the request_skill_import MCP tool now accepts a github_url alongside the existing attachment source, with exactly-one-source validation. The agent can resolve a skill name or keywords through its provider-native web search, then call the tool with the resolved GitHub URL. The existing Settings repository scanner runs before approval, and every discovered skill appears in the application modal with the existing preview, preselect, and confirmation flow. (#673)
  • Direct file preview beside the session — uploaded and generated files can be opened directly in the split-view preview panel from the project file library, with matching two-action treatment (download plus split-view preview) in both grid and list modes, and a focus-ring fix so the file container no longer shows a green ring after a modal close. (#676)
  • Diagnostic coverage for failure boundaries — per-process run IDs and a privacy-safe diagnostic operation vocabulary cover startup lifecycle, storage migration failures, session persistence recovery, updater lifecycle, renderer top-level failures, and orderly shutdown handoffs, without logging content, URLs, command lines, or paths. (#664)

🔧 Improvements

  • Agent context overhead is reduced by trimming skill and notebook payloads sent to the model, lowering token consumption without changing tool or response fidelity. (#634)
  • Runtime events are now processed through independent per-session ordered lanes, so a slow event in one active session no longer blocks model output from another concurrent session. Same-session events stay sequential, and an explicit drain barrier lets quit and resume wait for the right scope. (#666)
  • Release workflow now validates the pushed tag's application version and origin/main ancestry before platform builds, preventing an unverified or off-main tag from publishing. Manual dispatch remains build-only. (#663)
  • All 27 remaining mutable external GitHub Action references are pinned to verified commit SHAs, and the GitHub Actions Dependabot limit is raised from 0 to 2 so pinned references can receive bounded update PRs. (#668)

🐛 Bug Fixes

  • Specialist prefix preservation — a session adopted by a specialist no longer loses the specialist's name prefix after the adoption completes, so the conversation title and sidebar reflect the correct identity. (#629)
  • Context-usage persistence on graceful shutdown — the last known context-usage snapshot is now flushed during orderly shutdown, so the indicator survives a deliberate quit-and-relaunch instead of only an unexpected restart. (#646)
  • Backpressured session write coalescing — high-frequency session mutations that arrive faster than disk writes can complete are now coalesced instead of queuing unbounded writes, preventing memory growth and write storms during fast interactive sessions. (#649)
  • Compute hover submenu restoration — the composer's agent-controls menu restores the Compute hover submenu (flattened by an earlier mobile-access change), and the expand chevron is aligned with its siblings in size, position, and color. (#659)
  • Windows update preparation feedback — the updater now publishes an applying state before backend teardown and locks duplicate update actions, so the user sees that the app is preparing an update instead of a silent quit. The native assisted NSIS UI is shown during file replacement, followed by a force-relaunch. (#661)
  • Windows absolute path support — the local-path validator now accepts Windows drive-letter (C:\…) and UNC (\\server\share\…) absolute paths, while still rejecting drive-relative, root-relative, and incomplete UNC forms. (#667)
  • Optional renderer argument shapes — two observable optional-argument shapes (missing/explicit-undefined forwarding for ACP connect/createSession and notebook-env cancel) are characterized in the renderer contract catalog so they are reviewable without silently changing Electron or Web behavior. (#678)

📦 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 with read-only installed-package inventories; immutable artifact versions with inspectable audit evidence; multi-format previews including TIFF and code syntax highlighting; file-based skills with conversational imports from GitHub URLs; 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; a project-scoped command palette; collapsible side panels; split-view file preview beside the session; mobile remote access through Remote.It pairing; configurable storage; diagnostic coverage for user-visible failure boundaries; 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, @roxi3906, @LJLJ111, @daanveer-tech, and everyone in Discord, X, and Discussions.


What's Changed

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

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