# Obtaining DragonFly BSD assets

## Versions available

DragonFly BSD has two versions available:

- **RELEASE**: Typically this is the recommended version to run for
regular users. It is supposed to be stable and receives fixes when
needed, i.e. patches for security, stability and sometimes, although
less often, features.

- **Bleeding-edge**: This version receives all the ongoing development thus,
at times, it is less stable and can produce more crashes. This version is
recommended for developers.

## Type of content

Every mirror may have the following content:

- DPorts binary packages.
- Release ISOs and images.
- Snapshot ISO, images and kernels.
- Git source code repositories.

The complete list of mirrors is [here](https://www.dragonflybsd.org/mirrors/).

## Official downloads

Select the version you want to want to download, according to your needs:

[RELEASE 6.4.0 ISO (bz2) :fontawesome-solid-download:](https://avalon.dragonflybsd.org/iso-images/dfly-x86_64-6.4.0_REL.iso.bz2){ .md-button .md-button--primary } [RELEASE 6.4.0 IMG (bz2) :fontawesome-solid-download:](https://avalon.dragonflybsd.org/iso-images/dfly-x86_64-6.4.0_REL.img.bz2){ .md-button .md-button--primary }

MD5 sums for RELEASE are [here](https://avalon.dragonflybsd.org/iso-images/md5.txt).

[BLEEDING-EDGE ISO (bz2) :fontawesome-solid-download:](https://avalon.dragonflybsd.org/snapshots/x86_64/DragonFly-x86_64-LATEST-ISO.iso.bz2){ .md-button .md-button--primary } [BLEEDING-EDGE IMG (bz2) :fontawesome-solid-download:](https://avalon.dragonflybsd.org/snapshots/x86_64/DragonFly-x86_64-LATEST-IMG.img.bz2){ .md-button .md-button--primary }

We don't provide MD5 sums for Bleeding-edge at the moment, but we will!

## Getting source code

### Base and kernel

DragonFly BSD uses git for the code repository and the main repository is
self-hosted here:

* Main repository: [git://crater.dragonflybsd.org/dragonfly.git](git://crater.dragonflybsd.org/dragonfly.git)
* Main mirror: [git://avalon.dragonflybsd.org/dragonfly.git](git://avalon.dragonflybsd.org/dragonfly.git)
* GitHub mirror: [https://github.com/DragonFlyBSD/DragonFlyBSD.git](https://github.com/DragonFlyBSD/DragonFlyBSD.git)

### DPorts and DeltaPorts

The main repositories for DPorts and DeltaPorts is currently hosted in
[GitHub](https://github.com).

* [https://github.com/DragonFlyBSD/DPorts.git](https://github.com/DragonFlyBSD/DPorts.git)
* [https://github.com/DragonFlyBSD/DeltaPorts.git](https://github.com/DragonFlyBSD/DeltaPorts.git)
