Rosalia Labs

Open tools for research

Building infrastructure for hard problems.

Rosalia Labs develops open tools and methods at the intersection of computing and science. We help researchers and practitioners turn messy data into insight โ€” from applied AI & modeling to reproducible deployments in the field and lab. Our flagship open-source project is SensOS, a Raspberry Pi OS overlay for scalable, fault-tolerant imaging and sensing systems.

Early development โ€” functional, evolving
What we do

Computational infrastructure

Reproducible tooling and systems for experiments and deployments (e.g., SensOS for Raspberry Pi fleets).

Applied modeling & AI

From statistical inference to ML pipelines that make predictions explainable and actionable.

Field & lab workflows

Designing practical data collection, QC, and processing for biodiversity, ecology, and beyond.

Ways we can help

Make results reproducible

Package models, data, and environments so others (and future you) can rerun them without surprises.

Turn signals into decisions

Design analyses and ML that translate raw measurements into interpretable, decision-ready outputs.

Ship robust systems

From single devices to fleets โ€” build-and-deploy workflows with monitoring, logging, and graceful recovery.

Open-source highlight: SensOS

Clone SensOS and initialize its submodules:

git clone --recurse-submodules https://github.com/Rosalia-Labs/SensOS.git
cd SensOS
# If you cloned without --recurse-submodules:
git submodule update --init --recursive

Build a bootable image with the included scripts (see repository README for details).