Skip to content

Getting Started

Micro-Seg is a native desktop tool for annotating and analyzing 2D microscopy images, with AI-assisted segmentation that runs entirely on your machine.

  • Windows 10 or later (x64), or Linux (x64)
  • A GPU is not required, but the interface is GPU-accelerated and benefits from a working graphics driver

Micro-Seg ships as a portable archive — there is no installer.

  1. Get the archive for your platform from the download page: .zip for Windows, .tar.gz for Linux.
  2. Verify the checksum against the checksum file provided with the download (optional but recommended).
  3. Extract the archive anywhere and run the microseg executable.

The ONNX Runtime libraries used for AI segmentation are bundled inside the archive. Model weights are managed separately inside the app.

  1. Create a project. A project is a plain directory on disk — no database, no hidden state elsewhere.
  2. Import images (Ctrl+O). Every imported image is content-addressed by the SHA-256 hash of its raw bytes, so re-importing the same file is detected and rejected as a duplicate.
  3. Define labels. Set up the label categories (name + color) you want to annotate with — they’re on the Labels tab of the right panel.
  4. Annotate. Pick a tool from the left toolbar — see Annotation tools — or let AI segmentation propose masks you refine by hand.
  5. Save (Ctrl+S). Annotations are written crash-safely next to the images inside the project directory. Auto-save is available in the configuration.

Everything the project needs lives inside its directory, which makes projects trivial to copy, archive, or version with Git.