Skip to main content

Palette Neat

Palette Neat is the SiMa.ai software development toolkit for building AI applications on Modalix. It includes the development environment, runtime library, model tooling, and DevKit validation workflow. Together, these components support the full development path: prepare a model, build an application, and validate the result on Modalix hardware.

Use this overview to understand the main parts of Palette Neat and choose the right setup, model preparation, or application development path.

Palette Neat software stack showing the Neat SDK, Neat Library, Model Compiler, LLiMa, and Modalix DevKit

If you are new to Palette Neat

There are two supported ways to develop applications with Palette Neat:

  • Use the Neat SDK when you want a more performant development environment, especially if you plan to compile models, or cross-compile large scale C++ code.
  • Develop directly on the DevKit when you want fewer moving parts with the development environment, especially when you are not doing model compilation work.

If you choose the SDK path, confirm your host meets the host requirements, then install the SDK. SDK installation applies compatible defaults, so you only need the Compatibility reference when you want to pin exact versions, upgrade components independently, or troubleshoot a version mismatch.

SDK-only fast path (no DevKit): install the SDK, then go straight to Compile a Model. Configure SDK, DevKit Sync, the Neat Library, and PyNeat are optional side-trips you can skip until you pair a DevKit.