QAtrial Announces Version 3.0.0: Enterprise-Grade Open-Source Quality Management

The latest release introduces Docker deployment, single sign-on, validation documentation, and extensive integrations to support regulated companies.

In a move to democratize access to comprehensive quality management tools, QAtrial has announced the general availability of its latest version, 3.0.0. This milestone marks the culmination of a five-phase development process that has evolved QAtrial from a prototype focused on requirements management into a fully functional quality operations platform. The new release offers features such as containerized deployment via Docker, seamless single sign-on (SSO) integration, detailed validation documentation, and connectivity with popular development tools like Jira and GitHub.

Built on a modern stack comprising Hono, PostgreSQL, and Prisma, QAtrial 3.0.0 exposes over 60 REST API endpoints, supports 15 database models, and employs JWT authentication with five distinct role levels. With a simple command, users can launch the entire system—application server, PostgreSQL 16 database, and static file server—using a single docker-compose up command. The setup includes health checks and persistent storage configurations to facilitate reliable deployment.

Core Features and Enhancements

  • Single Sign-On (OIDC): Compatibility with Okta, Azure AD/Entra ID, Auth0, Keycloak, and Google Workspace allows users to authenticate effortlessly. The system automatically provisions new users with configurable default roles, removing the need for manual account setup when organizations utilize existing identity providers.
  • Validation Package: The release integrates five validation documents, including Installation Qualification (9 test steps), Operational Qualification (18 test steps), a Performance Qualification template, a Compliance Statement aligning QAtrial with 21 CFR Part 11 (15 sections), EU Annex 11 (17 sections), and GAMP 5 Category 4, as well as a Traceability Matrix connecting 75 regulatory requirements to specific features and test IDs.
  • Compliance Starter Packs: Four pre-configured packages—covering FDA Software Validation (GAMP 5), EU MDR Medical Device QMS, FDA GMP Pharmaceutical Quality, and ISO 27001 + GDPR—pre-populate the setup wizard with relevant country, industry, modules, and project type selections.
  • Webhooks and Integrations: Fourteen webhook events facilitate notifications for requirement updates, test failures, CAPA transitions, approval requests, electronic signatures, and evidence uploads. Payloads are signed with HMAC-SHA256. Additionally, bidirectional sync with Jira Cloud and GitHub pull request linking with CI test result import are accessible via the settings page.
  • Audit Mode: Administrators can generate time-limited, read-only links (valid for 24 hours, 72 hours, or 7 days) that provide auditors with a comprehensive, seven-tab view of the project—covering overview, requirements, tests, traceability, evidence, audit trail, and signatures—without requiring user login credentials.

Open-Source Commitment to Quality Management

“For too long, quality management software has been restricted behind costly licenses,” commented the QAtrial development team. “Organizations—particularly small and medium-sized manufacturers, biotech firms, and software developers—deserve tools that are transparent, verifiable, and affordable. With QAtrial licensed under AGPL-3.0, any organization can deploy a validated quality management environment on their own infrastructure at no license cost, and auditors can review the source code that maintains their compliance records.”

Industry Landscape and Market Need

The worldwide market for quality management solutions is expected to surpass $12.5 billion by 2028. Regulatory requirements continue to tighten, with the FDA’s new Quality Management System Regulation (QMSR), effective February 2026, mandating compliance with ISO 13485. Data from the FDA indicates a 115% rise in medical device recalls over the past decade, emphasizing the need for reliable, accessible quality systems. QAtrial addresses these challenges by supporting ten industry sectors—including pharmaceuticals, biotech, medical devices, clinical research, logistics, software, cosmetics, aerospace, and environmental sciences—and offering 15 modular components covering essential functions such as audit trails, electronic signatures, CAPA, risk management, and supplier qualification across 37 countries.

Availability and Access

QAtrial version 3.0.0 can be downloaded immediately from GitHub at https://github.com/MeyerThorsten/QAtrial, licensed 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 accessible at http://localhost:3001.

Official Website and Resources

Further information, including detailed documentation, deployment instructions, feature overviews, and community support, is available on the QAtrial website at https://qatrial.com/. The site provides comprehensive guides on compliance starter packs, validation procedures, and integration options, enabling organizations to evaluate QAtrial’s capabilities before deploying.

About QAtrial

QAtrial is an open-source platform designed to facilitate quality management for regulated industries. It combines requirements management, test tracking, risk assessment, CAPA management, electronic signatures, and audit trail functionalities within a single workspace. Supporting 12 languages, 10 industry verticals, 37 countries, and four compliance starter packs, QAtrial incorporates AI-assisted features such as test case generation, risk classification, gap analysis, CAPA suggestions, and requirement validation. The platform’s source code includes over 130 files and more than 25,000 lines of TypeScript code.

Learn more at https://qatrial.com/ and access the source code at https://github.com/MeyerThorsten/QAtrial. The project is licensed under AGPL-3.0.

Producing Open Source Software: How to Run a Successful Free Software Project

Producing Open Source Software: How to Run a Successful Free Software Project

Used Book in Good Condition

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Facts

  • QAtrial version 3.0.0 is now available with Docker deployment, SSO, validation documentation, and integrations.
  • The platform supports five role-based access levels and JWT authentication.
  • Includes five validation documents, four compliance starter packs, and extensive webhook and integration options.
  • Open-source licensing under AGPL-3.0 allows organizations to deploy at no cost and review source code.
  • Supports ten industry verticals and 37 countries with 15 modular quality management components.

“For too long, quality management software has been restricted behind costly licenses. Organizations—particularly small and medium-sized manufacturers, biotech firms, and software developers—deserve tools that are transparent, verifiable, and affordable. With QAtrial licensed under AGPL-3.0, any organization can deploy a validated quality management environment on their own infrastructure at no license cost, and auditors can review the source code that maintains their compliance records.”

— QAtrial development team

Cloud Application Deployment with Docker: Practical Manual for Packaging Services and Managing Containers (Modern Software Engineering, Cloud & Embedded Systems Series)

Cloud Application Deployment with Docker: Practical Manual for Packaging Services and Managing Containers (Modern Software Engineering, Cloud & Embedded Systems Series)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Availability

QAtrial version 3.0.0 is immediately accessible on GitHub at https://github.com/MeyerThorsten/QAtrial under the AGPL-3.0 license.

To deploy, execute the following commands:

git clone https://github.com/MeyerThorsten/QAtrial.git
cd QAtrial
cp .env.example .env
docker-compose up

The system will be operational at http://localhost:3001 within minutes.

Amazon

single sign-on (SSO) identity provider tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

About

QAtrial is an open-source, AI-supported platform tailored for regulated industries, combining requirements management, test management, risk analysis, CAPA, e-signatures, and audit trail features in a unified workspace. Supporting 12 languages, 10 industry sectors, 37 countries, and four compliance starter packs, it offers AI assistance for test case creation, risk assessment, gap analysis, and more, utilizing multiple LLM providers including Anthropic, OpenAI, and local Ollama deployments. The project comprises over 130 source files and 25,000 lines of TypeScript code.

Discover more at https://qatrial.com/ and review the source code at https://github.com/MeyerThorsten/QAtrial. The platform is licensed under AGPL-3.0.

Technical Services in the Pharma Industry: Bridging Innovation, Compliance & Efficiency

Technical Services in the Pharma Industry: Bridging Innovation, Compliance & Efficiency

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Frequently Asked Questions

Can I deploy QAtrial on my own servers?

Yes, QAtrial version 3.0.0 is open-source and can be deployed on your infrastructure using Docker, following the provided setup instructions.

What compliance standards does QAtrial support?

QAtrial includes validation documents and starter packs for standards such as FDA 21 CFR Part 11, EU MDR, GAMP 5, ISO 27001, and GDPR, among others.

Does QAtrial support integrations with development tools?

Yes, it offers webhook events, Jira Cloud synchronization, and GitHub pull request linking with CI test result import.

Is QAtrial suitable for small and mid-sized regulated companies?

Absolutely. Its open-source license and comprehensive features make it accessible and practical for organizations of various sizes in regulated sectors.

Where can I find detailed documentation and community support?

All resources, including deployment guides, feature overviews, and community forums, are available at https://qatrial.com/.

You May Also Like

15 Best All-Terrain Power Wheelchairs for Grass and Gravel in 2026

The 15 best all-terrain power wheelchairs for grass and gravel in 2026 offer unmatched durability and versatility, ensuring your outdoor adventures never stop—discover which one suits you best.

15 Best Currency Counter Machines for Cash Handling in 2026

Unlock the top 15 currency counter machines of 2026 that combine speed, security, and reliability—discover which one suits your cash handling needs today.

15 Best 3-Wheel Mobility Scooters for Tight Spaces in 2026

Jump into our top picks for 2026’s best 3-wheel mobility scooters designed for tight spaces, and discover which model suits your needs perfectly.

15 Best Lockable Portfolio Cases for Investment Records in 2026

If you’re looking for the top lockable portfolio cases to secure your…