index.html 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. ---
  2. layout: default
  3. ---
  4. {% assign version = site.data.browsh.latest_version %}
  5. <div id="main" role="main">
  6. <div class="page__inner-wrap">
  7. <div class="page__content" itemprop="text">
  8. <div class="home-row">
  9. <div class="home-column">
  10. <strong>Browsh is a fully-modern text-based browser.</strong> It renders
  11. anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL.
  12. Its main purpose is to be run on a remote server and accessed via SSH/Mosh
  13. or the in-browser HTML service in order to significantly reduce bandwidth and thus both
  14. increase browsing speeds and decrease bandwidth costs.
  15. </div>
  16. <div class="home-column tty-screenshot">
  17. <img src="/assets/images/browsh-tty.jpg" alt="browsh in the tty" />
  18. </div>
  19. <div class="home-column in-browser-screenshot">
  20. <img src="/assets/images/browsh-html.jpg" alt="browsh in the browser" />
  21. </div>
  22. </div>
  23. <div style="clear:both"></div>
  24. <div class="home-row">
  25. <div class="home-column">
  26. <h2>Download (v{{ version }})</h2>
  27. Browsh is available as a single static binary on all major platforms.
  28. The only dependency is a recent 57+ version of Firefox.
  29. <br />
  30. <a href="/downloads">Latest version</a> |
  31. <a href="https://github.com/browsh-org/browsh/releases">Releases archive</a>
  32. <br />
  33. <small>
  34. A Docker image is also
  35. available: <br/> <code>docker run -it browsh/browsh</code>
  36. </small>
  37. </div>
  38. <div class="home-column">
  39. <h2>Live SSH Demo</h2>
  40. <strong>Temporarily offline</strong>
  41. <div style="opacity: 0.4">
  42. Just point your SSH client to <em>brow.sh</em>, eg;
  43. <code>ssh brow.sh</code>. No auth needed. The service
  44. is for demonstration only, sessions last 5 minutes and are logged.<br />
  45. <small>
  46. Note that SSH is actually a very inefficient protocol, for best results install
  47. Browsh on your own server along with <a href="https://mosh.org/">Mosh</a>.
  48. </small>
  49. </div>
  50. </div>
  51. <div class="home-column">
  52. <h2>In-browser Services</h2>
  53. <strong>Temporarily offline</strong>
  54. <div style="opacity: 0.4">
  55. <ul>
  56. <li>
  57. <a href="https://html.brow.sh" target="_blank">html.brow.sh</a>
  58. Uses very basic graphics and HTML anchor tags.
  59. <small>Although this service may appear similar to the terminal client it does not yet have feature parity.</small>
  60. </li>
  61. <li>
  62. <a href="https://text.brow.sh" target="_blank">text.brow.sh</a> Uses nothing but pure text,
  63. better for usage with <code>curl</code>, for instance.
  64. </li>
  65. </ul>
  66. </div>
  67. </div>
  68. </div>
  69. <div style="clear:both"></div>
  70. <div class="home-row youtube-row">
  71. <div id="youtube-showcase">
  72. <iframe src="https://www.youtube.com/embed/zqAoBD62gvo" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  73. </div>
  74. <div id="open-blurb" class="home-column">
  75. <h2>Donate</h2>
  76. Browsh is currently maintained and funded by
  77. <a href="http://tombh.co.uk" target="_blank">one person</a>.
  78. If you'd like to see Browsh continue to help those with slow and/or
  79. expensive Internet, please consider <a href="/donate">donating</a>.
  80. <div class='snd-ad'>
  81. <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIT23L&placement=wwwbrowsh" id="_carbonads_js"></script>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. </div>