OpenResearch

OpenResearch

OpenResearch provides cloud compute for research workloads and a local CLI for autonomous research agents.

Compute

Compare live GPU availability and pricing across providers, then launch a GPU or CPU instance from OpenResearch. You can pay through OpenResearch, use your own provider API key, or connect an existing machine over SSH. Compute, instance management, persistent storage, and usage-based billing remain available on the cloud platform.

Browse compute

CLI

The open-source orx CLI runs Autoresearch on your machine. It starts a local dashboard where each research direction gets an agent in an isolated Git worktree, using your existing tools and compute.

bash
curl -LsSf https://openresearch.sh/install.sh | sh
orx up
View the CLI on GitHub