QAtrial Launches Fully-Featured Open-Source Quality Management System
The latest release introduces enterprise features including Docker support, single sign-on, validation documentation, and seamless integrations under an open-source license.

DevOps Tools for Java Developers: Best Practices from Source Code to Production Containers
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Introduction of QAtrial v3.0.0: An Open-Source Solution for Regulated Industries
In April 2026, QAtrial announced the official release of version 3.0.0 of its open-source quality management platform. This milestone marks a significant evolution from its initial prototype, transforming QAtrial into a comprehensive quality workspace suitable for regulated sectors. The new version integrates a production-ready backend, Docker deployment capabilities, single sign-on (SSO), validation documentation, and a suite of integrations with popular engineering and compliance tools.
Built on a stack comprising Hono, PostgreSQL, and Prisma, QAtrial v3.0.0 offers over 60 REST API endpoints, 15 database models, and JWT-based authentication supporting five distinct user roles. Deployment is simplified with a single docker-compose up command that initializes the entire environment—application server, PostgreSQL 16 database, and static file hosting—complete with health checks and persistent storage configurations.
Single sign-on (SSO) software solutions
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Core Features and Functionality
Unified Sign-On Integration
QAtrial now supports integration with leading identity providers such as Okta, Azure AD/Entra ID, Auth0, Keycloak, and Google Workspace. When new users log in via SSO for the first time, the system automatically provisions accounts with a default role that can be customized, removing the need for manual account setup for organizations with existing identity management systems.
Built-In Validation Documentation
The platform includes five pre-made validation documents: an Installation Qualification with nine test steps, an Operational Qualification with eighteen steps, a Performance Qualification template, and compliance statements aligning QAtrial with regulations like 21 CFR Part 11 (covering 15 sections), EU Annex 11 (17 sections), and GAMP 5 Category 4. Additionally, a Traceability Matrix links 75 regulatory requirements directly to specific features and test identifiers within the system.
Pre-Configured Compliance Packs
Four ready-to-use compliance packs are provided: FDA Software Validation aligned with GAMP 5, EU MDR Medical Device Quality Management System, FDA Good Manufacturing Practice (GMP) for pharmaceuticals, and ISO 27001 plus GDPR. These packs automatically populate setup wizards with appropriate country, industry, modules, and project settings, streamlining initial configuration.
Webhooks and External Integrations
Fourteen webhook events facilitate real-time notifications for requirement modifications, test failures, CAPA status changes, approval requests, electronic signatures, and evidence uploads. Payloads are secured with HMAC-SHA256 signatures. Additionally, two-way Jira Cloud synchronization and GitHub pull request linking with CI test result imports are supported directly from the settings interface.
Audit Mode for Transparency
Administrators can generate time-limited, read-only links—valid for 24 hours, 72 hours, or seven days—that grant auditors access to a comprehensive seven-tab view of the project. This includes overviews, requirements, tests, traceability, evidence, audit trails, and signatures, all without requiring user login credentials.

Quality Software Management: Systems Thinking
Used Book in Good Condition
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Open-Source Approach to Quality Management
“For too long, quality management tools have been restricted behind high licensing fees,” commented the QAtrial development team. “Organizations in regulated environments—particularly small and medium-sized manufacturers, biotech firms, and software developers—deserve transparent, auditable, and cost-effective solutions. With QAtrial under the AGPL-3.0 license, any organization can deploy a validated quality management workspace on their own infrastructure at no licensing expense, and auditors can review the source code that manages their compliance records.”

Spiritual Care Documentation: A Clinical Framework for Regulatory-Compliant, Patient-Centered Practice
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Market Environment and Industry Relevance
The worldwide market for quality management software is anticipated to surpass $12.5 billion by 2028. Regulatory frameworks are tightening: the FDA’s Quality Management System Regulation (QMSR), effective from February 2026, mandates compliance with ISO 13485 for medical device manufacturers. Data from the FDA indicates a 115% rise in medical device recalls over the past decade, emphasizing the need for robust and accessible quality systems.
QAtrial addresses this demand with a platform supporting ten industry verticals—including pharmaceuticals, biotech, medical devices, clinical research organizations, laboratories, logistics, software, cosmetics, aerospace, and environmental sectors—covering 37 countries and offering 15 modular features such as audit trail, electronic signatures, CAPA, risk management, and supplier qualification.
Immediate Availability and Deployment
The latest version, QAtrial v3.0.0, is accessible now on GitHub at https://github.com/MeyerThorsten/QAtrial under the AGPL-3.0 license.
To get started, run the following commands:
git clone https://github.com/MeyerThorsten/QAtrial.git
cd QAtrial
cp .env.example .env
docker-compose up
Within minutes, the platform will be available at http://localhost:3001.
Official Resources and Support
QAtrial maintains a dedicated portal at https://qatrial.com/ that features comprehensive documentation, deployment instructions, feature highlights, and community engagement tools. This site provides detailed overviews of compliance starter packs, validation resources, and integration options. Users can explore the platform’s capabilities, review regulatory coverage, and access step-by-step guides—all before downloading the source code.
About QAtrial
QAtrial is an open-source, AI-powered quality management system designed for organizations in regulated industries. It integrates requirements tracking, test management, risk analysis, CAPA monitoring, electronic signatures, and audit trails into a single, accessible platform. Supporting 12 languages, 10 industry sectors, 37 countries, and four pre-configured compliance packs, QAtrial also features an AI co-pilot that assists with test case creation, risk classification, gap analysis, CAPA recommendations, and requirement validation across multiple large language model providers, including Anthropic, OpenAI, and local Ollama implementations. The platform’s codebase comprises over 130 source files and exceeds 25,000 lines of TypeScript code.
For more information, visit https://qatrial.com/ or access the source code at https://github.com/MeyerThorsten/QAtrial. The project is licensed under AGPL-3.0.
Key Facts
- QAtrial v3.0.0 introduces Docker deployment, SSO, validation documentation, webhooks, and Jira/GitHub integrations.
- The platform is licensed under AGPL-3.0, enabling free deployment and source code transparency.
- Supports five role-based access levels with JWT authentication and integrates with major identity providers.
- Includes five validation documents covering installation, operation, performance, and compliance requirements.
- Provides four pre-built compliance packs for FDA, EU MDR, GMP, and ISO 27001 + GDPR.
“Organizations working within regulated environments should have access to transparent, cost-effective tools. QAtrial under AGPL-3.0 allows deployment of a validated quality workspace on their own infrastructure without licensing fees, while enabling auditors to review the underlying source code.”
— QAtrial development team
Availability
The latest QAtrial version is immediately accessible on GitHub at https://github.com/MeyerThorsten/QAtrial. Deployment instructions involve cloning the repository, copying the environment file, and running Docker Compose, with the platform accessible at http://localhost:3001.
About
QAtrial is an open-source, AI-assisted platform tailored for regulated industries, combining requirements management, testing, risk assessment, CAPA, electronic signatures, and audit trails in a unified workspace. It supports multiple languages, industry sectors, and compliance standards, with an AI co-pilot that aids in test case creation, risk analysis, and requirement validation. The project encompasses over 130 source files and more than 25,000 lines of TypeScript code, fostering transparency and flexibility for organizations worldwide.
Frequently Asked Questions
How can I deploy QAtrial v3.0.0?
Clone the repository from GitHub, copy the environment template, and run docker-compose up. The platform will then be accessible at http://localhost:3001.
What are the main features included in this release?
The release offers Docker deployment, single sign-on support, validation documentation, webhooks, Jira and GitHub integrations, compliance starter packs, and an audit mode for transparent project review.
Is QAtrial free to use and modify?
Yes. QAtrial is licensed under the AGPL-3.0 license, which allows anyone to deploy, modify, and distribute the software freely, provided source code sharing requirements are met.
Which industries and regions does QAtrial support?
The platform supports ten industry verticals including pharmaceuticals, biotech, medical devices, and aerospace, across 37 countries, with modules covering compliance, risk, CAPA, and more.
Where can I find additional documentation and community resources?
Visit the official website at https://qatrial.com/ for detailed guides, feature overviews, compliance information, and community engagement tools.