[GH-ISSUE #15] opentui is not supported on the current platform: darwin-arm64 #5

Closed
opened 2026-03-02 23:43:47 +03:00 by kerem · 0 comments
Owner

Originally created by @ripgrim on GitHub (Aug 15, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/15

grim@Mac ~ % cd opentui
grim@Mac opentui % bun run src/examples/index.ts
16 |     if (existsSync(targetLibPath)) {
17 |       return targetLibPath
18 |     }
19 |   } catch {}
20 | 
21 |   throw new Error(`opentui is not supported on the current platform: ${process.platform}-${process.arch}`)
             ^
error: opentui is not supported on the current platform: darwin-arm64
      at findLibrary (/Users/grim/opentui/src/zig.ts:21:9)
      at getOpenTUILib (/Users/grim/opentui/src/zig.ts:25:38)
      at new FFIRenderLib (/Users/grim/opentui/src/zig.ts:477:20)
      at resolveRenderLib (/Users/grim/opentui/src/zig.ts:1100:18)
      at createCliRenderer (/Users/grim/opentui/src/renderer.ts:99:18)
      at createCliRenderer (/Users/grim/opentui/src/renderer.ts:87:41)
      at /Users/grim/opentui/src/examples/index.ts:460:24

I was able to run examples just fine until this latest version

Originally created by @ripgrim on GitHub (Aug 15, 2025). Original GitHub issue: https://github.com/anomalyco/opentui/issues/15 ```bash grim@Mac ~ % cd opentui grim@Mac opentui % bun run src/examples/index.ts 16 | if (existsSync(targetLibPath)) { 17 | return targetLibPath 18 | } 19 | } catch {} 20 | 21 | throw new Error(`opentui is not supported on the current platform: ${process.platform}-${process.arch}`) ^ error: opentui is not supported on the current platform: darwin-arm64 at findLibrary (/Users/grim/opentui/src/zig.ts:21:9) at getOpenTUILib (/Users/grim/opentui/src/zig.ts:25:38) at new FFIRenderLib (/Users/grim/opentui/src/zig.ts:477:20) at resolveRenderLib (/Users/grim/opentui/src/zig.ts:1100:18) at createCliRenderer (/Users/grim/opentui/src/renderer.ts:99:18) at createCliRenderer (/Users/grim/opentui/src/renderer.ts:87:41) at /Users/grim/opentui/src/examples/index.ts:460:24 ``` I was able to run examples just fine until this latest version
kerem closed this issue 2026-03-02 23:43:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#5
No description provided.