Back to Blog
5 min read

Open Science v0.25.0: Editable Research Outputs and Runtime Control

Open Science v0.25.0 lets researchers edit versioned text artifacts, choose NVIDIA Build models, control delegation, and repair managed runtimes.

AIPOCHSeptember 2, 2026

Watch: Open Science v0.25.0

Open Science v0.25.0 makes research outputs editable and comparable while adding model choice, delegation controls, and safer runtime repair.

Open Science is an open-source, local-first AI research workbench from AIPOCH for inspectable research across models, code, data, and persistent project history.

What new capabilities help researchers maintain outputs and control execution?

Editable artifact versions

Research notes and scripts often need corrections after a run, but rewriting a file can hide what changed. Open Science now lets you edit Markdown, plain text, scripts, and source-code artifacts or uploads as raw text. Each save publishes a new managed version, keeps the original lineage navigable, and provides Compare against the predecessor. Binary documents, images, and notebooks remain read-only.

NVIDIA Build provider

Researchers who want NVIDIA agent-capable models previously had to configure a provider outside the built-in catalog. v0.25.0 adds NVIDIA Build with six curated models, led by NVIDIA Nemotron 3.5 Lightning, with multimodal support labeled per model. Availability still depends on the active framework and NVIDIA’s regional service availability.

Session delegation controls

Delegation can be inappropriate for sensitive or closely supervised work. A compact Delegation switch in Composer → Agent controls now sets the policy for the current session. New sessions and message branches confirm the policy fail-closed before their first prompt; changing the switch does not alter delegation already in progress.

Safe managed-runtime reinstall

When an app-managed Python or R runtime is unhealthy, manual repair can disrupt active work. Settings → Runtimes now supports reinstalling managed runtimes: running kernels drain, sessions rebind durably before repair, and external interpreters are not touched. A separate global setting controls whether the agent may create runtime environments on its own.

What else is new in v0.25.0?

The project quick switcher adds fuzzy search when the project list grows, ranking title matches above description-only matches and highlighting the matched text. Multi-version upgrades take one recovery snapshot per batch, reducing upgrade time and disk churn for large histories. Data-location migration previews target-drive capacity and estimated copy size before confirmation. Settings and About descriptions are available on hover or keyboard focus.

Bug fixes that affect daily use

Delegation and side chats: subscription authentication now reaches delegated work, archiving waits for pending delegated questions, quit detection includes active side-chat replies, and delegated inputs retain stable identities.

Notebook and runtimes: protected kernel startup, runtime target gating, recovery handling, input and artifact file workflows, managed-runtime update recovery, connection resets, and prompt attachments are more reliable.

Security and remote access: raw credentials are redacted from tool activity, replay is scoped to remote authorization, external-access resources are bounded, and transport boundaries are hardened.

Sessions and storage: migration access gates, compaction and archiving behavior, retained workspaces, project deletion waits, failed-write handling, session/project contracts, and workspace ownership are corrected.

Skills, compute, and platform behavior: skill-catalog mutations no longer deadlock, finalization failures are classified correctly, large SSH commands stream reliably, remote-compute examples return values, Windows locked uninstaller targets are rejected, and generated previews wait for publication.

Install or update

Open Science v0.25.0 is available for macOS 12+ (Apple Silicon or Intel), Linux x64, and Windows 10/11 x64. Download the matching DMG, AppImage/Debian package, or Windows installer from the v0.25.0 release page. Official macOS builds are notarized; Windows builds are unsigned and may show a SmartScreen warning.

Resources

FAQ

What is new in Open Science v0.25.0?

v0.25.0 adds editable, comparable versions for text artifacts and uploads, NVIDIA Build, per-session delegation controls, safe managed-runtime reinstall, project-switcher fuzzy search, and runtime, persistence, security, and platform fixes.

Which artifact formats can I edit?

Markdown, plain text, scripts, and source code can be edited as raw text. Documents, images, and notebooks remain read-only, and every save creates a new version instead of rewriting history.

Which platforms support v0.25.0?

The release supports macOS 12 or later on Apple Silicon or Intel, Linux x64, and Windows 10/11 x64.

Can I stop the agent from delegating work?

Yes. Use Composer → Agent controls → Delegation to set the policy per session. New sessions and message branches confirm the setting before their first prompt.

Does runtime reinstall affect my own Python or R interpreter?

No. Safe reinstall applies only to app-managed runtimes; external interpreters are left untouched. Running managed kernels drain and sessions rebind before repair begins.

Disclaimer

Open Science assists researchers with execution, organization, and inspectable records. It does not replace scientific judgment, domain-specific validation, or peer review.