Get Tabatura running on your machine in a few simple steps.
Download the latest release for your platform. No installation needed — just open and run.
By downloading Tabatura you agree to the terms of use.
.gp .gp3 .gp4 .gp5 .gp6 .gp7 .gpxDownload the .app bundle and drag it to your Applications folder. On first launch, right-click → Open to bypass Gatekeeper.
Download and run the .exe. No installation or setup required.
Extract the archive, install the required display libraries, then install Tabatura using the included Makefile:
# Extract the archive mkdir tabatura && tar -xf Tabatura-linux.tar.xz -C tabatura cd tabatura # Install required display libraries — Debian/Ubuntu sudo apt-get install libgl1-mesa-dev xorg-dev # Install required display libraries — Fedora sudo dnf install mesa-libGL-devel libXcursor-devel libXrandr-devel # System-wide install sudo make install # Or user-only install (no sudo required) make user-install
After installing, launch Tabatura from your application menu or by running tabatura in a terminal.