homeservicesworkaboutblogcontactROI CalculatorSavings CalculatorAI Readiness ScoreHire vs. AutomateAutomation Quote
book a 30-min call
home / blog / How to Let Doctors View Medical Scans in a Browser (No Software to Install)

How to Let Doctors View Medical Scans in a Browser (No Software to Install)

Want your doctors, specialists, and referrers to view full medical scans from any device, with no special workstation or software to install? There is a free, standards-based way to put DICOM imaging in an ordinary web browser. Here is what it means for your practice in 2026.

How to Let Doctors View Medical Scans in a Browser (No Software to Install)

For most of the history of digital imaging, looking at a medical scan meant sitting at a specific workstation with specific, often expensive, software installed. If you were not at that machine, you could not see the images properly. That constraint shaped how practices worked, how quickly specialists could weigh in, and how hard it was to bring imaging into telehealth, referrals, and modern workflows.

That constraint is now dissolving, and a free tool is a big part of why. Cornerstone3D is an open-source library that makes medical images, full DICOM scans, display smoothly and interactively inside an ordinary web browser. No special software to install, no dedicated workstation, just a web page. It is the engine underneath a new generation of browser-based medical image viewers, including the widely used OHIF Viewer, and it is quietly making imaging accessible in ways that were impractical a few years ago.

This guide explains, in plain language, what Cornerstone3D is, why browser-based imaging is such a meaningful shift for a practice, how it connects to AI, and what to keep in mind on privacy. You will never write code with it, but understanding what it enables will help you make smarter decisions about imaging, telehealth, and access.

Fact Detail
What it is Free, open-source library for web-based medical imaging
What it enables Viewing full DICOM scans in an ordinary browser
Powers Modern web viewers, including the OHIF Viewer
Key technology WebGL rendering and WebAssembly for speed in the browser
Standards DICOMweb-compatible out of the box
Cost Free, open source

The Free Engine That Makes This Work: Cornerstone3D, in Plain English

Cornerstone3D is a set of free building blocks that developers use to create medical image viewers that run in a web browser. It is not itself a finished viewer you download; it is the engine that finished viewers are built on. The most prominent example is the OHIF Viewer, a complete browser-based imaging platform that uses Cornerstone3D as its rendering core.

The problem it solves is worth stating plainly. Medical scans are large, detailed, and demanding to display well. A radiologist needs to scroll through hundreds of image slices smoothly, adjust contrast in real time, zoom without lag, measure structures, and view scans in three dimensions. Doing all of that inside a web browser, which was never originally designed for heavy medical imaging, is genuinely hard. Cornerstone3D is the specialised engine that makes it work well.

It achieves this using two modern browser technologies, and you do not need to understand them beyond the plain idea:

  • WebGL lets the browser use the computer's graphics hardware to render images quickly and smoothly, the same kind of technology that powers rich graphics in the browser.
  • WebAssembly lets the browser rapidly unpack the compressed image files that medical scans arrive in, so images load fast rather than crawling.

Together, these let a web page display and manipulate a full medical scan almost as fluidly as dedicated desktop software once did. Cornerstone3D also speaks DICOMweb, the web standard for requesting medical images, so it connects cleanly to modern image archives. It is free, open source, and actively maintained.


Why Browser-Based Imaging Is a Bigger Deal Than It Sounds

The shift from "imaging requires special software on a specific machine" to "imaging runs in any browser" is easy to underrate. For a practice, it changes several practical realities at once.

Access from anywhere. When a viewer runs in the browser, an authorised clinician can review scans from any suitable device with a secure connection, in another clinic, at home on call, on a laptop between locations. Imaging stops being tethered to one room. This is transformative for practices with multiple sites, for on-call coverage, and for getting a specialist's eyes on a scan quickly.

No installation, no maintenance headaches. Desktop imaging software has to be installed, updated, and maintained on every machine, which is a real IT burden. A browser-based viewer removes most of that. Users simply open a secure web page. Updates happen centrally. The friction of getting the right software onto the right machines largely disappears.

Telehealth and referrals become natural. Modern care increasingly happens remotely and across organisations. A browser-based viewer makes it far easier to share a scan with a referring specialist, to review imaging during a telehealth consultation, or to give a patient appropriate access to their own images, without shipping discs or wrestling with software installs. This fits the broader move toward accessible, connected care described in our guide to how doctors are actually using AI in practice.

Lower cost and less lock-in. Because Cornerstone3D is free and open, the viewers built on it avoid the per-seat licensing and vendor dependency of some proprietary imaging software. Your ability to view your own images is not gated behind an expensive, closed application.

The underlying message: browser-based imaging is not merely a cosmetic upgrade. It changes where, how quickly, and how affordably imaging can be reviewed, and Cornerstone3D is a core reason it works well enough to trust.


Cornerstone3D and AI: The Same Clean Doorway

There is a direct reason a web imaging engine matters for AI, and it comes back to a simple principle we apply to every practice weighing up AI. Ask whether your systems offer a clean, documented, standard way for other software to connect. For imaging, that standard is DICOMweb, and Cornerstone3D is built around it.

Because Cornerstone3D connects to image archives through DICOMweb, the very same standard interface that feeds scans to a browser viewer can feed those scans to an AI model. This means a modern, web-based imaging setup is naturally AI-ready. An AI tool that detects findings, measures a tumour, or flags urgent cases can be woven into the same browser workflow the clinician already uses, receiving images through the same clean channel. The clinician sees the scan and the AI's contribution together, in one web view, rather than juggling separate systems.

This is why the modern imaging AI stack fits together so well. An open, standards-based archive such as one built on dcm4che stores and serves the images; a web engine like Cornerstone3D displays them in the browser; and AI frameworks such as MONAI analyse them, all communicating through the same open standards. The result is that adding AI to a modern web imaging workflow is a clean extension rather than a painful bolt-on. When a practice's imaging is built this way, from archive to viewer, the path to AI is short and affordable. When it is trapped in closed, proprietary software, every step fights the tooling.

The practical lesson mirrors the one throughout this series: open, standards-based imaging is not just about today's convenience, it is what keeps the door open for tomorrow's AI at a reasonable cost.


Cornerstone3D and Compliance: Security in the Browser

Browser-based imaging is powerful, but "images in a browser" naturally raises a privacy question, and it deserves a clear answer, because the architecture matters.

Images are protected health information, wherever they display. A DICOM scan carries the patient's identifying details embedded in it, so it is protected health information whether it is shown on a desktop workstation or in a browser. Displaying it in a web viewer does not change that, and it must be protected accordingly.

Secure transport and access control are essential. When a browser-based viewer retrieves images, that connection must be encrypted, and access must be controlled so only authorised clinicians can view the scans, with the access logged. These are standard requirements, and a properly built web imaging deployment includes them. The convenience of browser access is safe only when wrapped in proper security; convenience is never a reason to relax it.

The architecture can keep data controlled. A common misconception is that "web-based" means "sent off to some public cloud." It does not have to. A browser-based viewer built on Cornerstone3D can be deployed so that the images are served from your own archive within your own secured environment, and simply displayed in the browser over a protected connection. You can keep the data under your control while still gaining browser accessibility. This is the same on-premises-versus-cloud consideration we cover in our cloud AI versus local AI comparison: browser access and data control are not opposites when the system is architected well.

GDPR and international use. For practices touching EU or UK patients, the same principles apply. Encrypted transport, access control, audit logging, and a controlled deployment let browser-based imaging fit data-protection requirements. The design of the deployment, not the fact that it runs in a browser, determines compliance.

The short version: browser-based imaging can be fully secure and compliant, but only when it is built with encryption, access control, and a controlled data path from the start. The engine enables the convenience; the deployment discipline keeps it safe.


What Cornerstone3D Is Not: Setting Expectations

To keep decisions grounded, a few honest limits.

It is not a finished viewer you download. Cornerstone3D is a library, a set of building blocks, used to create viewers. Finished products like the OHIF Viewer are built with it. If you want a ready-to-use browser viewer, you are looking at something built on Cornerstone3D, not the library itself.

It is not, by itself, a complete imaging system. A working setup also needs an image archive to store the scans, secure infrastructure, access controls, and connections to your records. Cornerstone3D is the display engine, one important layer of a larger whole.

It does not remove the need for skilled building and secure deployment. As with every open tool in this space, the library is free while the expertise to build a viewer, or deploy one securely and integrate it with your systems, is where the real work lies.

It is not FDA clearance in a box. Whether a given browser viewer is cleared for a particular clinical use depends on the specific product and how it is deployed, not on the underlying library. As with any imaging tool, confirm that whatever you use for diagnostic reads carries the appropriate clearance for that purpose.


Getting Value From Cornerstone3D: A Practical Path

For a practice, the goal is modern, accessible, secure imaging that is ready for AI, not "using Cornerstone3D" as such. Most practices realise its value through a viewer built on it, such as OHIF, deployed and integrated properly. The decisive factor, once again, is the expertise around the tool.

The projects that succeed have someone fluent in both the imaging workflow and the technical build ensuring the viewer is secure, connected to your archive and records, and genuinely fits how clinicians work. The projects that struggle assume that because the engine is free and browser-based, the whole thing is trivial, and end up with insecure or poorly integrated imaging. Given how sensitive imaging data is, that is not a corner to cut. A sensible path:

1. Define the imaging access goal. Multi-site review? On-call access from anywhere? Telehealth and referral sharing? Patient access to their own images? Each shapes what you build and how you secure it.

2. Choose a viewer built on open standards. A browser viewer built on Cornerstone3D and speaking DICOMweb keeps you flexible, connectable, and AI-ready, and avoids proprietary lock-in.

3. Architect for security and data control. Encrypted connections, access control, audit logging, and a controlled data path, ideally serving images from your own archive, are designed in from the start.

4. Put technical capacity on the build and integration. Deploying a secure, well-integrated web imaging setup needs skilled hands, internal or partner. This is what turns a free engine into safe, real value.


Open Source vs. Commercial: What Are the Paid Alternatives?

Cornerstone3D and the OHIF Viewer built on it compete with commercial web-based DICOM viewers such as Intelerad's InteleViewer and Ambra Health's zero-footprint, FDA 510(k)-cleared HTML5 viewer, now part of Intelerad. These commercial viewers are priced on a subscription basis scaled to organisation size, and, as with most enterprise medical imaging software, specific figures are not published; you get a quote based on your scale and needs.

The meaningful difference again is not price alone, it is regulatory clearance and support. A commercially cleared viewer like Ambra's or InteleViewer is built and certified for direct clinical diagnostic use, with a vendor support contract behind it. Cornerstone3D itself is a rendering engine, not a finished, cleared product, so if your goal is a clinically diagnostic viewer for radiologists to read from, a cleared commercial product, or a properly validated deployment of the open-source stack, is the responsible path.

Where Cornerstone3D and OHIF earn their keep is everywhere short of primary diagnostic reading: referrer and specialist access, patient-facing image sharing, teleradiology triage views, research, and, increasingly, the browser-based front end for AI-assisted imaging tools. For those uses, building on the free, open, actively maintained Cornerstone3D engine, rather than paying an enterprise subscription for a viewer with more clinical certification than the use case requires, is usually the sharper decision. The right call ultimately depends on whether a radiologist is making a primary diagnosis from the images, or whether the viewer is supporting a broader clinical or operational workflow.


Frequently Asked Questions

What is Cornerstone3D in simple terms?

Cornerstone3D is a free, open-source set of building blocks that developers use to create medical image viewers that run inside an ordinary web browser, with no special software to install. It is the engine behind modern browser-based viewers, including the widely used OHIF Viewer. It uses modern browser technology to display full medical scans (CT, MRI, and more) smoothly and interactively, letting clinicians scroll, zoom, measure, and view images in 3D right in a web page.

Why does browser-based imaging matter for my practice?

Because it removes the old constraint that scans could only be viewed properly at a specific workstation with special software. A browser-based viewer lets authorised clinicians review imaging from any suitable device with a secure connection, at another site, on call from home, during a telehealth visit. It also removes most software installation and maintenance burden, makes sharing with referring specialists easier, and avoids the per-seat licensing of some proprietary software. It changes where, how fast, and how affordably imaging can be reviewed.

Is Cornerstone3D really free?

Yes. Cornerstone3D is open source with no licence fee, and the viewers built on it, such as OHIF, are also free and open. The costs in a real deployment come from the expertise to build or deploy a viewer securely and integrate it with your archive and records, not from the software. For sensitive imaging that clinicians rely on, that expertise is a worthwhile investment.

Is browser-based medical imaging secure and HIPAA compliant?

It can be fully secure and compliant, but only when built correctly. Medical images are protected health information wherever they display, so a browser-based viewer must use encrypted connections, access controls, and audit logging. Importantly, "web-based" does not mean the data is sent to a public cloud: a viewer built on Cornerstone3D can serve images from your own archive within your controlled environment and simply display them in the browser over a protected connection. Compliance depends on how the deployment is architected, not on the fact that it runs in a browser.

Is Cornerstone3D a viewer I can download and use?

No. Cornerstone3D is a library, a set of building blocks used to create viewers, not a finished product. If you want a ready-to-use browser-based viewer, you would use something built on it, such as the OHIF Viewer. Cornerstone3D is the display engine underneath those products, one important layer of a complete imaging setup that also needs an archive, security, and integration with your systems.

How does Cornerstone3D relate to AI?

Cornerstone3D connects to image archives through DICOMweb, the standard web interface for medical images. The same clean channel that feeds scans to the browser viewer can also feed them to an AI model, which makes a modern web imaging setup naturally AI-ready. AI that detects findings or measures structures can be woven into the same browser workflow the clinician already uses, and frameworks like MONAI plug into the same standards-based pipeline. Open, web-based imaging is one of the smoothest foundations for adding imaging AI.


The Bottom Line for Your Practice

Cornerstone3D is another example of a pattern that runs through modern healthcare technology: a free, open tool quietly enabling a major shift, in this case, freeing medical imaging from the dedicated workstation and bringing it into the browser, where it can be reviewed from anywhere, shared easily, and connected naturally to AI. You will never touch the library, but the accessibility it enables is reshaping how imaging fits into multi-site care, telehealth, referrals, and AI-assisted workflows.

The two things to hold onto are opportunity and discipline. The opportunity is real: browser-based imaging built on open standards makes your imaging more accessible, more affordable, less locked-in, and more ready for AI. The discipline is non-negotiable: it must be architected with encryption, access control, and a controlled data path, because it handles some of the most sensitive data you hold. Get both right and you have modern, secure, future-ready imaging at a fraction of the old cost.

If you are considering browser-based imaging, multi-site scan access, telehealth imaging, or AI-assisted workflows, ValueStreamAI's healthcare team can help you design and deploy it securely on open standards. Start with our AI for Medical Practices hub, see the complete browser viewer in our OHIF Viewer guide, or get in touch to talk through your imaging goals.

The engine is free and it powers the modern web imaging world. The value comes from building on open standards and deploying it securely.

Disclaimer: This article is for informational purposes only and does not constitute financial, legal, or professional advice. Consult a qualified professional before making business or investment decisions.
ShareLinkedInX / Twitter
VS
ValueStreamAI Healthcare Team
AI Automation Specialists · Paisley, Scotland & Pembroke Pines, FL

ValueStreamAI builds custom agentic AI systems for SMBs and enterprises across the US and UK. Learn more about us →

← back to blog
NEXT AVAILABLE PILOT - MAY 12

Thirty minutes.
We'll tell you exactly
where your ROI is.

No sales deck. No “AI readiness assessment.” Just a direct conversation about which of your workflows are costing the most and whether AI can fix them. If there's no compelling answer, we'll say so.

Book a strategy call ->
info@valuestreamai.com - operating across US + UK