Downloads
Download the latest Daedalus desktop app for your platform. Each release includes the full application with an embedded database — no external dependencies required.
macOS
Universal binary (Apple Silicon & Intel)
macOS 11 Big Sur or later
Download
Windows
64-bit (x86_64)
Windows 10 or later
Download
Linux
64-bit (x86_64)
GTK 3 and WebKit2GTK 4.1
Download
All Releases
Browse all versions, changelogs, and pre-release builds on the GitHub Releases page.
Building from Source
If you prefer to build from source, or need a platform not listed above:
# Install Go 1.24+ and Node.js 20+
go install github.com/wailsapp/wails/v2/cmd/wails@latest
git clone https://github.com/philjestin/Daedalus.git
cd Daedalus
# Development mode
wails dev
# Production build
wails buildTip: See the Deployment guide for Docker setup and environment configuration.