1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- ---
- layout: default
- ---
- {% assign version = site.data.browsh.latest_version %}
- <div id="main" role="main">
- <div class="page__inner-wrap">
- <div class="page__content" itemprop="text">
- <div class="home-row">
- <div class="home-column">
- <strong>Browsh is a fully-modern text-based browser.</strong> It renders
- anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL.
- Its main purpose is to be run on a remote server and accessed via SSH/Mosh
- or the in-browser HTML service in order to significantly reduce bandwidth and thus both
- increase browsing speeds and decrease bandwidth costs.
- </div>
- <div class="home-column tty-screenshot">
- <img src="/assets/images/browsh-tty.jpg" alt="browsh in the tty" />
- </div>
- <div class="home-column in-browser-screenshot">
- <img src="/assets/images/browsh-html.jpg" alt="browsh in the browser" />
- </div>
- </div>
- <div style="clear:both"></div>
- <div class="home-row">
- <div class="home-column">
- <h2>Download (v{{ version }})</h2>
- Browsh is available as a single static binary on all major platforms.
- The only dependency is a recent 57+ version of Firefox.
- <br />
- <a href="/downloads">Latest version</a> |
- <a href="https://github.com/browsh-org/browsh/releases">Releases archive</a>
- <br />
- <small>
- A Docker image is also
- available: <br/> <code>docker run -it browsh/browsh</code>
- </small>
- </div>
- <div class="home-column">
- <h2>Live SSH Demo</h2>
- <strong>Temporarily offline</strong>
- <div style="opacity: 0.4">
- Just point your SSH client to <em>brow.sh</em>, eg;
- <code>ssh brow.sh</code>. No auth needed. The service
- is for demonstration only, sessions last 5 minutes and are logged.<br />
- <small>
- Note that SSH is actually a very inefficient protocol, for best results install
- Browsh on your own server along with <a href="https://mosh.org/">Mosh</a>.
- </small>
- </div>
- </div>
- <div class="home-column">
- <h2>In-browser Services</h2>
- <strong>Temporarily offline</strong>
- <div style="opacity: 0.4">
- <ul>
- <li>
- <a href="https://html.brow.sh" target="_blank">html.brow.sh</a>
- Uses very basic graphics and HTML anchor tags.
- <small>Although this service may appear similar to the terminal client it does not yet have feature parity.</small>
- </li>
- <li>
- <a href="https://text.brow.sh" target="_blank">text.brow.sh</a> Uses nothing but pure text,
- better for usage with <code>curl</code>, for instance.
- </li>
- </ul>
- </div>
- </div>
- </div>
- <div style="clear:both"></div>
- <div class="home-row youtube-row">
- <div id="youtube-showcase">
- <iframe src="https://www.youtube.com/embed/zqAoBD62gvo" allow="autoplay; encrypted-media" allowfullscreen></iframe>
- </div>
- <div id="open-blurb" class="home-column">
- <h2>Donate</h2>
- Browsh is currently maintained and funded by
- <a href="http://tombh.co.uk" target="_blank">one person</a>.
- If you'd like to see Browsh continue to help those with slow and/or
- expensive Internet, please consider <a href="/donate">donating</a>.
- <div class='snd-ad'>
- <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIT23L&placement=wwwbrowsh" id="_carbonads_js"></script>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
|