Sandbox
@aipoch/open-science

Local-first research workbench for agents and notebooks

AIPOCH Open-Science is a desktop workbench that lets you create a project, describe a research goal, and have an agent read files, search the web, run code, query scientific sources, and produce reports and figures. It keeps projects, sessions, files, and execution history together so you can inspect what happened and trace outputs back to their evidence.

4,030 stars260 forksTypeScriptUpdated 6d ago
Who it's for

Builders who want one local workspace for agent-led research, notebooks, and scientific data.

What it delivers

You can run research with agents and notebooks while keeping outputs, evidence, and provenance together.

What it does

Agent-led research sessions

Creates projects and sessions where you can describe a goal in plain language, attach files, and let agents plan and run the work.

Python and R notebooks

Runs Python and R kernels, shows live variables, and supports notebook and shell jobs that can continue in the background.

Scientific connectors

Includes built-in research connectors and supports custom local or remote MCP connectors with tool-level permissions.

Provenance tracking

Stores immutable artifact versions with producer code, execution history, inputs, environment inventory, and reviewer evidence.

Local-first project storage

Keeps project data, app state, notebooks, and caches on the user's machine with configurable storage locations.

Cross-platform desktop app

Supports macOS, Windows, and Linux with packaged installers and app-managed runtimes.

How to get it

  1. 1On macOS, you can also install with Homebrew
    brew install --cask open-science

README

AIPOCH Open-Science

Open-source, local-first, model-agnostic AI research workbench for reproducible science.

Download Version DOI #1 BiomniBench-DA Public 50 Platforms macOS Windows Linux License Apache 2.0 Website aipoch.com Discord

README in English 简体中文 README 繁體中文 README 日本語 README 한국어 README Français README README на русском German README Español README

AIPOCH Open-Science is an open-source, local-first, model-agnostic AI research workbench developed by AIPOCH for scientists and researchers. It enables reproducible, inspectable research with scientific AI agents, Python and R execution, scientific data connectors, and cross-platform support for macOS, Windows, and Linux. Create a project, describe your research goal in plain language, and let the agents read files, search the web, run code, query scientific data sources, and produce reports, tables, and figures with traceable provenance—all in one workspace.

AIPOCH Open-Science supports computational and data-intensive research across disciplines, including machine learning, statistics, life sciences, chemistry, materials science, physics and environmental science. It supports the research process from literature review and hypothesis development to code execution, data analysis, simulation, visualization, and the production of traceable research outputs.

💡 AIPOCH Open-Science v0.27.0 released (last updated September 2026). AIPOCH Open-Science v0.27.0 scales the literature workspace and lets long work run in the background: import many PDFs in one pass with per-file progress and retry, run Notebook and shell jobs in the background that deliver results automatically, and rely on a broad literature stability pass covering cross-client sync, data relocation, and import integrity. Core application skills stay always enabled, the headless CLI and Task SDK gain connector management, mermaid diagrams render more smoothly, and headless Linux deployments gain an explicit credential file store. See the latest release notes for full details.

AIPOCH Open-Science banner: Science, Open to All — an open-source, model-agnostic, self-hosted scientific AI research workbench

Table of Contents

🚀 Quick Start

Get AIPOCH Open-Science running in three steps: download the installer for your platform, complete the guided first-run setup, and create a research project.

1. Download the app

Open the latest release, expand Assets, and choose the installer for your computer:

Your computerChoose
macOS — Apple Silicon (M1 or newer)The macOS DMG for Apple Silicon / ARM64
macOS — IntelThe macOS DMG for Intel / x64
Windows x64The Windows x64 installer
Linux x64The Linux x64 AppImage or Debian package

Review the assets and verification information published on the release page. See Verifying your download before installation if you need to validate a package.

If macOS or Windows shows an unidentified-developer or unknown-publisher warning, verify that the package came from the official Releases page before continuing.

On macOS, you can also install with Homebrew:

brew install --cask open-science

Homebrew selects the Apple Silicon or Intel package automatically.

2. Complete first-time setup

The first launch has five guided steps:

  1. Environment checks compatibility, app storage, secure credential storage, and network access.
  2. Data location chooses where large artifacts, notebooks, uploads, and environments are stored.
  3. Agent runtime selects and prepares Claude Code, OpenCode, Codex, or CodeBuddy. App-managed runtimes can be installed without requiring Node.js, npm, or an administrator password.
  4. Model provider connects and tests the model you want to use. Choose a built-in provider, a custom gateway, or an existing Claude or Codex subscription login.
  5. Notebook runtime optionally prepares app-managed Python and R environments or enables detected and manually registered interpreters for either language.
Automatic first-run environment checks in AIPOCH Open-ScienceFirst-run model provider configuration in AIPOCH Open-Science
Host compatibility, storage, and network checksProvider, API Key, endpoint, and model validation

Notebook execution is optional. Every required environment and agent-runtime check must pass before Continue becomes available, and the model connection must pass before setup finishes. Notebook and data-location settings can keep their defaults and be changed later in Settings. While a kernel is running, a Variables view can inspect the live Python or R namespace — names, types, shapes, and previews — read-only, refreshed after each execution.

3. Start a research project

  1. Click New project and give the project a stable research name and optional description.
  2. Open a session and describe the goal, input data, constraints, desired outputs, and how the result should be checked.
  3. Attach source files, select a verified model, and choose an approval mode.
  4. Send the task. Inspect the agent's tool activity, approve sensitive actions, and open generated artifacts in the preview panel.
  5. To explore a different direction, edit an earlier user message and resend it on a new branch; use the message revision controls to return to either path.
  6. Open an artifact's Provenance view to inspect its versions and the available evidence behind the selected result.
  7. Continue the work in later sessions. Use @ to reference an existing project file and / to explicitly select an enabled skill.

Screenshots in this README illustrate the workflow. Labels, catalogs, and other interface details may differ from the version you install.

Product Tour

From a research request to a traceable result

Consider a representative bioinformatics task: reproduce a published differential-expression analysis, compare the regenerated results with the paper, and deliver the report, tables, and figures needed for review. The screenshots below are representative views from documented AIPOCH Open-Science workflows; they illustrate each stage rather than one continuous session.

1. Define the research task and evidence

Describe the research question, source paper and datasets, required methods or thresholds, expected outputs, and acceptance criteria. Upload supporting files or reference an existing project artifact with @, so the agent starts from explicit inputs instead of hidden context.

AIPOCH Open-Science paper reproduction task with the research conclusion, generated artifacts, and source comparison visible in one workspace

2. Execute with inspectable scientific tools

The agent can combine scientific skills, permissioned research connectors, searches, file operations, and Python or R code in the shared Notebook. Generated figures can be reviewed beside the research summary, while the artifact record exposes captured producer code and execution evidence for inspection.

AIPOCH Open-Science bioinformatics analysis showing the research summary, generated figure, and captured producer code side by side

3. Review reports, tables, and figures in place

The final response summarizes what reproduced, what differed, and which limitations matter. Generated Markdown reports, CSV tables, images, and other research artifacts remain attached to the session and are collected in the project file library, where they can be previewed beside the conversation and reused in follow-up work.

AIPOCH Open-Science reproduction result with differential-expression figures and generated files previewed beside the agent's explanation

4. Trace every artifact back to its evidence

Each generated artifact is stored as an immutable, checksummed version. Its Provenance view can expose the producing code and execution history, referenced inputs, observed environment inventory, producing conversation branch, and version-scoped Reviewer findings. Evidence that could not be verified is marked unavailable rather than inferred.

AIPOCH Open-Science research artifact preview with the Provenance entry for tracing a generated result

Benchmark Performance

🏆 #1 on BiomniBench-DA Public 50

AIPOCH Open-Science achieved the highest ranking score in the compiled BiomniBench-DA Public 50 comparison, earning 79.05 with gpt-5.6-sol (xhigh). The result combines a Gemini 3.1 Pro judge score of 81.04 and a DeepSeek v4-pro judge score of 77.06 through an equal-weight mean, placing AIPOCH Open-Science #1 among the collected Public 50 results. Explore the BiomniBench-DA dataset.

BiomniBench-DA Public 50 comparison showing AIPOCH Open-Science ranked first with a score of 79.05

Why AIPOCH Open-Science

AIPOCH Open-Science turns fragmented chats, notebooks, scripts, scientific databases, files, and reporting tools into one persistent, local-first AI research workbench where execution and evidence stay together.

  • Persistent execution. Projects, sessions, files, previews, and run history survive restarts, while approved agents can run commands, Python, and R and generate artifacts.
  • Traceable results. Immutable artifact versions preserve verifiable production evidence and clearly mark what is unavailable.
  • Model-agnostic choice. Connect built-in cloud providers, compatible custom gateways, or Claude and Codex subscriptions, then choose the model and reasoning effort for each session.
  • Local-first control. Application and project state stay on your computer; external calls use only services you configure or approve.
  • Open and extensible. The independent Apache-2.0 codebase, skills, connectors, tool activity, and generated files are inspectable, and you can add skills and MCP connectors.

Core Capabilities

AIPOCH Open-Science combines project management, multi-model agent execution, Python and R notebooks, scientific data connectors, immutable artifact versions with provenance, and permissioned human-in-the-loop control in one local workspace. The installed app and latest release notes are the source of truth for changing catalogs, packaging details, and newly added options.

AreaCore capability
Projects and sessionsCreate and organize projects with pinned sessions, persistent message branches and side conversations, and editable session details. Edit completed prompts into persistent, selectable message branches without deleting the original downstream path, and recover recent work, drafts, conversation history, and preview state.
Agent workflowNatural-language sessions with streamed responses, purpose-grouped tool activity, approval and stop controls, queued follow-ups, context compaction, and restart recovery. Branch completed work into new sessions; use structured clarifications, text, image, and PDF annotations, linked-PDF reading context, project memory, session references, and review-gated plans. Notifications, live status, timing and token details, the command palette, source previews, and project switching keep long-running research visible and manageable.
Models and agent backendsUse built-in cloud providers including Apodex, NVIDIA Build with a curated agent-capable catalog, and the latest OpenAI and Anthropic model catalogs (GPT-6 Astra and Claude Fable 5.1), custom compatible gateways, or Claude and Codex subscription logins. Select Claude Code, OpenCode, Codex, or the login-free CodeBuddy runtime as the agent backend, with validated model and API compatibility, multimodal image input, reasoning controls, and dedicated subagent, reviewer, and Vision policies.
Specialists and delegationCreate personal specialist agents with scoped capabilities, conversational customization, package import/export, and immediate handoff from the main agent. The signed-package marketplace supports official and user-approved GitHub sources, conflict-aware imports, and 64 built-in capability icons; production delegation adds durable messaging, recovery, and a per-session delegation switch.
Python, R, notebooks, and HPCRun persistent Python, R, and REPL kernels alongside recorded shell commands, using managed offline environments or your own interpreters. Work locally or connect to remote hosts over SSH and submit Notebook runs through Slurm on HPC clusters; protected network access, encrypted credentials, package and variable inspection, a shared terminal, and progressive history keep compute controlled and observable. Long Notebook, REPL, and shell work can run in the background — releasing the agent turn while keeping exact run identity, cancellation, and provenance, and delivering results automatically across local runs and remote compute jobs. Package management for external R runtimes remains manual.
Literature review and reference managementImport references by DOI, PubMed ID, arXiv ID, or file — a single PDF through the metadata editor, or many at once with per-file progress, duplicate handling, and retry — and see the active library's reference total at a glance; organize collections, link references to projects, and recover downloaded PDFs from Trash. Search Europe PMC, PMC, OpenAlex, arXiv, and Unpaywall in parallel for open-access full text, merge duplicate records without losing attachments or links, and format citations from stored metadata with artifact provenance.
Scientific files and previewsAttach files up to 10 GB with streaming upload; organize and search a project library; reference uploads, outputs, and local folders with @ and @path; and export files, conversations, or .ipynb sessions. Preview scientific data, searchable PDFs, Office files, TIFF and other images, source code, molecular structures and reactions, and Notebook history inline or full-screen, with provenance and return-to-source navigation.
Artifacts and provenanceKeep immutable, session-scoped artifact versions with checksummed content, producer code, execution history, exact inputs, environment inventory, message-branch context, lineage, and reviewer evidence. Editable Markdown, text, scripts, and source code publish a new provenance-preserving version on every save, with predecessor comparison.
Scientific skills and data connectorsExtend research workflows with 22 featured built-in skills and 24 built-in research connectors. Create skills conversationally or from completed work, import packages and GitHub sources, and add custom local or remote MCP connectors with tool-level permissions and configuration import/export. Core application skills stay always enabled so built-in entry points keep working, and the headless CLI and Task SDK can list, inspect, and enable or disable connectors. Cross-resource tags, a protected Favorites tag, and searchable filters organize skills, connectors, and specialists.
Local data, privacy, permissions, and verificationKeep project data, application state, and Notebook caches local in configurable, migratable storage; use system, manual, or direct proxy modes and a token dashboard with a 30-day activity heatmap and per-run attribution. Control actions with Ask for approval, Auto-approve edits, or Full access, scoped grants, centralized credentials (with an explicit file-storage mode for headless Linux deployments), user-approved compute domains, and per-connector and per-tool policies. An opt-in reviewer audits transcripts, execution logs, and artifacts, reports pass/warn/fail findings, and can run a bounded fix loop with durable evidence.

Model Providers

AIPOCH Open-Science is model-agnostic at the product level: connect it to major cloud LLM providers, a custom gateway, or reuse an existing Claude or Codex subscription. Provider availability currently depends on the selected agent backend and the API protocols

Files in the repo

Repository payload48 top-level entries
  • .github
  • build
  • cli
  • docs
  • e2e
  • packages
  • patches
  • prisma
  • release-notes
  • resources
  • scripts
  • src
  • test
  • .editorconfig
  • .env.example
  • .gitattributes
  • .gitignore
  • .nvmrc
  • .prettierignore
  • .prettierrc.yaml
  • .yamllint
  • AGENTS.md
  • components.json
  • CONTRIBUTING.md
  • dev-app-update.yml
  • electron-builder.yml
  • electron.vite.config.test.ts
  • electron.vite.config.ts
  • eslint.config.mjs
  • LICENSE
  • package-lock.json
  • package.json
  • playwright.accessibility.config.ts
  • playwright.browser.config.ts
  • playwright.config.test.ts
  • playwright.config.ts
  • README.md
  • REMOTE_CONTROL.md
  • ROADMAP.md
  • SECURITY.md
  • tsconfig.json
  • tsconfig.node.json
  • tsconfig.web.json
  • vite.browser-test.config.test.ts
  • vite.browser-test.config.ts
  • vite.web.config.ts
  • vitest.config.test.ts
  • vitest.config.ts

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More other

🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / DeepSeek Harness / OpenCode & 20+ CLIs via BYOK.

95k
HKUDS/
Vibe-Trading

"Vibe-Trading: Your Personal Trading Agent"

33k
tinyhumansai/
openhuman

OpenHuman is an open source personal AI for Mac, Windows and Linux — local-first memory, agent orchestration, and deep research.

40k

Your Personal AI Assistant; easy to install, deploy on your own machine or on the cloud; supports multiple chat apps with easily extensible capabilities.

35k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

82k