2019-06-23 01:28:20 +03:00
---
title: Wez's Terminal
---
2019-06-23 03:27:56 +03:00
*A GPU-accelerated cross-platform terminal emulator and multiplexer written by < a href = "https://github.com/wez/" > @wez< / a > and implemented in < a href = "https://www.rust-lang.org/" > Rust< / a > *
2019-06-23 05:05:19 +03:00
< div >
2019-06-24 04:12:26 +03:00
{% for asset in site.github.latest_release.assets %}
{% if asset.name contains 'azure' %}
{% if asset.name contains 'windows' %}
< a href = "{{ asset.browser_download_url }}" class = "btn" style = "margin-right:1em" > {% octicon cloud-download %} Download for Windows< / a >
{% endif %}
{% if asset.name contains 'macos' %}
< a href = "{{ asset.browser_download_url }}" class = "btn" style = "margin-right:1em" > {% octicon cloud-download %} Download for macOS< / a >
{% endif %}
{% endif %}
{% endfor %}
< a href = "installation.html" > Linux and other installation instructions< / a >
2019-06-23 05:05:19 +03:00
< / div >
2019-06-23 03:27:56 +03:00
## Features
* Runs on Linux, macOS and Windows 10
2019-06-23 04:19:13 +03:00
* [Multiplex terminal tabs and windows on local and remote hosts, with native mouse and scrollback ](multiplexing.html )
2019-06-23 07:53:08 +03:00
* < a href = "https://github.com/tonsky/FiraCode#fira-code-monospaced-font-with-programming-ligatures" > Ligatures</ a > , Color Emoji and font fallback, with true color and [dynamic color schemes ](configuration.html#colors ).
2019-06-23 03:27:56 +03:00
* < a href = "https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda" > Hyperlinks</ a >
* < a href = "features.html" > a full list of features can be found here</ a >
2019-06-23 01:36:52 +03:00
2019-06-23 04:19:13 +03:00
Looking for a [configuration reference? ](configuration.html )
2019-06-23 07:53:08 +03:00
![Screenshot ](screenshots/two.png )
2019-06-23 01:28:20 +03:00
2019-06-23 07:53:08 +03:00
*Screenshot of wezterm on macOS, running vim*
2019-06-23 01:28:20 +03:00