Download Dragon
Current version 0.0.1
Quick install · macOS and Linux
$
curl -fsSL https://dragonlang.org/install.sh | sh
Detects your OS and CPU, downloads the matching build, and installs it under /usr/local.
Read the script first at dragonlang.org/install.sh.
Linux
x86-64. Bundles the stdlib; needs a C compiler (gcc/clang) on PATH for linking.
macOS
Apple Silicon and Intel. The install script above is the easy path; these tarballs are for manual installs. Requires the Xcode command-line tools.
Windows
coming soon
Download .msi
.zip (portable)
x86-64 MSI. Adds dragon to PATH; needs a C compiler (MSVC or clang) for linking.
Other ways to install
- Build from source. Clone the repository and build with CMake and LLVM 17 - see the installation guide.
- All releases & checksums. Browse every build on the GitHub Releases page.
