-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
arrow edited this page Aug 4, 2026
·
1 revision
WIMF supports CPython 3.10–3.14.
python -m pip install --upgrade wimfMatching Windows, Linux, and macOS wheels include the native C++ backend and do not require a local compiler.
python -m wimf runtime --jsonLook for:
{
"native": true,
"native_orchestration": true
}If native is false, WIMF is using the slower Python compatibility implementation. Confirm that your Python version and architecture match a published wheel.
wimf-studioor:
python -m wimf viewTkinter is required only for Studio. Headless CLI tools do not import it.
A source installation requires a C++17 compiler. The build compiles two native extensions and the pinned Zstandard backend.