mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #153] Unable to install Go package on Mac ARM64 #807
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#807
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 | shit results in an errorError:
I noticed that there are no
latestreleases@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.
@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.
@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.
@ytsruh commented on GitHub (Sep 16, 2025):
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
@Wilson159 commented on GitHub (Sep 22, 2025):
@ytsruh On behalf of everyone else in the Go ecosystem writing TUIs, please do!
@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
@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
@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