Skip to content

Installation


Make sure to run Toney init after installation

Linux

Arch Linux (AUR)

yay -S toney

maintained by NucleoFusion

Debian / Ubuntu (.deb)

Install the .deb file here.

sudo apt install ./path/to/debfile

maintained by NucleoFusion

Fedora / RHEL (.dnf)

Install the .dnf file here.

sudo dnf install ./path/to/debfile

maintained by NucleoFusion

Windows

Install the .zip file here.

MacOS

Install the .tar.gz file here.

From Source

With Git Clone

curl -sSL https://raw.githubusercontent.com/NucleoFusion/toney/main/install.sh | bash
cd Toney
go build
./Toney

Prerequisites:

  • curl
  • go

With Go Install

go install github.com/SourcewareLab/Toney@latest

Released under the MIT License