Tabby

Installation

How to install Tabby on your system

Installation

Prerequisites

  • Go 1.21 or higher

Using Go Install

The easiest way to install Tabby is using go install:

go install github.com/nhdfr/tabby@latest

Make sure your Go bin directory is in your PATH:

export PATH=$PATH:$(go env GOPATH)/bin

Building from Source

Clone the repository and build:

git clone https://github.com/nhdfr/tabby.git
cd tabby
go build -o tabby .

Verify Installation

Check that Tabby is installed correctly:

tabby --help

You should see the help output with available commands.

On this page