How to install RT-Thread/rt-thread. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
RT-Thread/rt-thread Installation Guide
How to install RT-Thread/rt-thread. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for RT-Thread/rt-thread. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i RT-Thread/rt-threador
Install via npx
npx @hexmos/ipm i RT-Thread/rt-threadPrerequisites
Linux
system_toolVersion: > 4.0.0
Git
system_toolVersion: 2.38.1
Make
build_toolVersion: 4.2.1
C Compiler (GCC)
build_toolVersion: 9.3.0
Python 3.8 or later
languageVersion: 3.8.10
CMake
build_toolVersion: 3.24.5
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code
makeBinary Download
makePost Installation Steps
- Open the terminal and run `./rt-thread` to start the RT-Thread server.
- If you're using a web interface, navigate to your browser's address bar and enter the IP address of your device (e.g., 192.168.1.100) followed by the port number (usually 8080).
- For more information on how to configure RT-Thread, refer to the [RT-Thread documentation](https://www.rt-thread.io/documentation/).
