jiren 3.3.0 → 3.5.0

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 CHANGED
@@ -738,8 +738,11 @@ export async function GET() {
738
738
 
739
739
  - **Runtime**:
740
740
  - **Bun** v1.0.0+
741
- - **Node.js** v18.0.0+ (macOS/Linux)
742
- - **OS**: macOS (ARM64/x64) or Linux (x64)
741
+ - **Node.js** v18.0.0+ (macOS/Linux/Windows)
742
+ - **OS**:
743
+ - Native mode: macOS (ARM64/x64) or Linux (x64)
744
+ - Compatibility mode: Windows (fetch fallback, reduced performance/features)
745
+ - **Optional**: set `JIREN_FORCE_FETCH_FALLBACK=1` to force compatibility mode.
743
746
 
744
747
  ---
745
748