I was searching and even looking at the core documentation and I didn't see something like the process module or similar, is there a way to achieve this? or it is impossible without the standard library?
Command
is for starting operating system processes, everything that requires OS support is in std
so no, Command
makes only sense in std
and thus is unavailable in core
.