Pre-Built binaries

Install DMG by downloading and running an optimized prebuilt binary.

Download binaries for Windows, Linux and macOS from the download page. The correct version for your operating system should be automatically selected.

Versions

Alpha version

Click this option if you want the development version and help test the latest features. Report any bugs on our Discord.

Release version

Not out

Running the downloaded binary

Windows

# GUI
.\dmg.exe

# CLI
.\dmg.exe -cli

Linux

Find the package requirements for your distro below. After installed them, run the AppImage:

# GUI
./dmg-x86_64.AppImage

# CLI
./dmg-x86_64.AppImage -cli

Debian and Ubuntu

sudo apt install -y libfuse2 libgtk-3-dev libwebkit2gtk-4.1-dev

Fedora

sudo dnf install webkit2gtk4.1

Others

  1. Follow this guide to install FUSE for your distro.

  2. Install webkit2gtk4.1

macOS

First, extract and double click the downloaded binary named dmg once. Because I'm not paying apple $100 a year to sign this app, you must follow these instructions to allow the app to run:

  1. Scroll down to Security section, where you should see "dmg" was blocked to protect your mac. Click Open anyway.

  2. In the popup, click Open anyway again, then enter your login password, then click OK.

After installation, you can proceed to configuring DMG.

Entering token and channel ID

Last updated