diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html
index 68336e02..75668fd1 100644
--- a/_includes/sections/file-sharing.html
+++ b/_includes/sections/file-sharing.html
@@ -15,6 +15,19 @@
openbsd="http://openports.se/net/onionshare"
%}
+{% include cardv2.html
+ title="MuWire"
+ image="/assets/img/png/3rd-party/muwire.png"
+ image-dark="/assets/img/png/3rd-party/muwire-dark.png"
+ website="https://muwire.com/"
+ i2p="http://muwire.i2p/"
+ description="MuWire is an anonymous and open-source file-sharing program. You can share, search and download files of any type and size under a unique anonymous identity on the I2P network."
+ github="https://github.com/zlatinb/muwire"
+ windows="https://muwire.com/index-nojs.html"
+ mac="https://muwire.com/index-nojs.html"
+ linux="https://muwire.com/index-nojs.html"
+%}
+
{% include cardv2.html
title="Magic Wormhole"
image="/assets/img/png/3rd-party/magic_wormhole.png"
diff --git a/assets/img/png/3rd-party/muwire-dark.png b/assets/img/png/3rd-party/muwire-dark.png
new file mode 100644
index 00000000..afd72c74
Binary files /dev/null and b/assets/img/png/3rd-party/muwire-dark.png differ
diff --git a/assets/img/png/3rd-party/muwire.png b/assets/img/png/3rd-party/muwire.png
new file mode 100644
index 00000000..63c5225b
Binary files /dev/null and b/assets/img/png/3rd-party/muwire.png differ