Windows Installation

  1. Download the latest Windows installer (.EXE) from the downloads page.
  2. Locate the file in your downloads folder and double-click it to open.
  3. Follow the setup wizard prompts.
  4. Select your installation directory and agree to the terms.
  5. Click Install and wait for the installation to complete.
  6. Launch DocGoblin from the Start Menu or your desktop shortcut.

Windows security alert

Windows may warn you that the software is potentially dangerous. This happens because DocGoblin is new software. To resolve this:

Go to Start > Settings > Applications > Applications and Features. Change "Choose application origin" from Windows Store Only to Anywhere.

macOS Installation

  1. Download the latest macOS disk image (.dmg) from the downloads page.
  2. Locate DocGoblin-1.4.0.dmg in your Downloads folder and double-click it to mount the disk image.
  3. In the window that opens, drag the DocGoblin icon onto the Applications folder shortcut.
  4. Wait for the copy to finish, then eject the mounted disk image by right-clicking it on your desktop (or in Finder's sidebar) and choosing Eject.
  5. Open Launchpad or your Applications folder and click DocGoblin to launch it.

macOS security alert

The first time you launch DocGoblin, macOS may refuse to open it with a message like "DocGoblin can't be opened because Apple cannot check it for malicious software". This happens because DocGoblin is not yet notarized with Apple. To resolve this:

  1. Right-click (or Control-click) the DocGoblin icon in your Applications folder and choose Open.
  2. In the dialog that appears, click Open again to confirm.
  3. macOS will remember your choice and launch DocGoblin normally the next time.

If the Open button is missing, go to System Settings > Privacy & Security, scroll down to the security section, and click Open Anyway next to the DocGoblin entry.

Linux (.deb) Installation

For Debian, Ubuntu, and derivatives.

Download

Download the .deb package from the downloads page, or use the terminal:

wget https://github.com/JulienTroudet/docgoblin/releases/download/v1.4.0/docgoblin_1.4.0_amd64.deb

Or with curl:

curl -O -L https://github.com/JulienTroudet/docgoblin/releases/download/v1.4.0/docgoblin_1.4.0_amd64.deb

Install

Using apt (recommended):

sudo apt install ./docgoblin_1.4.0_amd64.deb

Or using dpkg:

sudo dpkg -i docgoblin_1.4.0_amd64.deb

Linux (.rpm) Installation

For Fedora, CentOS, RHEL, and derivatives.

Download

Download the .rpm package from the downloads page, or use the terminal:

wget https://github.com/JulienTroudet/docgoblin/releases/download/v1.4.0/docgoblin-1.4.0-1.x86_64.rpm

Or with curl:

curl -O -L https://github.com/JulienTroudet/docgoblin/releases/download/v1.4.0/docgoblin-1.4.0-1.x86_64.rpm

Install

Using dnf (Fedora):

sudo dnf localinstall ./docgoblin-1.4.0-1.x86_64.rpm

Using yum (CentOS/RHEL):

sudo yum localinstall ./docgoblin-1.4.0-1.x86_64.rpm

Using rpm:

sudo rpm -i ./docgoblin-1.4.0-1.x86_64.rpm

Next: First steps with DocGoblin →