Dickory Docs v0.3.6
Install Dickory Docs
Pick the installer for your platform:
| Platform | File |
|---|---|
macOS (uname -m → arm64) |
*_aarch64.dmg (Apple Silicon, native) |
macOS (uname -m → x86_64) |
*_x64.dmg (Intel) |
| Windows | .msi installer (or .exe setup) |
Linux · uname -m → x86_64 |
*_amd64.AppImage and/or *_amd64.deb |
Linux · uname -m → aarch64 |
*_aarch64.AppImage and/or *_aarch64.deb |
Linux: Run uname -m — use amd64 artifacts on Intel/AMD PCs, aarch64 on ARM (Raspberry Pi, ARM laptops). Ubuntu 24.04: prefer AppImage; install FUSE once with sudo apt install libfuse2t64 or libfuse2.
On Apple Silicon, if the aarch64 build misbehaves, use *_x64.dmg (runs under Rosetta).
macOS: If macOS blocks the app (unsigned build), right-click the app → Open, or allow it in System Settings → Privacy & Security.
From source: See the README.