MCPcopy Create free account
hub / github.com/alphaXiv/OpenResearch

github.com/alphaXiv/OpenResearch @v0.2.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.2.3 ↗ · + Follow
5,767 symbols 18,684 edges 323 files ⚖ MIT 1,326 documented · 23% updated 5d agov0.2.3 · 2026-09-16★ 3,6476 open issues

Browse by type

Functions 5,065 Types & classes 702
What it actually does AI analysis from the code graph
loading…
README

OpenResearch

The local-first workspace for research agents and autoresearch.

Turn Claude Code, Codex, OpenCode, or Cursor into research agents that can review literature, develop hypotheses, run experiments, and produce research artifacts.

Download OpenResearch for macOS

Download OpenResearch for Windows (Beta)

Install OpenResearch for Linux

Documentation · Releases

macOS 11+ · Windows beta requires Git for Windows

GitHub Trending: #1 Repository of the Day

Get started

Install the CLI on macOS or Linux, then launch OpenResearch:

curl -LsSf https://openresearch.sh/install.sh | sh
orx up

On Windows, use the beta download above after installing Git for Windows.

orx up opens the local dashboard at http://127.0.0.1:4791.

Connect a local model to use LM Studio, oMLX, Ollama, or a custom endpoint with OpenCode.

Create an account at openresearch.sh to receive email updates and use managed OpenResearch compute.

Built for research agents

OpenResearch gives you
Parallel exploration Give each research direction an independent agent session and isolated git worktree.
Reproducible experiments Track variants in a git-native experiment tree; every run receives an immutable archive of its recorded commit.
Evidence in context Keep logs, diffs, files, results, and artifacts tied to the work that produced them.
Your choice of agent Use Claude Code, Codex, OpenCode, or Cursor, with the harness and model selected per session.
Your choice of compute Run locally, on your own infrastructure, or with managed OpenResearch compute.
Local ownership Keep projects, conversations, experiments, runs, logs, code, and artifacts on your machine.

Autoresearch

OpenResearch can run the full loop autonomously: propose an idea, change the code, launch an experiment, inspect the evidence, and decide what to try next. Multiple agents can explore different directions in parallel while the experiment tree preserves their lineage.

Run anywhere

The same committed source snapshot can run locally, over SSH, or on Slurm, Kubernetes, Ray, Hugging Face Jobs, Modal, Tinker, and managed OpenResearch compute. Publishing the repository is not required.

Run the workspace next to remote GPUs while using the browser on your laptop:

orx up --remote user@host

SSH config aliases and custom ports are supported. The remote service binds to loopback and has no application-level authentication, so other users on that host can reach it.

CLI and agent integration

Install the OpenResearch skill into supported coding agents:

orx install-skills

Common commands:

orx projects
orx project view <project-id>
orx runs <project-id>
orx logs <run-id>
orx exp run <experiment-id>
orx discover keyword <query>
orx paper <arxiv-id-or-doi>

Run orx --help or orx <command> --help for the complete interface.

Local by default

OpenResearch runs on 127.0.0.1 with a local SQLite store. Creating a project or launching a run does not publish your code. An openresearch.sh account is only used for service-owned capabilities such as organizations and managed compute.

Usage analytics

Official release builds send opt-out, coarse usage events tied to a random installation ID. They do not include code, prompts, file contents or paths, repository names, tokens, emails, or project and experiment identifiers.

orx telemetry off
orx telemetry status
orx <command> --no-telemetry

Source and development builds do not send analytics.

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 4,304
Method 761
Class 438
Interface 155
Enum 109

Languages

Rust70%
TypeScript24%
Python6%

Modules by API surface

src/commands/up.rs404 symbols
src/local/chat/mod.rs386 symbols
ui/src/api.ts269 symbols
src/store.rs212 symbols
src/local/harness/codex.rs180 symbols
ui/src/components/ChatPanel.tsx160 symbols
src/local/git.rs143 symbols
src/local/overleaf_live.rs130 symbols
src/commands/up_remote.rs126 symbols
src/telemetry.rs119 symbols
src/local/harness/claude.rs100 symbols
src/client.rs97 symbols

Dependencies from manifests, versioned

@clo/react-markdownjsr:1.1.1 · 1×
@inlang/paraglide-js2.25.0 · 1×
@tailwindcss/vite4.3.3 · 1×
@tanstack/react-query5.102.8 · 1×
@tanstack/react-router1.170.32 · 1×
@tanstack/react-virtual3.14.11 · 1×
@tanstack/router-cli1.167.33 · 1×
@tanstack/router-plugin1.168.35 · 1×
@types/react19.1.0 · 1×
@types/react-dom19.1.0 · 1×
@vitejs/plugin-react4.5.0 · 1×
@xterm/addon-fit0.10.0 · 1×

For agents

$ claude mcp add OpenResearch \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page