Experiment 24/7 while you sleep. Research assistant for projects.
⚠️ Alpha Release — ResearchClaw is in active development. Core loop works, but expect rough edges. Bug reports and feedback welcome: GitHub Issues
This project is currently alpha and intended for fast iteration.
Known limitations:
- New-experiment loop behavior is still being hardened.
- Abort handling is not yet uniform across every state.
- Autopilot transition audit logging is still being refined.
pipx install researchclaw
pipx ensurepath # one-time: adds ~/.local/bin to PATHThen restart your shell. This works everywhere — bare terminal, conda environments, virtualenvs.
Alternative (if pipx is unavailable):
pip install researchclawNote:
pip installplaces researchclaw inside your current environment. This may cause dependency conflicts with project packages. Preferpipx+ensurepathfor an isolated install.
Fallback (if researchclaw command is not on PATH):
python -m researchclaw .researchclaw: command not foundafter install — Runpipx ensurepathand restart your shell. This adds~/.local/binto your PATH so the command is available in all environments, including conda.
researchclaw .
researchclaw /path/to/project
researchclaw status- Not a paper writing tool — it runs experiments, not LaTeX
Built by Sookwan Han · ICCV 2023 Oral · ECCV 2024 Oral · CVPR 2025
