System requirements
Mbed Studio is available for:
- Linux (64 bit). We test on Ubuntu LTS distributions receiving maintenance updates.
- Mac 10.11 or higher (64 bit).
- Windows 10 (64 bit).
Proxy server support
To use Mbed Studio behind an HTTP proxy, you must:
- Set your system proxy settings as appropriate for your operating system.
- Set the http_proxy and https_proxy environment variables to the URL of your proxy server. For example, if your HTTP proxy has the IP address "10.1.1.1", you must set the http_proxy environment variable to
http://10.1.1.1
. If it uses a non-standard port, for example 8888, you must set the http_proxy environment variable tohttp://10.1.1.1:8888
.