Marigold Science

The platform our lab runs on.

Every number traces to raw evidence. When the data cannot support an answer, it refuses. Yours to run, on your own machines.

CHATSRUNS
Yesterday
Last 7 days
you@yourlab.edu

What can I help with?

Ask a research question, run a tool, or hand over a whole piece of work.

asleep
Ask anything...
Workspaceclose
Chart
Chart is open. Nothing in it yet.

Used by research chemists and scientists at

Yale UniversityCaltechUniversidad Autónoma de ZacatecasAragen Life SciencesHexaSynth TechnologiesIFM Therapeutics1200 PharmaAin Shams UniversityBursa Technical UniversitySphaera PharmaUniversity of OxfordPiramal GroupUniversidad de Costa RicaJubilant BiosysUniversitas Jenderal SoedirmanUniversidade de LisboaUSTCKAIST
Ask for the outcome, not the toolNo pipeline to wire up. The run below picks its own tools and tells you which it used, and why, as it goes.0%
Marigold Workspace
Design a binder against the CDK2 ATP pocket, validate the top designs, and tell me which are worth ordering.
Ask anything...
Dry run offEffort HighAuthority Ask on riskyRuns on Auto
Workspace0 panels
Nothing open yet.
Results land here as the run produces them.
11 tools available|0% of run
New

Now self-hostable. Your lab, your machine, your data.

Run the whole product on your own computer. Unpublished results and raw instrument data stay with you.

Your data stays home

Everything lives in a local database on hardware you control.

No Docker, no infrastructure

One installer sets up the app, the agent and the database.

Sign in and it works

Models run on your plan through our gateway. No API keys.

The same Marigold

All 48+ tools and the Analyst agent. The full product.

marigold ~ install
$ curl -fsSL https://get.marigold.rasyn.ai | sh
unpacking marigold to ~/.marigold/app ...
initializing the local database ...
waiting for http://localhost:3000/api/health ...
healthy: http://localhost:3000
$

macOS and Linux · Windows via Docker Compose

How to self-host

1

Install

One command on macOS or Linux. Everything lands in ~/.marigold and starts.

curl -fsSL https://get.marigold.rasyn.ai | sh
2

Sign in

Sign in with your plan - no API keys. Own keys go in ~/.marigold/marigold.env.

open http://localhost:3000
3

Own it

Your data lives in ~/.marigold, nowhere else. The CLI does the rest.

marigold status | logs | stop | update | doctor

Windows runs the same stack via Docker Compose: deploy/selfhost/start.ps1.