Skip to content

Dickory Docs v0.3.6

Choose a tag to compare

@github-actions github-actions released this 19 May 19:56

Install Dickory Docs

Pick the installer for your platform:

Platform File
macOS (uname -marm64) *_aarch64.dmg (Apple Silicon, native)
macOS (uname -mx86_64) *_x64.dmg (Intel)
Windows .msi installer (or .exe setup)
Linux · uname -mx86_64 *_amd64.AppImage and/or *_amd64.deb
Linux · uname -maarch64 *_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.