Skip to content

Experimental Features

Experimental features are not part of stable Slint and may change at any time. Their purpose is to let us try new ideas and collect feedback before we commit to them.

Experimental features are opt-in. How you enable them depends on the language and tool you use.

Set the SLINT_ENABLE_EXPERIMENTAL_FEATURES environment variable when building your application:

Terminal window
SLINT_ENABLE_EXPERIMENTAL_FEATURES=1 cargo build
bash

The SLINT_ENABLE_EXPERIMENTAL_FEATURES variable also enables experimental features in slint-viewer. slint-lsp always has experimental features enabled.

Add ?EXPERIMENTAL=1 to the SlintPad URL: snapshots.slint.com/master/editor/?EXPERIMENTAL=1.


© 2026 SixtyFPS GmbH