diff --git a/download.md b/download.md
index 40d2e45647afc82d07fee809b9915ad8023e5d35..b365ebbc563cd8472de6b12933380d1b154c9fdd 100644
--- a/download.md
+++ b/download.md
@@ -40,3 +40,18 @@ unless they really need bleeding edge features and are willing to take some
 risks. It is produced whenever there is a change to the codebase.
 
 {% include download-snapshot.html %}
+
+# For Julia
+
+An alternative implementation of Dynare in [Julia](https://julialang.org/) is now ready for testing.
+Installation from the Julia prompt can be done with the following commands:
+```
+julia> using Pkg
+julia> pkg"add Dynare"
+```
+
+For more details, see [Dynare.jl](https://github.com/DynareJulia/Dynare.jl) or
+the [documentation](https://DynareJulia.github.io/Dynare.jl). Errors, questions
+or desired additional features in relation to the DynareJulia project should be
+reported on the [Dynare forum](https://forum.dynare.org/) or as a [GitHub
+issue](https://github.com/DynareJulia/Dynare.jl/issues).