diff --git a/i2p2www/blog/2023/01/31/mac-easy-install-notarization.draft.rst b/i2p2www/blog/2023/01/31/mac-easy-install-notarization.draft.rst
new file mode 100644
index 0000000000000000000000000000000000000000..f98721475d94c7ce79a0367fff189f7afe98a8a9
--- /dev/null
+++ b/i2p2www/blog/2023/01/31/mac-easy-install-notarization.draft.rst
@@ -0,0 +1,57 @@
+{% trans -%}
+=======================================
+Update on Mac Easy Install Notarization
+=======================================
+{%- endtrans %}
+.. meta::
+    :author: idk
+    :date: 2023-01-31
+    :category: release
+    :excerpt: {% trans %}{% endtrans %}
+
+{% trans -%}
+The I2P Easy-Install Bundle for Mac has been experiencing stalled updates for the past 2 releases due to the departure of its maintainer.
+For the time being, it is recommended that existing Easy-Install users delay updating and remain on 1.9.0 until the development team can successfully notarize the application and resume automatic updates.
+The updates will happen immediately once this has happened.
+For now, 1.9.0 is stable and has no known critical security issues.
+{%- endtrans %}
+
+{% trans -%}The Notarization Process For MacOS{%- endtrans %}
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+{% trans -%}
+There are many steps in the process of distributing an application to Apple users.
+In order to distribute an application as a .dmg securely, the application must pass a notarization process.
+In order to submit an application for notarization, a developer must sign the application using a set of certificates that includes one for code signing, and one for signing the application itself.
+This signing must take place at specific points during the build process, before the final .dmg bundle which is distributed to the end users can be created.
+{%- endtrans %}
+
+{% trans -%}
+I2P Java is a complex application, and because of this it is a process of trial and error to match the types of code used in the application to Apple's certificates, and where the signing takes place to produce a valid timestamp.
+It is due to this complexity that existing documentation for developers is falling short of helping the team understand the correct combination of factors that will result in successful notarization.
+{%- endtrans %}
+
+{% trans -%}
+These difficulties leave the timeline for completing this process difficult to predict.
+We won't know we're done until we are able to clean up the build environment and follow the process end-to-end.
+The good news is that we are down to only 4 errors during the notarization process from more than 50 during the first attempt and can reasonably predict that it will be competed before or in time for the next release in April.
+{%- endtrans %}
+
+{% trans -%}Options for New macOS I2P Installs and Updates{%- endtrans %}
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+{% trans -%}
+New I2P participants can still download the Easy Installer for the macOS 1.9.0 software.
+It will receive updates no later than the next scheduled release in April.
+Updates to the latest version will become available as soon as notarization is successful.
+{%- endtrans %}
+
+{% trans -%}
+The classic install options is also available.
+This will require downloading Java and the I2P software via the .jar based installer.
+{%- endtrans %}
+
+{% trans -%}
+Easy-Install users can update to that latest version using a locally-produced development build.
+There is also the option to uninstall the software, remove the I2P configuration directory and reinstall I2P using the .jar installer.
+{%- endtrans %}
diff --git a/i2p2www/pages/site/about/intro.html b/i2p2www/pages/site/about/intro.html
index e9b6d2fc4f9d72179bb8f4f013e286b263b07798..b58a95b27907188c31f0ae1f5edf29cc24908d32 100644
--- a/i2p2www/pages/site/about/intro.html
+++ b/i2p2www/pages/site/about/intro.html
@@ -15,10 +15,10 @@
   The I2P network is a fully encrypted peer-to-peer overlay network.
   An observer cannot see a message's contents, source, or destination.
   No one can see where traffic is coming from, where it is going, or what the contents are.
-  Additionally I2P transports offer resistance to pattern recognition and blocking by censors.
-  Because the network relies on peers to route traffic, location blocking is also reduced.
-  Every router in the network shares tasks evenly.
-  Everyone participates in sending and receiving network traffic.
+  Additionally I2P transports offer resistance to recognition and blocking by censors.
+  Because the network relies on peers to route traffic, location-based blocking is a challenge that grows with the network.
+  Every router in the network participates in making the network anonymous.
+  Except in cases where it would be unsafe, everyone participates in sending and receiving network traffic.
 {%- endtrans %}</p>
 
 <h3>{% trans -%}How to Connect to the I2P Network{%- endtrans %}</h3>
diff --git a/i2p2www/static/images/macos/0-conf.png b/i2p2www/static/images/macos/0-conf.png
new file mode 100644
index 0000000000000000000000000000000000000000..e229f85a2933775e19e5b9ee9501f4cd0087fc1e
Binary files /dev/null and b/i2p2www/static/images/macos/0-conf.png differ
diff --git a/i2p2www/static/images/macos/0-i2p.png b/i2p2www/static/images/macos/0-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..b2c92d5436c94848c31058f50f93ab07d9af2b88
Binary files /dev/null and b/i2p2www/static/images/macos/0-i2p.png differ
diff --git a/i2p2www/static/images/macos/0-jre.png b/i2p2www/static/images/macos/0-jre.png
new file mode 100644
index 0000000000000000000000000000000000000000..c8d95b3147f22e11e10aa22f1292281fb584f7ac
Binary files /dev/null and b/i2p2www/static/images/macos/0-jre.png differ
diff --git a/i2p2www/static/images/macos/1-conf.png b/i2p2www/static/images/macos/1-conf.png
new file mode 100644
index 0000000000000000000000000000000000000000..bc998719aa2a7adf4d62ad50abf4e70eb86b1752
Binary files /dev/null and b/i2p2www/static/images/macos/1-conf.png differ
diff --git a/i2p2www/static/images/macos/1-i2p.png b/i2p2www/static/images/macos/1-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..5339c73352f10f9070f5f6a476a0c36b5e18f137
Binary files /dev/null and b/i2p2www/static/images/macos/1-i2p.png differ
diff --git a/i2p2www/static/images/macos/1-jre.png b/i2p2www/static/images/macos/1-jre.png
new file mode 100644
index 0000000000000000000000000000000000000000..a39b73c924e54681a81646350f2ce6ff1ff73e10
Binary files /dev/null and b/i2p2www/static/images/macos/1-jre.png differ
diff --git a/i2p2www/static/images/macos/10-i2p.png b/i2p2www/static/images/macos/10-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..949b256ecf1d85034803cfd8db96ab13628a8cf9
Binary files /dev/null and b/i2p2www/static/images/macos/10-i2p.png differ
diff --git a/i2p2www/static/images/macos/11-i2p.png b/i2p2www/static/images/macos/11-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..22b5ad38cf6e3d44364b2b2058007d033ecc5b7a
Binary files /dev/null and b/i2p2www/static/images/macos/11-i2p.png differ
diff --git a/i2p2www/static/images/macos/12-i2p.png b/i2p2www/static/images/macos/12-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..17f74bf1839bbc11aa0eff3448d57fccb8896559
Binary files /dev/null and b/i2p2www/static/images/macos/12-i2p.png differ
diff --git a/i2p2www/static/images/macos/2-conf.png b/i2p2www/static/images/macos/2-conf.png
new file mode 100644
index 0000000000000000000000000000000000000000..d00e41e58490ffc143ee40a6f5449291f2c700f7
Binary files /dev/null and b/i2p2www/static/images/macos/2-conf.png differ
diff --git a/i2p2www/static/images/macos/2-jre.png b/i2p2www/static/images/macos/2-jre.png
new file mode 100644
index 0000000000000000000000000000000000000000..a6a3b8581a0107df85be3b41922da7cee4186884
Binary files /dev/null and b/i2p2www/static/images/macos/2-jre.png differ
diff --git a/i2p2www/static/images/macos/3-i2p.png b/i2p2www/static/images/macos/3-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..cb0dabccf611d2f07870aa560829dc7731fff847
Binary files /dev/null and b/i2p2www/static/images/macos/3-i2p.png differ
diff --git a/i2p2www/static/images/macos/3-jre.png b/i2p2www/static/images/macos/3-jre.png
new file mode 100644
index 0000000000000000000000000000000000000000..916504be04094066dff5fea9653b828dca5e76f3
Binary files /dev/null and b/i2p2www/static/images/macos/3-jre.png differ
diff --git a/i2p2www/static/images/macos/4-i2p.png b/i2p2www/static/images/macos/4-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..b99776e875d55120b504a1397d521032e48a1fc2
Binary files /dev/null and b/i2p2www/static/images/macos/4-i2p.png differ
diff --git a/i2p2www/static/images/macos/4-jre.png b/i2p2www/static/images/macos/4-jre.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b8fbc90c3506c58f529b7e9250dfb434fa4e290
Binary files /dev/null and b/i2p2www/static/images/macos/4-jre.png differ
diff --git a/i2p2www/static/images/macos/5-i2p.png b/i2p2www/static/images/macos/5-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..29b20cc8eed7cbcca362e5503f87ee7bf52357bb
Binary files /dev/null and b/i2p2www/static/images/macos/5-i2p.png differ
diff --git a/i2p2www/static/images/macos/6-i2p.png b/i2p2www/static/images/macos/6-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..d73db7a41eed1334689ce657fcc90103782ba58e
Binary files /dev/null and b/i2p2www/static/images/macos/6-i2p.png differ
diff --git a/i2p2www/static/images/macos/7-i2p.png b/i2p2www/static/images/macos/7-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..0777be49671747bd2a592dd7648efeae3909db0e
Binary files /dev/null and b/i2p2www/static/images/macos/7-i2p.png differ
diff --git a/i2p2www/static/images/macos/8-i2p.png b/i2p2www/static/images/macos/8-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..80be1274d24ed0040a8409286c61632ef6cc551e
Binary files /dev/null and b/i2p2www/static/images/macos/8-i2p.png differ
diff --git a/i2p2www/static/images/macos/9-i2p.png b/i2p2www/static/images/macos/9-i2p.png
new file mode 100644
index 0000000000000000000000000000000000000000..7dc883a8f26039e20660c15a4fbad76bbf2690da
Binary files /dev/null and b/i2p2www/static/images/macos/9-i2p.png differ