Skip to content

Releases: InternationalColorConsortium/iccDEV

Latest Build

30 Apr 22:32
35f5c5e

Choose a tag to compare

Rolling Latest Build

Commit: 35f5c5e
Branch: master
Date: 2026-04-30T22:22:20Z

Downloads

Platform Archive
Linux (GCC) iccdev-linux-gcc.zip
Linux (Clang) iccdev-linux-clang.zip
macOS (Clang) iccdev-macos-clang.zip
Windows (MSVC) iccdev-windows-msvc.zip
WASM (Emscripten) iccdev-wasm-release.zip

Install via Package Managers

Method Command
Homebrew brew install iccdev
NPM npm install iccdev
Docker Pull docker pull ghcr.io/internationalcolorconsortium/iccdev:latest
Docker Run docker run -it ghcr.io/internationalcolorconsortium/iccdev:latest

Auto-published by ci-latest-release on push to master.

Latest Build

24 Apr 22:18
ed84fc2

Choose a tag to compare

Summary of Changes

20260422 14:49:57 UTC

v2.3.1.8 on 24 April 2026

  • Json support

Maintainers addressed these issues during the period:

#776 #777 #778 #779 #780 #782 #784 #785 #788 #791 #792 #794 #795 #796 #797 #799 #801 #805 #807 #809 #811 #812 #814 #815 #816 #817 #823 #824 #826 #827 #830 #831 #832 #834 #835 #837

No CVE are reported.

Please open an Issue with any Suggestions, Feedback or Trouble Reports.

Rolling Latest Build

Commit: ed84fc2
Branch: master
Date: 2026-04-24T22:09:10Z

Downloads

Platform Archive
Linux (GCC) iccdev-linux-gcc.zip
Linux (Clang) iccdev-linux-clang.zip
macOS (Clang) iccdev-macos-clang.zip
Windows (MSVC) iccdev-windows-msvc.zip
WASM (Emscripten) iccdev-wasm-release.zip

Install via Package Managers

Method Command
Homebrew brew install iccdev
NPM npm install iccdev
Docker Pull docker pull ghcr.io/internationalcolorconsortium/iccdev:latest
Docker Run docker run -it ghcr.io/internationalcolorconsortium/iccdev:latest

Auto-published by ci-latest-release on push to master.

vcpkg dependencies for Win11

04 Feb 18:35
01a3faf

Choose a tag to compare

vcpkg deps

git clone https://github.com/InternationalColorConsortium/iccDEV.git
cd iccDEV
          Write-Host "========= Fetching Deps from Releases... ================`n"
          Start-BitsTransfer -Source "https://github.com/InternationalColorConsortium/iccDEV/releases/download/v2.3.1/vcpkg-exported-deps.zip" -Destination "deps.zip"
          Write-Host "========= Extracting Dependencies ...    ================`n"
          tar -xf deps.zip
          cd Build/Cmake
          Write-Host "========= Configuring iccDEV ... ================`n"  
          cmake  -B build -S . -DCMAKE_TOOLCHAIN_FILE="..\..\scripts\buildsystems\vcpkg.cmake" -DVCPKG_MANIFEST_MODE=OFF -DCMAKE_BUILD_TYPE=Debug  -Wno-dev
          cmake --build build -- /m /maxcpucount
          cmake --build build -- /m /maxcpucount