Installation
TinyPanda is available as a prebuilt binary for Linux, macOS, and Windows. This page covers the latest release, earlier versions are available on the releases page.
Linux
- Download the latest release.
curl -LO https://github.com/aprimr/tinypanda/releases/latest/download/tinypanda-linux
- Make the binary executable.
chmod +x tinypanda-linux
- Move it to
/usr/local/binand rename it totinypanda.
sudo mv tinypanda-linux /usr/local/bin/tinypanda
macOS
TinyPanda is available for both Apple Silicon (M1/M2/M3/M4) and Intel Macs.
- Apple Silicon (arm64)
- Intel (amd64)
- Download the latest release.
curl -LO https://github.com/aprimr/tinypanda/releases/latest/download/tinypanda-macos-arm64
- Make the binary executable.
chmod +x tinypanda-macos-arm64
- Move it to
/usr/local/binand rename it totinypanda.
sudo mv tinypanda-macos-arm64 /usr/local/bin/tinypanda
- Download the latest release.
curl -LO https://github.com/aprimr/tinypanda/releases/latest/download/tinypanda-macos-amd64
- Make the binary executable.
chmod +x tinypanda-macos-amd64
- Move it to
/usr/local/binand rename it totinypanda.
sudo mv tinypanda-macos-amd64 /usr/local/bin/tinypanda
Windows
-
Download
tinypanda-windows.exefrom the latest release or Download page. -
Rename it to
tinypanda.exe. -
Move it to a folder, for example:
C:\TinyPanda
- Add
C:\TinyPandato your systemPATH.
Verify the installation
Open a new terminal and run:
tinypanda --version
If TinyPanda is installed correctly, the installed version will be displayed.