Back to Home
Daedalus Docs

Downloads

Download the latest Daedalus desktop app for your platform. Each release includes the full application with an embedded database — no external dependencies required.

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 build
Tip: See the Deployment guide for Docker setup and environment configuration.