Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An AI research Agent for scientific innovation.
| Date | Stars |
|---|---|
| 2026-07-31 | 385 |
| 2026-08-06 | 385 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
5.0
growth rate 0.00%/day
# InnoClaw <p align="center"> <img src="site/logos/20260316-112548.png" alt="InnoClaw Logo" width="200" /> </p> <p align="center"> <b>A self-hostable AI research workspace for grounded chat, paper study, scientific skills, and research execution.</b> </p> <p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="Apache 2.0 License"></a> <a href="package.json"><img src="https://img.shields.io/badge/Node.js-24%2B%20(LTS)%20%7C%2025%20Current-339933?logo=node.js&logoColor=white" alt="Node.js 24+ LTS or 25 Current"></a> <a href="https://github.com/SpectrAI-Initiative/InnoClaw/actions/workflows/ci.yml"><img src="https://github.com/SpectrAI-Initiative/InnoClaw/actions/workflows/ci.yml/badge.svg" alt="CI Status"></a> <a href="https://SpectrAI-Initiative.github.io/InnoClaw/"><img src="https://img.shields.io/badge/Docs-Online-blue?logo=gitbook&logoColor=white" alt="Online Docs"></a> <a href="https://github.com/SpectrAI-Initiative/InnoClaw/stargazers"><img src="https://img.shields.io/github/stars/SpectrAI-Initiative/InnoClaw?style=flat&logo=github" alt="GitHub Stars"></a> <a href="https://github.com/SpectrAI-Initiative/InnoClaw/issues"><img src="https://img.shields.io/github/issues/SpectrAI-Initiative/InnoClaw" alt="GitHub Issues"></a> </p> <p align="center"> <b>English</b> · <a href="docs/README_CN.md">简体中文</a> · <a href="docs/README_JA.md">日本語</a> · <a href="docs/README_FR.md">Français</a> · <a href="docs/README_DE.md">Deutsch</a> </p> <p align="center"> <a href="https://SpectrAI-Initiative.github.io/InnoClaw/">Documentation</a> · <a href="#quick-start">Quick Start</a> · <a href="#community-support">Community</a> </p> **InnoClaw turns server-side folders into AI-native workspaces where you can chat over your own files, study papers, and run experiments — all in one place.** Instead of juggling separate tools for literature, notes, code, and automation, you open a folder, sync it, and work: cited answers over real documents, structured paper reviews, reusable scientific skills, and a path from reading to remote execution. <p align="center"> <img src="public/innoclaw-flow.png" alt="InnoClaw Workflow" width="800" /> </p> --- ## Who This Is For - **Researchers** who read papers, run experiments, and want cited AI answers grounded in their own files - **ML / AI engineers** who need a workspace for code, data, and agent-assisted execution on remote clusters - **Lab teams** who want a shared, self-hosted research hub instead of scattered SaaS tools - **Self-hosters** who want full control over their data, models, and infrastructure --- <a id="quick-start"></a> ## 3-Minute Quick Start Requires **Node.js 24+** (`package.json` is the source of truth). If you use `nvm`: `nvm install && nvm use`. ```bash git clone https://github.com/SpectrAI-Initiative/InnoClaw.git cd InnoClaw npm install cp .env.example .env.local # then edit: set WORKSPACE_ROOTS and at least one API key mkdir -p ./data npx drizzle-kit migrate npm run dev # open http://localhost:3000 ``` After the UI opens: **Settings** → configure a model provider → open a workspace → click **Sync** → start chatting. ### Optional CLI ```bash npm link innoclaw innoclaw run --prompt "Summarize the current workspace" ``` The CLI uses the same local app runtime as the web UI. When auth is enabled, it auto-starts the app, opens the browser login page on `localhost`, and stores a dedicated CLI session after sign-in. For trusted headless automation, start the app with authentication disabled. Headless local run mode: ```bash npm run dev:no-auth ``` > **Security**: InnoClaw includes shell execution and remote job submission capabilities. See [SECURITY.md](SECURITY.md) for deployment hardening and trust boundary documentation. <details> <summary>Environment variables, upgrade flow, and advanced setup</summary> Set `WORKSPACE_ROOTS` in `.env.local` to one or more absolute
Excerpt of 13,044 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ca120f88645bcca5, llm:Repository metadata: topics include 'agent' and 'openclaw'; description: 'An AI research Agent for scientific innovation.' Language: TypeScript.
matched fp:ca120f88645bcca5, llm:Repository metadata: topics include 'agent' and 'openclaw'; description: 'An AI research Agent for scientific innovation.' Language: TypeScript.