Releases

SanteDB software can be downloaded via the GitHub pages for each of the projects.

Downloads

Download Link

Contents

Installation Instructions

  • SanteDB iCDR Server

  • SanteDB Administration Console

  • SanteMPI Server

  • Web Access Gateway Service

  • Applet Debugger

  • Business Rules Debugger

  • Data Importer

  • Package Manager

You can download the latest versions (even if release notes aren't prepared for them on GitHub) from the SanteDB Experimental Releases repository.

SanteDB iCDR Server

Installers

The following iCDR server releases can be found via the santedb-server project on GitHub:

  • Microsoft Windows Installation Package

  • Linux Distribution (manual install via tarball)

  • MacOS (manual install via zip)

Virtual Appliances

Additionally, you can download a virtual appliance via an Open Virtual Appliance file:

Docker Containers

You can also run SanteDB iCDR products in a Docker or Kubernetes environment. For more details see the Docker Containers documentation.

SanteDB dCDR

Android Application

Typically a SanteDB dCDR instance is customized and branded for a particular context. You can download the vanilla (whitelabel) dCDR Android Applications via the santedb-dc-android GitHub project.

You can use the generic SanteDB dCDR Android application to connect to any SanteDB iCDR server - the generic dCDR will download the latest application packages from the iCDR after joining.

Windows Application

The self-contained Windows Application is useful for disconnected environments where larger datasets are required offline and higher burden of data entry is necessary. The Windows Application can be installed via the installers available on the santedb-dc-win32 GitHub project.

Disconnected Gateway Service

The disconnected gateway service provides a common dCDR instance running on a local area network and allows multiple web-browsers, Android apps, and third party systems (via HL7 or FHIR) to connect to the disconnected environment.

The dCDR can be installed and is tested on:

  • Microsoft Windows via an installer

  • Linux or MacOS via a tarball/zip distribution (requires Mono framework)

  • Raspbian or MacOS M1 ARM processors (requires Mono for ARM)

The dCDR Gateway can be downloaded from the santedb-dcg GitHub project.

dCDR Web Access Gateway

The dCDR WWW service allows operators of SanteDB infrastructure to host dCDR applications (which are typically designed for offline use) to operate in an online-only fashion and allows for access to the user interfaces for broad internet hosting environments.

The dCDR web host is typically used to host administrative panels, reporting portals, etc. The service can be installed on:

  • Microsoft Windows (via installer)

  • Linux or MacOS (via tarball - requires Mono Framework)

  • Docker Containers

The installers can be accessed via the santedb-www GitHub project. The docker instance can be spun up using the santedb-www:latest docker image.

Software Development Kit

The SanteDB SDK is used by developers to simulate the offline dCDR in a debug-friendly environment. The SDK is documented on the Installing the dCDR SDK wiki page.

The SDK runs on:

  • Microsoft Windows (via installer)

  • Linux or MacOS (via tarball - requires Mono Framework)

It can be downloaded from the santedb-sdk GitHub project page.

Last updated