You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native AI keying runtime and OFX plugin for **DaVinci Resolve**, built in collaboration with **Corridor Digital**.
5
+
Native AI keying runtime and OFX plugin for **DaVinci Resolve and Foundry Nuke**, built in collaboration with **Corridor Digital**.
6
6
7
-
CorridorKey-Runtime provides two supported surfaces:
7
+
CorridorKey-Runtime provides three product surfaces:
8
8
9
-
-**DaVinci Resolve OFX plugin** for interactive keying inside Resolve
10
-
-**CLI runtime** for local processing, diagnostics, and automation
9
+
-**OFX plugin** for interactive keying inside DaVinci Resolve and Foundry Nuke
10
+
-**CLI** (`corridorkey`) for local processing, diagnostics, and automation
11
+
-**GUI** (Tauri-based desktop app) for users who prefer a graphical workflow over the CLI
12
+
13
+
The OFX plugin and the CLI ship in the same installer: the OFX bundle places `corridorkey.exe` next to `CorridorKey.ofx` and registers it on the system `PATH`, so the CLI is available after the OFX install. The GUI is distributed as a separate desktop installer that embeds its own copy of the runtime payload.
11
14
12
15
Current public builds support:
13
16
@@ -26,25 +29,27 @@ Current public builds support:
26
29
- Native local execution
27
30
- Practical deployment in real editing workflows
28
31
- Support for **NVIDIA RTX** and **Apple Silicon**
29
-
- Stable surfaces for both **DaVinci Resolve users** and **CLI/integration workflows**
32
+
- Stable surfaces for **DaVinci Resolve and Foundry Nuke users**, **CLI/integration workflows**, and **desktop GUI operators**
30
33
31
34
## Supported Surfaces
32
35
33
-
### OFX plugin for DaVinci Resolve
34
-
35
-
Use CorridorKey directly inside DaVinci Resolve through the OFX plugin.
36
-
36
+
### OFX plugin for DaVinci Resolve and Foundry Nuke
37
37
38
+
Use CorridorKey directly inside DaVinci Resolve or Foundry Nuke through the OFX plugin. The plugin is host-agnostic and registers itself at the standard OpenFX bundle path, so any OFX 1.4-compliant host that scans that path picks it up.
38
39
39
-
### CLI runtime
40
+
### CLI (`corridorkey`)
40
41
41
-
Use the CLI for:
42
+
The OFX installer ships the `corridorkey`CLI alongside the plugin and registers its directory on `PATH`. After installing the OFX bundle, `corridorkey` is callable from any terminal. Use it for:
42
43
43
44
- environment diagnostics
44
45
- scripted processing
45
46
- machine-readable JSON output
46
47
- automation and integration workflows
47
48
49
+
### GUI (Tauri desktop app)
50
+
51
+
A Tauri-based desktop application is available as a separate installer for users who prefer a graphical workflow over the CLI. The GUI embeds its own copy of the runtime payload, so it does not require the OFX bundle to be installed.
0 commit comments