41 lines
		
	
	
		
			814 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			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). |