Skip to main content

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

  1. Download the latest release.
curl -LO https://github.com/aprimr/tinypanda/releases/latest/download/tinypanda-linux
  1. Make the binary executable.
chmod +x tinypanda-linux
  1. Move it to /usr/local/bin and rename it to tinypanda.
sudo mv tinypanda-linux /usr/local/bin/tinypanda

macOS

TinyPanda is available for both Apple Silicon (M1/M2/M3/M4) and Intel Macs.

  1. Download the latest release.
curl -LO https://github.com/aprimr/tinypanda/releases/latest/download/tinypanda-macos-arm64
  1. Make the binary executable.
chmod +x tinypanda-macos-arm64
  1. Move it to /usr/local/bin and rename it to tinypanda.
sudo mv tinypanda-macos-arm64 /usr/local/bin/tinypanda

Windows

  1. Download tinypanda-windows.exe from the latest release or Download page.

  2. Rename it to tinypanda.exe.

  3. Move it to a folder, for example:

C:\TinyPanda
  1. Add C:\TinyPanda to your system PATH.

Verify the installation

Open a new terminal and run:

tinypanda --version

If TinyPanda is installed correctly, the installed version will be displayed.