The `run` command is used to execute a Ralix script.
```bash
ralix run [FILE]
```
*
The `run` command executes a Ralix script from a file. If no file is provided, it will attempt to run a project, but this feature is not yet implemented.
To run a script file named `main.ralix`:
```bash
ralix run main.ralix
```