What the installer does: downloads the latest dollama binary for your platform, verifies the checksum, and installs it to
~/.dollama/bin (macOS/Linux) or
%LOCALAPPDATA%\dollama (Windows). On macOS it also creates
~/Applications/dollama.app for Spotlight/Launchpad; on Windows it adds a
Start Menu shortcut. All platforms open the dashboard after install.
Read the script source.
Direct binary download
After extracting on Windows: move dollama.exe to %LOCALAPPDATA%\dollama, add that folder to PATH, then run dollama install-app and launch via the Start Menu → Dollama shortcut (not by double-clicking the zip download).
Verify checksums
curl -fsSL https://dollama.net/dl/latest/checksums.txt
sha256sum -c checksums.txt
Build from source
git clone https://github.com/notangrywaffle/dollama.net.git
cd dollama.net/cli && make build