[GH-ISSUE #153] Unable to install Go package on Mac ARM64 #37

Closed
opened 2026-03-02 23:44:03 +03:00 by kerem · 8 comments
Owner

Originally created by @alwindoss on GitHub (Sep 10, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/153

I use the install command for system wide installation
curl -L https://github.com/sst/opentui/releases/latest/download/install.sh | sh it results in an error

Error:

sh: line 1: Not: command not found
➜  ~

I noticed that there are no latest releases

Originally created by @alwindoss on GitHub (Sep 10, 2025). Original GitHub issue: https://github.com/anomalyco/opentui/issues/153 I use the install command for system wide installation `curl -L https://github.com/sst/opentui/releases/latest/download/install.sh | sh` it results in an error **Error:** ``` sh: line 1: Not: command not found ➜ ~ ``` I noticed that there are no `latest` releases
kerem closed this issue 2026-03-02 23:44:03 +03:00
Author
Owner

@kommander commented on GitHub (Sep 10, 2025):

The go mod is not officially released yet and there are no prebuilds available currently. The native API changed a lot and the bindings are probably broken. @dnakov started that.

<!-- gh-comment-id:3274965924 --> @kommander commented on GitHub (Sep 10, 2025): The go mod is not officially released yet and there are no prebuilds available currently. The native API changed a lot and the bindings are probably broken. @dnakov started that.
Author
Owner

@dnakov commented on GitHub (Sep 10, 2025):

@kommander how do you propose we tackle this?
I don't monitor or make changes to the native APIs, so I wouldn't automatically know to update the bindings.
Also, I've added a release github workflow that will publish a release, just needs a tag to be created.

<!-- gh-comment-id:3275036736 --> @dnakov commented on GitHub (Sep 10, 2025): @kommander how do you propose we tackle this? I don't monitor or make changes to the native APIs, so I wouldn't automatically know to update the bindings. Also, I've added a release github workflow that will publish a release, just needs a tag to be created.
Author
Owner

@kommander commented on GitHub (Sep 10, 2025):

If you could check once if it's running fine and updated I can create one release that can be used. I'd decouple that from npm releases then it will stay working when I change native and you or someone can update that when needed.

<!-- gh-comment-id:3275213766 --> @kommander commented on GitHub (Sep 10, 2025): If you could check once if it's running fine and updated I can create one release that can be used. I'd decouple that from npm releases then it will stay working when I change native and you or someone can update that when needed.
Author
Owner

@ytsruh commented on GitHub (Sep 16, 2025):

@kommander how do you propose we tackle this? I don't monitor or make changes to the native APIs, so I wouldn't automatically know to update the bindings. Also, I've added a release github workflow that will publish a release, just needs a tag to be created.

I'd be happy to help support this moving forwards if it was helpful? I'm a fair decent Gopher & I've got a vested interest in making this available (Bubbletea sux lulz). Let me know how I can get in touch if I can help out

<!-- gh-comment-id:3297749260 --> @ytsruh commented on GitHub (Sep 16, 2025): > [@kommander](https://github.com/kommander) how do you propose we tackle this? I don't monitor or make changes to the native APIs, so I wouldn't automatically know to update the bindings. Also, I've added a release github workflow that will publish a release, just needs a tag to be created. I'd be happy to help support this moving forwards if it was helpful? I'm a fair decent Gopher & I've got a vested interest in making this available (Bubbletea sux lulz). Let me know how I can get in touch if I can help out
Author
Owner

@Wilson159 commented on GitHub (Sep 22, 2025):

@ytsruh On behalf of everyone else in the Go ecosystem writing TUIs, please do!

<!-- gh-comment-id:3316431836 --> @Wilson159 commented on GitHub (Sep 22, 2025): @ytsruh On behalf of everyone else in the Go ecosystem writing TUIs, please do!
Author
Owner

@dnakov commented on GitHub (Sep 22, 2025):

sorry guys, I'll try to fix this week but if anyone uses go and wants to PR, please do :D

<!-- gh-comment-id:3316483687 --> @dnakov commented on GitHub (Sep 22, 2025): sorry guys, I'll try to fix this week but if anyone uses go and wants to PR, please do :D
Author
Owner

@ytsruh commented on GitHub (Sep 22, 2025):

I had a crack at this on Saturday - progress here - https://github.com/ytsruh/opentui/tree/go-update

I got it mostly working but I had a nightmare with the pkg-config setup. @dnakov if you can talk me through how it works I'm happy to build this out and maintain it going forwards

<!-- gh-comment-id:3317363493 --> @ytsruh commented on GitHub (Sep 22, 2025): I had a crack at this on Saturday - progress here - https://github.com/ytsruh/opentui/tree/go-update I got it mostly working but I had a nightmare with the pkg-config setup. @dnakov if you can talk me through how it works I'm happy to build this out and maintain it going forwards
Author
Owner

@simonklee commented on GitHub (Jan 27, 2026):

Go is no longer part of the official language bindings. Closing. https://github.com/anomalyco/opentui/issues/489

<!-- gh-comment-id:3804124875 --> @simonklee commented on GitHub (Jan 27, 2026): Go is no longer part of the official language bindings. Closing. https://github.com/anomalyco/opentui/issues/489
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#37
No description provided.