XploR Studio 2023
Explore, build, and develop your next SoC design
XploR Studio IDE works with Windows and most popular Linux distribution hosts (see system requirements). We recommend using xip to download and install XploR as it is the most convenient maintain and upgrade the IDE, as well as to access additional related components.
Installing XploR Studio on Linux host
# 1) Install xip
% curl -L https://raw.githubusercontent.com/xplor-studio/xip/main/get_xip.sh | bash
# Alternative, you can also download directly from:
# https://github.com/xplor-studio/xip/releases/latest/download/xip
# 2) Sign up for an account. Note that you will need to acknowledge your email before the account is activated.
% xip signup
# 3) Download and install XploR Studio IDE.
% xip install xplor-studio-ide
# 4) Download and install baremetal GCC component and simulator target. Additional compiler toolchains and runtime options can be downloaded and installed via xip.
% xip install xplor-studio-elf
Installing XploR Studio on Windows host
# 1) Download xip from
https://github.com/xplor-studio/xip/releases/latest/download/xip.exe
# 2) Add xip to the PATH environment variable
# 3) Sign up for an account (from Windows command line). Note that you will need to acknowledge your email before the account is activated.
% xip signup
# 4) Download and install XploR Studio IDE.
% xip install xplor-studio-ide
# 5) Download and install baremetal GCC component and simulator target. Additional compiler toolchains and runtime options can be downloaded and installed via xip.
% xip install xplor-studio-elf