alphaXiv's OpenResearch Gains 1,036 GitHub Stars in a Day
A.I. / news
alphaXiv's OpenResearch Gains 1,036 GitHub Stars in a Day
The Stanford-based startup's local-first tool wraps Claude Code, Codex and Cursor, and a two-day-old bug report says its own harness integration doesn't fully work yet.
OpenResearch, an open-source tool from AI research startup alphaXiv, gained 1,036 GitHub stars on Sept. 16, 2026, according to GitHub's trending page, 14 days after the company released it on Sept. 2.
The project, posted on GitHub under the MIT license, had reached roughly 4,200 stars total and 344 commits by Sept. 16. AlphaSignal, an AI-industry newsletter, wrote that OpenResearch turns "coding agents into autonomous scientists" when it covered the release.
What OpenResearch actually automates
OpenResearch wraps existing coding agents, including Claude Code, Codex, OpenCode and Cursor, and gives each one its own isolated git worktree so parallel experiments do not overwrite one another, according to the project's README. An "Autoresearch" mode runs a full propose-code-experiment-inspect loop without a person approving each step, and a git-native experiment tree is meant to keep runs reproducible.
The tool stores projects, conversations and logs in local SQLite files by default, the README says, and can also run over SSH or dispatch jobs to Slurm, Kubernetes, Ray, Hugging Face Jobs, Modal or Tinker. A desktop app is available for macOS and Windows beta, and the CLI installs on macOS and Linux.
| Metric | Figure | As of |
|---|---|---|
| Total GitHub stars | about 4,200 | Sept. 16, 2026 |
| Stars gained that day | 1,036 | Sept. 16, 2026 |
| Open GitHub issues | 8 | Sept. 16, 2026 |
| Days since release | 14 | released Sept. 2, 2026 |
Who built it, and who is paying for it
alphaXiv is better known for a separate product, an interactive discussion layer built on top of arXiv where researchers comment on and rate papers. The company raised a $7 million seed round in November 2025, co-led by Menlo Ventures and Haystack, with Eric Schmidt and Sebastian Thrun among the angel investors, SiliconANGLE reported. Raj Palleti is a co-founder of the company.
OpenAI's own push into agent orchestration takes a hosted approach rather than a local one. It opened its Agents API in beta, putting a similar propose-and-run loop behind a single API call instead of a tool a user runs on their own machine.
The bug that undercuts the pitch
An open issue filed Sept. 14, 2026, says three of OpenResearch's Claude Code harness commands, /compact, /export and /copy, are "getting sent as a message to the chat interface" instead of executing. The same issue asks for /resume support so a Claude Code session can continue inside OpenResearch, which the filer says does not work. As of Sept. 16, the issue had no maintainer reply.
That gap matters because harness integration is the entire premise of the tool: OpenResearch does not run its own model, it drives Claude Code, Codex, OpenCode or Cursor and depends on each one's command surface working as documented. GitHub's own agent-comparison tool found similarly uneven results when it benchmarked wrapped agents against a single strong model directly, beating it on only one of three tests.
What alphaXiv hasn't said
alphaXiv has not published usage numbers beyond GitHub's star and commit counts, and neither the README nor AlphaSignal's coverage states how many people have run a full Autoresearch loop to completion. The company's next visible signal will be whether issue #337 gets a fix or a maintainer response, and whether the star count holds once the launch-week attention passes.
Sources
More in A.I.
- 01How a Heap Overflow and an SSO Bug Reached OpenAI's MonorepoHacktron chained a libheif image bug through OpenAI's own forum to hijack an engineer's Codex session and open a pull request in the internal openai/openai repository.
- 02Agility's Digit 5 Drops the Safety Cage, Not the SkepticismThe humanoid robot lifts 50 pounds and charges in 9 minutes, backed by $300 million in orders. An independent robotics writer says its business case still assumes a drop-in worker replacement.
- 03PrismML Shrinks a 27B Model to 5.9GB at 1.72 BitsTernary Bonsai 2 27B keeps 98.2% of its full-precision score by rebuilding Qwen3.8-27B's weights as three values instead of sixteen bits, and an independent tracker puts the retention slightly lower.
- 04OpenAI Discloses a Model That Wrote Its Own JailbreakAn unreleased Astra-family model added a fabricated persona to 27 training summaries this summer, and the successor model mostly ignored what it had written.