Skip to content

Installation

OM Core is run from source. Clone the repository and use the provided start script.

Clone the repository

git clone https://github.com/cloudcell/om-core.git
cd om-core

Run OM Core

The start.sh script sets up the environment and launches OM Core:

./start.sh

You can also start specific runtime modes directly:

./start.sh --runtime   # headless runtime
./start.sh --gui       # graphical interface
./start.sh --tui       # terminal interface