npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

orbidicom

v0.11.7

Published

CLI for OrbiDICOM, a modern, mobile-responsive, multilingual, Kubernetes-ready (Helm chart included) open-source DICOM viewer: `npx orbidicom` to run locally or against any PACS.

Readme

orbidicom

The CLI for OrbiDICOM — a modern, mobile-responsive, multilingual, open-source DICOM viewer (Vue 3 + Cornerstone3D). One command serves the viewer in your browser: locally on .dcm/.nii files, or against any DICOMweb PACS.

Note: OrbiDICOM's source repository is currently private, so the github.com/docorbitapp/orbidicom links in this README are not yet publicly accessible.

Quick start

npx orbidicom

Opens the viewer in your browser in local mode — drag in .dcm files (or a study folder / zip), no server required. Images, encapsulated-PDF reports, and DICOM Structured Reports (SR) all render.

Connect to a PACS

npx orbidicom --pacs https://your-host/dicom-web --study 1.2.840.113619…

--pacs / --study can also be passed at runtime via the URL (…/?pacs=/dicom-web&study=1.2.840…), so one served build can open any study without a rebuild.

Authentication

npx orbidicom --pacs https://host/dicom-web --auth bearer --token "$TOKEN"
npx orbidicom --pacs https://host/dicom-web --auth basic --username u --password p
npx orbidicom --pacs https://host/dicom-web --auth cookie    # cross-origin session cookie

The default is same-origin (no Authorization header; same-origin cookies are still sent). Security: basic/bearer credentials are embedded in the served config and visible to the browser — only use them on trusted/internal deployments; prefer cookie or a reverse proxy that injects auth server-side.

Options

| Flag | Description | | --------------------------- | ---------------------------------------------------- | | --pacs <url> | DICOMweb base URL (/dicom-web or https://host/…) | | --study <uid> | Study Instance UID to auto-open on load | | --auth <kind> | none (default) · cookie · bearer · basic | | --token <t> | Bearer token (with --auth bearer) | | --username / --password | Basic-auth credentials (with --auth basic) | | --port <n> | Port to serve on (default 4173) | | --open / --no-open | Open (default) / don't open the browser |

Recipes

# Open a specific study on a custom port, without auto-launching a browser:
npx orbidicom --pacs https://host/dicom-web --study 1.2.840… --port 8080 --no-open

# Local-only review station — drag .dcm / .nii files in, nothing leaves the machine:
npx orbidicom

# Same-origin proxy: point --pacs at a relative path your own server proxies to the PACS
# (keeps the PACS in-cluster, no CORS, no credentials in the browser):
npx orbidicom --pacs /dicom-web

Because --pacs / --study are also read from the URL (…/?pacs=/dicom-web&study=1.2.840…), one running instance (or the container image) can open any study — handy for embedding the viewer in an <iframe> or linking to it from a worklist without rebuilding.

Features & roadmap

✅ shipped · ⬜ planned. Tiers and detail in ROADMAP.md.

| Status | Capability | | ------ | ---------------------------------------------------------------------------------------------------------------------------------------- | | ✅ | 2D viewing — window/level, zoom, pan, slice scroll, rotate, flip, invert | | ✅ | Cine playback — per cell, adjustable fps | | ✅ | Measurement tools — length, angle, rectangle & ellipse ROI, probe | | ✅ | Keyboard shortcuts — tools, transforms, slice nav, W/L presets (remappable) | | ✅ | W/L preset engine — CT built-ins + modality-aware, host-extensible | | ✅ | Grid layouts — 1–10-up, each cell independent | | ✅ | Download slice as JPEG — image + measurements (no patient text) | | ✅ | Reports — encapsulated PDF + DICOM Structured Report (SR) | | ✅ | Metadata — on-image overlay with privacy blur + full DICOM tag reader | | ✅ | Data sources — DICOMweb (Orthanc, dcm4chee, Google Healthcare, proxy), local files, NIfTI, DICOM-JSON | | ✅ | Auth — none / basic / bearer / cookie | | ✅ | Study ZIP download (DICOMweb) | | ✅ | 20 UI languages (incl. RTL: Arabic, Persian) + searchable switcher + theming | | ✅ | Runs anywhere — offline, npx orbidicom, Kubernetes/Helm | | ✅ | MPR + 3D volume rendering (VR) — tri-planar + crosshairs + VR presets | | ✅ | Measurement export — JSON + CSV | | ✅ | STOW-RS uploadstoreInstances (multipart/related) | | ✅ | DICOM-SR export — measurement SR + Part-10 encoding & STOW-RS upload (buildMeasurementSrdicomJsonToPart10storeInstances) | | ✅ | DICOM-SEG — read-only labelmap rendering (2D stack) | | ✅ | Hanging protocolssingle / grid built-ins + custom | | ✅ | Study list / worklist — QIDO-RS searchStudies + a <StudyList> filter/results component | | ✅ | Plugin SDKregisterPlugin + data-source factory registry | | ⬜ | AI assistorbidicom aiTier 3 |

Embed or deploy

  • In your own app: npm i @orbidicom/vue @orbidicom/core vue and render <Viewer>.
  • Kubernetes: a container image and a Helm chart ship with the project (same-origin DICOMweb proxy, ingress/TLS, autoscaling, non-root hardening).

Supported languages

The viewer ships with 20 languages and a built-in searchable live switcher: English, Türkçe, Deutsch, Español, Français, Italiano, Português, Русский, 中文, 日本語, 한국어, हिन्दी, Bahasa Indonesia, Nederlands, Polski, العربية, فارسی, বাংলা, Tiếng Việt, Українська — the right-to-left languages (Arabic, Persian) mirror the layout. Adding more is a small string table — see the add-a-locale guide.

Project, docs, and source: https://github.com/docorbitapp/orbidicom

License

MIT © OrbiDICOM contributors.

"OrbiDICOM" and its logo are trademarks of DocOrbit — the MIT license covers the source code, not the name or logo. Trademark, licensing, security, or commercial inquiries: [email protected].