Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation from source

Unless you have a good reason not to use it, it is strongly recommended to install Vinegar using Flatpak.

Running Vinegar and Roblox Studio without Flatpak has not been tested extensively and may cause issues that are otherwise non-existant with the Flatpak.

Please verify that your system fulfills the minimum requirements before starting any installation.

Build

To build Vinegar from source, you first need to make sure that you have the following dependencies installed:

  • Go >=1.22.0
  • GTK4
  • Libadwaita

To clone Vinegar’s git repository and start building, run the following commands:

$ git clone https://github.com/vinegarhq/vinegar.git
$ cd vinegar
$ make

Install

To install Vinegar, run the following command inside of its source directory:

$ pkexec make install