conductor-oss-native-linux-x64 0.61.12 → 0.61.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/bin/conductor +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,6 +99,10 @@ This is the flow the current app is built around.
|
|
|
99
99
|
|
|
100
100
|
## Quick start
|
|
101
101
|
|
|
102
|
+
The published launcher requires Node.js `>= 20.9.0` and includes native
|
|
103
|
+
backends for macOS (Apple Silicon and Intel), Linux x64, and Windows x64.
|
|
104
|
+
Other platforms can run Conductor from a source build.
|
|
105
|
+
|
|
102
106
|
### Option A, point Conductor at an existing repo
|
|
103
107
|
|
|
104
108
|
```bash
|
|
@@ -296,7 +300,7 @@ The hosted Chromium preview worker is also deployed independently. See `docs/pre
|
|
|
296
300
|
### Prerequisites
|
|
297
301
|
- Rust stable toolchain
|
|
298
302
|
- Bun `>= 1.2`
|
|
299
|
-
- Node.js `>=
|
|
303
|
+
- Node.js `>= 20.9.0`
|
|
300
304
|
- `git`
|
|
301
305
|
|
|
302
306
|
### Install
|
package/bin/conductor
CHANGED
|
Binary file
|