dynamo-browse/_site/content/download.md
Leon Mika bf879a8a78
Some checks failed
ci / Build (push) Successful in 4m9s
Release / Build (push) Successful in 4m14s
Release / Release MacOS (push) Failing after 25s
Release / Site (push) Successful in 1m30s
Fixed MacOS release (#3)
- Fixed MacOS release and moved UCL site into repository

Reviewed-on: #3
Co-authored-by: Leon Mika <lmika@lmika.org>
Co-committed-by: Leon Mika <lmika@lmika.org>
2025-10-26 00:41:24 +00:00

41 lines
814 B
Markdown

+++
layout = "single"
+++
# Download
Binary packages can be [download from GitHub](https://github.com/lmika/audax/releases/latest).
## MacOS Using Homebrew
If you have Homebrew, you can install using the following command:
```
brew tap lmika/audax
brew install audax
```
## Linux
To install the Debian package, download the `.deb` file, and install the package by running:
```
sudo apt install ./audax_0.4.0_linux_amd64.deb
```
To install the RPM package, download the `.rpm` file, and install the package by running:
```
sudo yum install ./audax_0.4.0_linux_amd64.rpm
```
## Install Using Go
If you have Go 1.22, you can install using the following command:
```
go install github.com/lmika/audax/cmd/dynamo-browse@v0.4.0
```
The source code can be [found on GitHub](https://github.com/lmika/audax).