diff --git a/_data/downloads.yml b/_data/downloads.yml
index 004483879a2fd4d361a66fc66f4a8110959e0915..4e6ef8f55275bebfdac224b932a940695b196157 100644
--- a/_data/downloads.yml
+++ b/_data/downloads.yml
@@ -75,6 +75,15 @@
   tag: Wolfram Warptangent
   blockchain: freebsd
 
+- platform: DragonflyBSD, 64-bit
+  id: bsd
+  icon: icon-dragonflybsd
+  cli_url: dragonflybsd64
+  cli_hash: c25c0f603ca5c96cb5963aaa2905edff390b7a97f654106911ffad8639deee7c
+  version: 0.10.3.1
+  tag: Wolfram Warptangent
+  blockchain: freebsd
+
 - platform: Source Code & Blockchain
   id: source
   icon: icon-github
@@ -86,4 +95,4 @@
   id: mobilelight
   
 - platform: Hardware Wallets
-  id: hardware
\ No newline at end of file
+  id: hardware
diff --git a/css/custom.css b/css/custom.css
index b78f979219f15289f6b123cb1007689b4fbf6880..3ce9fcbea61c3cf69608265a5a97bec7a849a052 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -2567,6 +2567,11 @@ footer {
     background-position: 0 -208px;
 }
 
+.download-platforms h2 span.icon-dragonflybsd {
+    background-image: url(../img/monero-spritesheet.png);
+    background-position: 0 -13rem;
+}
+
 .download-platforms h2 span.icon-github {
     background-image: url(../img/monero-spritesheet.png);
     background-position: 0 -240px;