Windows Installation
- Download the latest Windows installer (.EXE) from the downloads page.
- Locate the file in your downloads folder and double-click it to open.
- Follow the setup wizard prompts.
- Select your installation directory and agree to the terms.
- Click Install and wait for the installation to complete.
- 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
- Download the latest macOS disk image (.dmg) from the downloads page.
- Locate
DocGoblin-1.4.0.dmgin your Downloads folder and double-click it to mount the disk image. - In the window that opens, drag the DocGoblin icon onto the Applications folder shortcut.
- 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.
- 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:
- Right-click (or Control-click) the DocGoblin icon in your Applications folder and choose Open.
- In the dialog that appears, click Open again to confirm.
- 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