MedOS is a unified, agent‑based operational system for healthcare. It provides a domain‑specific abstraction layer that translates human instructions into predefined digital healthcare commands and orchestrates them through an extensible tool registry. This method is elaborated on the paper: MedicalOS: An LLM Agent based Operating System for Digital Healthcare.
What this means in practice: clinicians and operators can express goals in natural language, and MedOS compiles them into composable actions such as patient inquiry, history retrieval, exam management, report generation, referrals, and treatment planning. These actions are exposed as off‑the‑shelf tools with machine‑language interfaces, enabling reliable automation, auditability, and integration with existing systems.
Acknowledgement: MedOS is built on and grateful for Qwen Code.
Note: MedOS is for research and engineering purposes only. It does not provide medical advice or replace professional judgment.
git clone https://github.com/ImprintLab/MedOS.git
cd medos
npm install
npm install -g .
medos