QAtrial Unveils Version 3.0.0 of Open-Source Quality Management System
New release provides enterprise features like Docker deployment, single sign-on, validation documentation, and extensive integrations under an AGPL-3.0 license.
Introduction of QAtrial v3.0.0: A Fully Functional Open-Source Quality Platform
In April 2026, QAtrial announced the official release of version 3.0.0 of its open-source quality management software designed for industries subject to strict regulatory standards. This milestone completes a strategic five-phase development process, evolving QAtrial from a requirements management prototype into a comprehensive quality management environment equipped with a robust backend, containerized deployment options, single sign-on capabilities, integrated validation documents, and seamless tool integrations.
The latest iteration is built on a Hono + PostgreSQL + Prisma architecture, featuring over 60 REST API endpoints, 15 database schemas, and JWT authentication supporting five distinct user roles. Deployment is simplified to a single docker-compose up command, which initializes the application server, PostgreSQL 16 database, and static content delivery, with health monitoring and persistent storage configurations included by default.
Core Functional Features
Single Sign-On (SSO) Support
QAtrial now offers integration with major identity providers, including Okta, Azure Active Directory/Entra ID, Auth0, Keycloak, and Google Workspace. Upon initial login, users are automatically provisioned with roles that can be customized, removing the need for manual account setup for organizations utilizing existing identity management systems.
Built-In Validation Documentation
This release includes five validation templates: an Installation Qualification with nine testing steps, an Operational Qualification with eighteen steps, a Performance Qualification model, a Compliance Statement aligning QAtrial with 21 CFR Part 11 (covering fifteen sections), EU Annex 11 (covering seventeen sections), and GAMP 5 Category 4 standards. Additionally, a Traceability Matrix links seventy-five regulatory requirements directly to specific features and test identifiers within the platform.
Pre-Configured Compliance Packs
Four ready-to-use compliance packages are included: FDA Software Validation aligned with GAMP 5, EU MDR Medical Device Quality Management System, FDA Good Manufacturing Practice (GMP) for pharmaceuticals, and ISO 27001 along with GDPR. These packs automatically populate the setup wizard with relevant parameters such as country, industry vertical, modules, and project type, streamlining initial configuration.
Webhook and Integration Ecosystem
The system supports fourteen webhook events, covering activities such as requirement updates, test failures, CAPA process steps, approval requests, electronic signatures, and evidence uploads. Payloads are secured using HMAC-SHA256 signatures. Additionally, two-way synchronization with Jira Cloud and GitHub pull request linking with continuous integration test result importing are accessible through the settings interface.
Audit Mode for External Review
Administrators can generate secure, time-limited read-only links—valid for 24 hours, 72 hours, or seven days—that provide auditors with a comprehensive, seven-tab view of the project. This includes overviews, requirements, tests, traceability, evidence, audit trail, and signatures, all accessible without requiring login credentials.
Open-Source Commitment to Quality Management
Commenting on the release, the QAtrial development team emphasized the need for accessible quality management tools. “For too long, quality management software has been restricted behind high-cost licensing. Regulated organizations, especially small and medium-sized manufacturers, biotech firms, and software developers, should have access to transparent and auditable tools at no license expense. With QAtrial licensed under AGPL-3.0, any entity can deploy a validated quality workspace on their own infrastructure, and auditors can review the source code that manages their compliance records,” they stated.
Industry Context and Market Demand
The worldwide market for quality management software is expected to surpass $12.5 billion by 2028. Increasing regulatory requirements, such as the FDA’s new Quality Management System Regulation (QMSR) effective February 2026—which mandates compliance with ISO 13485—are driving demand. Data from the FDA indicates a 115% rise in medical device recalls over the past decade, highlighting the need for systems that are both rigorous and accessible.
QAtrial aims to fill this gap by providing a platform that supports ten industry sectors—including pharmaceuticals, biotech, medical devices, clinical research, logistics, software, cosmetics, aerospace, and environmental sectors—across thirty-seven countries and fifteen modular quality solutions. These modules encompass audit trails, electronic signatures, CAPA, risk management, and supplier qualification, among others.
Immediate Availability and Deployment
Version 3.0.0 of QAtrial is accessible now via GitHub at https://github.com/MeyerThorsten/QAtrial, licensed under AGPL-3.0. Deployment instructions include:
git clone https://github.com/MeyerThorsten/QAtrial.git
cd QAtrial
cp .env.example .env
docker-compose up
Within minutes, users can access the platform at http://localhost:3001.
Official Resources and Support
Further information, including detailed documentation, deployment guides, and feature overviews, is available on the QAtrial website at https://qatrial.com/. The site serves as the primary resource hub for organizations evaluating the platform, offering comprehensive walkthroughs of compliance packs, validation materials, and integration options. Users can explore the full suite of features, review regulatory coverage, and access onboarding instructions before downloading the codebase.
About QAtrial
QAtrial is an open-source platform designed to facilitate quality management in regulated environments. It integrates requirements management, testing, risk analysis, CAPA tracking, electronic signatures, and audit trail functions into a unified workspace. Supporting twelve languages, ten industry verticals, thirty-seven countries, and four compliance starter packs, QAtrial incorporates AI-assisted features such as test case generation, risk classification, gap analysis, CAPA recommendations, and requirement validation, utilizing multiple large language model providers including Anthropic, OpenAI, and local Ollama deployments. The platform comprises over 130 source files and exceeds 25,000 lines of TypeScript code.
For additional details, visit https://qatrial.com/ or the GitHub repository at https://github.com/MeyerThorsten/QAtrial. The project is licensed under AGPL-3.0.
Key Facts
- QAtrial version 3.0.0 introduces Docker deployment, SSO, validation documentation, webhooks, and Jira/GitHub integrations.
- The platform is licensed under the AGPL-3.0 license, enabling free, self-hosted deployment for regulated companies.
- Includes five validation documents, four compliance starter packs, and support for ten industry sectors across 37 countries.
- Deployment is simplified with a single docker-compose command, enabling rapid setup and use.
- Supports role-based access, time-limited audit links, and extensive integration options for enterprise use.
“For an extended period, quality management solutions have been locked behind costly licenses. Smaller and mid-sized regulated organizations deserve tools that are transparent, auditable, and affordable. With QAtrial under the AGPL-3.0 license, any organization can deploy a validated quality workspace on their own infrastructure, and auditors can freely review the source code that manages their compliance data.”
— QAtrial project team
Availability
QAtrial v3.0.0 is now accessible on GitHub at https://github.com/MeyerThorsten/QAtrial. Deployment involves cloning the repository, copying the environment configuration, and running Docker Compose, enabling quick setup and immediate use.
About
QAtrial is an open-source, AI-enhanced quality management platform tailored for regulated sectors. It combines comprehensive requirements management, test planning, risk assessment, CAPA tracking, electronic signatures, and audit trail functionalities within a single, multilingual workspace. Supporting multiple industries and regulatory standards, QAtrial’s AI co-pilot aids with test case creation, risk analysis, compliance gap detection, and requirement validation, integrating with various large language model providers including Anthropic, OpenAI, and Ollama. The platform’s codebase exceeds 25,000 lines of TypeScript, comprising over 130 source files.
Visit https://qatrial.com/ for more information, or access the source code on GitHub at https://github.com/MeyerThorsten/QAtrial. The project is licensed under AGPL-3.0.
Frequently Asked Questions
How can I deploy QAtrial v3.0.0?
Clone the repository from GitHub, copy the environment file, and run docker-compose up. The platform will be accessible at http://localhost:3001 within minutes.
What features are included in this release?
The update provides Docker deployment, single sign-on with major identity providers, validation documentation templates, webhook and integration support, and a read-only audit mode for external reviews.
Is QAtrial suitable for regulated industries?
Yes, it is designed specifically for regulated sectors such as pharmaceuticals, medical devices, biotech, and others, supporting compliance with standards like 21 CFR Part 11, EU Annex 11, GAMP 5, ISO 13485, and GDPR.
Can I customize the platform for my organization?
Absolutely. The platform supports role-based access, configurable compliance packs, and extensive integration options, allowing organizations to tailor the system to their specific regulatory and operational requirements.
Where can I find additional documentation and support?
Visit the official website at https://qatrial.com/ for detailed guides, feature overviews, and community resources to assist with deployment and usage.