Page cover

CLI Mode

JuliaOS supports a lightweight command line interface (CLI) for users who prefer or require non graphical interaction. This mode is ideal for headless devices, remote systems, and scripting environments.

CLI Capabilities

  • Run and monitor agents directly from terminal

  • Launch or debug swarms without GUI overhead

  • Manage modules, configurations, and logs

  • Interface with embedded or containerised instances

What This Enables

  • Lightweight deployments for edge or embedded systems

  • Full control via SSH or remote terminals

  • Easier automation and scripting

Example

A developer runs JuliaOS on a Raspberry Pi in CLI mode, launching a local swarm of agents to read temperature and control a fan. They use a terminal to tweak thresholds, view logs, and restart modules on the fly.

Last updated