Skip to content

CellCounter 1.0.8 for Windows

Choose a tag to compare

@Alperen-Gur Alperen-Gur released this 31 Aug 22:21

CellCounter 1.0.8 for Windows is the first full Windows-native Tauri release, preserving the React interface and the macOS 1.0.8 workflow set with Windows-specific packaging and local storage.

Included

  • Native 64-bit Windows 10/11 packages in both NSIS .exe and WiX .msi formats.
  • Three explicit local model families: Cellpose-SAM v2, Cellpose cyto3, and StarDist fluorescence.
  • Local microscopy import, calibration, measurements, corrections, review, assays, comparison, exports, protocols, fine-tuning, and provenance workflows.
  • Image pixels, measurements, corrections, model caches, and exports stay on the PC. Model runtime packages download only when the user installs a model.

Performance and safety

  • Mask edits use one ordered IPC call and one atomic SQLite transaction.
  • Library and results screens use compact, batch-scoped queries instead of transferring full contour payloads.
  • TIFF/JPEG metadata reads are bounded, and oversized decoded images are rejected before materialization.
  • Model runtimes are CPU-only in 1.0.8; the interface does not claim unvalidated GPU acceleration.

Install

  • Choose the NSIS setup .exe for a normal per-user installation.
  • Choose the .msi for Windows Installer or managed deployment.
  • Both installers are currently unsigned. Windows SmartScreen may warn; verify the matching SHA-256 in SHA256SUMS.txt before continuing.

The installers were built and verified on GitHub's Windows x64 runner. See docs/WINDOWS.md for requirements, backup, reset, and troubleshooting guidance.