Skip to main content
The innate CLI is your control panel. SSH into MARS and start typing.
in8 is a zsh alias for innate, available in any new shell.

Default (no args)


Service management

Start, stop, and inspect all ROS nodes.

Top-level shortcuts


Build

Smart build that does the right thing automatically. If ROS nodes are running, it stops them, builds, and restarts them. If nodes aren’t running, it just builds. If the build fails, nodes are not restarted.

Examples


Skills

List and trigger the robot’s skills straight from the terminal — handy for testing a skill without the app.

Options

Examples

Skill IDs are prefixed by where they live — innate-os/ for shipped skills, local/ for your own. See Skills for how IDs are formed.

Speaker volume

Examples


Foxglove

Start the Foxglove bridge to visualize topics, TF, images, and point clouds from a browser. Off by default on the robot; always on in the simulator. See Foxglove Setup for the full workflow.

Diagnostics & updates

Apply options

Dev mode and branch targets

Pass --dev before the subcommand to opt into pre-release tags and branch targets. With it, apply can take a tag, a branch name, or the latest commit on a branch:
See Updates and Maintenance for details.

Quick reference card


Tmux navigation

When you run innate view, you’re inside a tmux session. Here’s how to move around: See Advanced Development for a breakdown of what runs in each window.