ResearchChain is a monorepo for running continuous AI-assisted research with worker services and a WebUI scheduler.
Run all workers, database, and utilities with Docker:
docker-compose -f docker/docker-compose.yml up
The frontend runs separately:
cd webui/frontend/npm installnpm run dev- Open
http://localhost:3000/
pgAdmin is included in Docker Compose.
- Open
http://localhost:8081/browser/ - Add a new server named
postgres - In Connection:
- Hostname/address:
postgres - Username:
admin - Password:
pass
- Hostname/address:
- Save
- Recommended Python version:
3.9 - Default model configs:
core/models/configurations environment.ymlis for Linux; separate env files are available for Windows and macOS (Apple Silicon)
- Research Chain: worker services that process and continue research tasks
- Schedulers: apps that create and manage tasks (including WebUI)
THIS SOFTWARE IS INTENDED FOR EDUCATIONAL AND RESEARCH PURPOSES ONLY.
WE ARE NOT RESPONSIBLE FOR ANY ILLICIT USES OF THIS SOFTWARE.

