stefanprodan / timoni

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://timoni.sh
Apache License 2.0
1.51k stars 67 forks source link

Simple install without brew #295

Closed zs-dima closed 8 months ago

zs-dima commented 8 months ago

Brew does not support ARM64. Could be nice to have simple way to install timoni without installling Brew or Go.

https://timoni.sh/install/

stefanprodan commented 8 months ago

Brew does not support ARM64.

The Brew formula for Timoni supports ARM64 for both macOS and Linux, see https://github.com/stefanprodan/homebrew-tap/blob/main/Formula/timoni.rb

Could be nice to have simple way to install timoni without installing Brew or Go.

There is simple way, you can download the binary from the release page and run it. Timoni has no OS dependencies and works on any Windows, Linux and macOS machine.

zs-dima commented 8 months ago

@stefanprodan thanks a lot for the answer

The Brew formula

ARM (unsupported) - https://docs.brew.sh/Homebrew-on-Linux I mean brew itself does not support ARM64 officially

download the binary

Thanks a lot, could be nice to add it to install doc

stefanprodan commented 8 months ago

The first paragraph on the install page:

Timoni is available as a binary executable for Linux, macOS and Windows. The AMD64 and ARM64 binaries can be downloaded from GitHub releases.