Skip to main content
Version: 3.13.0-beta.81 (Latest)

Fanoni Imaging

Fanoni Imaging is a web-based DICOM viewer and clinical imaging platform built for modern radiology workflows. It connects directly to your PACS via DICOMweb and delivers advanced visualization — MPR, 3D rendering, segmentation, and hanging protocols — in the browser with no plugins required.

Key capabilities

  • Multi-planar reconstruction (MPR) — axial, sagittal, coronal views with linked cursor
  • 3D volume rendering — GPU-accelerated with Cornerstone3D
  • Segmentation — DICOM SEG import/export, label map overlay
  • Hanging protocols — configurable display rules per modality and study type
  • Measurements & annotations — length, angle, ROI, Hounsfield units, saved per study
  • DICOMweb native — QIDO-RS study list, WADO-RS pixel retrieval, STOW-RS upload
  • Orthanc PACS — ships with a bundled Orthanc container for on-premise storage
Open the viewerimaging.fanoni.ai
Getting startedDevelopment setup
ConfigurationConfig files
DeployProduction deployment
User guideUsing the viewer
GitHubFanoni-ai/fanoni-imaging

Architecture overview

Fanoni Imaging is composed of:

  • platform/app — the application shell, Vite/Webpack config, and config/default.js
  • platform/core — services, managers, and the extension/mode registry
  • platform/ui / platform/ui-next — React component library (Tailwind CSS)
  • extensions/ — modality-specific capabilities (Cornerstone3D, DICOM SR, SEG, RT)
  • modes/ — workflow compositions (longitudinal, segmentation, TMTV)

See Architecture for a full breakdown.