Installation
Script #
Automatically install platform-specific Dnote binary. Supports Linux, macOS, FreeBSD, and Windows:
curl -s https://www.getdnote.com/install | sh
Homebrew (macOS) #
brew install dnote
Manual Download #
Download from GitHub Releases for your platform.
Pre-built binaries are available for:
- Linux: amd64, arm64, armv7 (32-bit)
- macOS: amd64 (Intel), arm64 (Apple Silicon)
- Windows: amd64
- FreeBSD: amd64
Build from Source #
Requires Go 1.21+:
git clone https://github.com/dnote/dnote.git
cd dnote
make version=[latest version] build-cli
sudo cp ./build/dnote /usr/local/bin/