diff --git a/amber/locales/es.yml b/amber/locales/es.yml
index eaa44c79ff014ca00d8c3ca5fd45bd5c38f0dd9e..352be67bc45b2cc407806ad8b81d0211b7c25704 100644
--- a/amber/locales/es.yml
+++ b/amber/locales/es.yml
@@ -9,6 +9,8 @@ es:
   warning: >
     <b>ADVERTENCIA:</b> Bitmask está todavía en fase experimental. Por favor, no uses estas versiones beta
     de Bitmask en situaciones en las que un compromiso de tus datos podría ponerte en peligro.
+  warning_disabled: >
+    Aunque Bitmask evoluciona rapidamente, es posible que pierdas tus emails usando una version beta.
 
   providers_for_testers: >
     <b>TESTERS:</b> Usen mail.bitmask.net para email y demo.bitmask.net para VPN.
diff --git a/pages/install/es.haml b/pages/install/es.haml
index f996a852a2c0edf3318d7f93351636a774024552..a9dc802b7aa31c72bd6b534247f073e55182bfc3 100644
--- a/pages/install/es.haml
+++ b/pages/install/es.haml
@@ -1,44 +1,47 @@
 - @title = 'Instálate Bitmask'
 - @nav_title = 'Instálatelo'
 
-.row
-  .col-sm-8.col-sm-offset-2
-    .p.alert.alert-danger
-      %i.fa.fa-warning
-        = t :warning
-
-.row
-  .col-sm-8.col-sm-offset-2
-    .p.alert.alert-info
-      %i.fa.fa-info-circle
-        = t :providers_for_testers
-
 .row.bm-front-buttons
-  .col-sm-3.col-xs-6
-    %a.btn.btn-default{:href=>"android"}
+  .col-sm-3.col-xs-6.text-center
+    %a.btn.btn-default{:href=>"https://play.google.com/store/apps/details?id=se.leap.bitmaskclient"}
       %i.fa.fa-android.fa-4x
       %br
       %b Android
       %br
-      %small 4.0 y superiores
-  .col-sm-3.col-xs-6
-    %a.btn.btn-default{:href=>"linux"}
+      %small Version 0.9.5
+    %p
+      %small
+        %a{:href=>"android"}
+          descarga la .apk
+  .col-sm-3.col-xs-6.text-center
+    %a.btn.btn-default{:href=>"https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz"}
       %i.fa.fa-linux.fa-4x
       %br
       %b GNU/Linux
       %br
-      %small Debian, Ubuntu, Mint
-  .col-sm-3.col-xs-6
-    %a.btn.btn-default.disabled{:href=>"mac"}
+      %small Version 0.10
+    %p
+      %small
+        %a{:href=>"linux"}
+          bundles, .deb
+  .col-sm-3.col-xs-6.text-center
+    %a.btn.btn-default{:href=>"https://dl.bitmask.net/client/osx/stable/Bitmask-OSX-latest.pkg"}
       %i.fa.fa-apple.fa-4x
       %br
       %b Mac OS
       %br
-      %small Pronto, muy pronto...
-  .col-sm-3.col-xs-6
+      %small Version 0.10
+  .col-sm-3.col-xs-6.text-center
     %a.btn.btn-default.disabled{:href=>"windows"}
       %i.fa.fa-windows.fa-4x
       %br
       %b Windows
       %br
       %small Pronto...
+
+.row
+  .col-sm-8.col-sm-offset-2
+    .p.text-center
+      = t :warning 
+      = t :warning_disabled
+
diff --git a/pages/install/ru.haml b/pages/install/ru.haml
index a53b779f87887a1546e8dfdeaa669aa132435f77..0537ce566cbfb24b2647f604b912839d56d2fb2a 100644
--- a/pages/install/ru.haml
+++ b/pages/install/ru.haml
@@ -1,38 +1,47 @@
 - @title = 'Установка Bitmask'
 - @nav_title = 'Установка'
 
-.row
-  .col-sm-8.col-sm-offset-2
-    .p.alert.alert-danger
-      %i.fa.fa-warning
-        = t :warning
-
 .row.bm-front-buttons
-  .col-sm-3.col-xs-6
-    %a.btn.btn-default{:href=>"android"}
+  .col-sm-3.col-xs-6.text-center
+    %a.btn.btn-default{:href=>"https://play.google.com/store/apps/details?id=se.leap.bitmaskclient"}
       %i.fa.fa-android.fa-4x
       %br
       %b Android
       %br
-      %small 4.0 и выше
-  .col-sm-3.col-xs-6
-    %a.btn.btn-default{:href=>"linux"}
+      %small Version 0.9.5
+    %p
+      %small
+        %a{:href=>"android"}
+          apk
+  .col-sm-3.col-xs-6.text-center
+    %a.btn.btn-default{:href=>"https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz"}
       %i.fa.fa-linux.fa-4x
       %br
       %b GNU/Linux
       %br
-      %small Debian, Ubuntu, Mint
-  .col-sm-3.col-xs-6
-    %a.btn.btn-default.disabled{:href=>"mac"}
+      %small Version 0.10
+    %p
+      %small
+        %a{:href=>"linux"}
+          bundles, .deb
+  .col-sm-3.col-xs-6.text-center
+    %a.btn.btn-default{:href=>"https://dl.bitmask.net/client/osx/stable/Bitmask-OSX-latest.pkg"}
       %i.fa.fa-apple.fa-4x
       %br
       %b Mac OS
       %br
-      %small Очень скоро...
-  .col-sm-3.col-xs-6
+      %small Version 0.10
+  .col-sm-3.col-xs-6.text-center
     %a.btn.btn-default.disabled{:href=>"windows"}
       %i.fa.fa-windows.fa-4x
       %br
       %b Windows
       %br
       %small Скоро...
+
+.row
+  .col-sm-8.col-sm-offset-2
+    .p.text-center
+      = t :warning 
+      = t :warning_disabled
+