Test DICOM networking. View DICOM images. A native macOS toolbench for PACS integration engineers — free and open source.
Signed & notarized. Also on Homebrew: brew install --cask krasnov777/tap/dicomflow. Or build from source with xcodegen + xcodebuild — no certificates needed.
Every protocol a PACS integration touches, in one sidebar — with a decoded traffic timeline underneath.
Not a diagnostic workstation — a fast, keyboard-driven way to actually look at the data you're moving around.
dicomflow-mcp exposes the same native engine to AI agents over the Model Context Protocol — echo a PACS, query studies, retrieve, inspect tags, render slices — and drive the app itself: see what's open in the viewer, open studies, navigate slices and window/level, straight from Claude or any MCP client.
One sandboxed process: SwiftUI for the UI, Metal for rendering, and DCMTK statically linked in-process through an Obj-C++ bridge. No Python, no subprocesses, no runtime dependencies.
The repo builds unsigned out of the box — no Apple certificates required.
# one-time: build the native codecs (~3 min) bash native/build-dcmtk.sh bash native/build-openjpeg.sh # generate the Xcode project and build xcodegen generate xcodebuild -project DicomFlow.xcodeproj -scheme DicomFlow \ -configuration Debug -derivedDataPath build build open build/Build/Products/Debug/DicomFlow.app