macOS does not receive a GoldenDict .dmg on the GitHub Releases tags verified for this guide, and no Homebrew cask named goldendict resolved on formulae.brew.sh during research. The honest path is a source build from goldendict/goldendict following the upstream README.
Prepare the toolchain
Install Xcode command-line tools. Install a Qt version the README accepts (Qt 4.6+ historically, with Qt 4.7/4.8 or Qt5 paths described upstream). On Mac, many libraries are vendored in-repo per the README, which simplifies dependency hunting compared with Linux package lists.
Clone and build
git clone https://github.com/goldendict/goldendict.git
cd goldendict
qmake
make
If qmake points at the wrong Qt, use the full path to the Qt5 qmake as the README suggests. Optional flags such as Chinese conversion or Zim support need extra libraries before you pass CONFIG+=... to qmake. Combine flags in one qmake launch, then make clean && make when settings change.
After the binary appears
Launch the built GoldenDict, open Dictionaries, add a licensed pack, and wait for indexing. Prove one lookup. Keep the clone folder if you plan to rebuild on updates, or note the commit or tag you built.
When source builds are too heavy
If you cannot install Qt tooling, use a Windows or Linux machine you control for Install.exe or Flatpak instead of downloading a shady “mac dictionary” converter. Do not invent a brew cask id. Re-check Homebrew later during operate reviews.
Updates
Pull or re-clone when you want a newer upstream tag, then rebuild. Releases still matter for reading changelogs even when macOS has no installer asset. Pair this page with download safe and first run.
Optional CONFIG flags
Chinese conversion needs libopencc and CONFIG+=chinese_conversion_support. Zim/Slob needs lzma/zstd and CONFIG+=zim_support. Epwing and audio backends have disable flags when libraries fight your OS version. Only enable what you need after a plain build works.
Rights and packs
The GPL-3.0 program licence is not a free pass to redistribute every lexicon file. Keep pack licences with backups. A clean macOS dictionary install is a working binary plus packs you may legally use, not a pile of unmarked downloads.
Verify against research notes
- README and Releases assets
- Flathub appstream id
- Debian package listings
Facts on this page come from the goldendict/goldendict README, GitHub Releases tag assets, Flathub appstream for org.goldendict.GoldenDict, and Debian package listings checked on 2026-09-15. If a newer tag appears, prefer the live Releases list and exact filenames over any hard-coded memory of the current release alone. The home install panel reads gh.json at build time so the current release link stays fresh.
Keep one update door
One install style per machine. Write it down.
Pick one install style per machine and write it down. Windows Install.exe users return to GitHub Releases. Portable 7z users replace the extracted folder carefully. Flatpak users run flatpak update. apt users use their distro tools. Source builders pull and rebuild. Mixing three doors on one PATH creates confusing dual launches and stale packs.
Privacy and offline use
- Local packs keep lookups on disk after indexes build.
- Online dictionaries are optional network queries.
Local packs keep lookups on your disks after indexes build. Online dictionaries inside GoldenDict are optional and reintroduce network queries. Leave them off for confidential terminology until policy says otherwise. You still need network for the first installer or package download.
Related pages
Read the download-safe, releases, GitHub, for-this-computer, and installed pages when you need cluster detail beyond this guide. The guides hub lists every how-to in one place.
Practical lab notes
- Document install style and pack folder path.
- Share Releases URL or Flatpak id, not random exe drops.
- Re-download once from the known door when blocked.
Treat the dictionary install like any other signed tool on a shared PC. Write down whether you used Install.exe, a portable QT_*.7z, Flatpak, apt, or a source build, plus the folder that holds your lexicon packs.
Exact names matter: GoldenDict-*-Install.exe on the current release tag, plus org.goldendict.GoldenDict on Flathub. Do not hand people Dropbox copies of unnamed exe files.
If SmartScreen, Gatekeeper-like warnings, or Flatpak portals interrupt you, stop and re-check the source. A second download from a review portal almost never fixes a blocked first file.
- Give indexes time on spinning disks before restarting.
- Empty articles usually mean wrong folder depth or unsupported format.
- Leave online dictionaries off until offline packs cover daily words.
Licence discipline is part of safety. GPL-3.0+ covers the program; pack licences cover the words. For updates, reuse the door you documented. For uninstalls, back up packs first.
Frequently asked questions
Is GoldenDict free?
Yes. GoldenDict the program is free under GPL-3.0+, so you can install it for local dictionary work without a seat fee. Packs you add later may be free or paid under their own licences, which stay separate from the program licence.
Where is the safe download?
Prefer GitHub Releases for goldendict/goldendict when you need the Windows Install.exe or portable 7z builds. On Linux use Flatpak org.goldendict.GoldenDict or apt goldendict. Skip Softonic-style wrappers that rename the setup for a dictionary search ranking.
Do dictionaries ship inside the installer?
No. The installer is only the GoldenDict shell. After install, open Dictionaries and add licensed StarDict, Babylon, Lingvo, Dictd, or MDict folders you already have rights to use, then wait for indexing before you judge speed.