2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00
2026-04-05 16:14:49 -04:00

RoboCommander v0.3.6

A desktop application built with Electron for controlling and managing robot interactions.

Requirements

  • Node.js v8.11.1 (use nvm to manage versions)
  • All required node_modules are included — no npm install needed

Setup

1. Install nvm (if not already installed)

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash

2. Install and use Node v8.11.1

nvm install 8.11.1
nvm use 8.11.1

Verify:

node --version
# Expected: v8.11.1

3. Extract the archive (if you haven't already)

tar -xf RoboCommander.tar -C /path/to/destination
cd /path/to/destination

Running the App

Launch with the bundled Electron binary:

./node_modules/.bin/electron .

This will open the RoboCommander window (1280x720).

Linux: No display / headless environment

If you get a display error, make sure your DISPLAY environment variable is set:

DISPLAY=:0 ./node_modules/.bin/electron .

Notes

  • Do not run with node main.js — this is an Electron app and must be launched via the electron binary.
  • The app is pre-built. Source files are bundled into main.js and renderer.js — no build step is required.
  • Electron version: 4.0.8
Description
Legacy Electron app for robot control
Readme 98 MiB
2026-04-05 20:18:36 +00:00
Languages
HTML 100%