ARC 2026.02.14.01 (Pro, Runtime And Free)

Desktop — Windows & macOS

ARC Release

ARC (Autonomous Robot Control) is Synthiam's flagship desktop robot programming platform. Build, program, and control any robot with powerful AI, 500+ plugins, and a visual no-code interface — all from your PC or Mac.

🤖 500+ Robot Plugins
🧠 AI & Machine Learning
☁️ Synthiam Cloud
🖥️ Windows & macOS

Change Release Notes

Buckle up - this release is packed with quality-of-life upgrades, stability fixes, performance improvements, and a few behind-the-scenes changes that make ARC behave better across robot skills, scripting, Blockly, and Windows window management.

User-inserted image


Highlights

Global Variables Got Smarter (and Safer)

  • Deep copy on SetVarObject
    SetVarObject now performs an internal deep copy of the global value.
    This means:

    • Global variables are safe to share across robot skills
    • No more accidental mutation from holding onto the original instance
    • Cross-skill usage is now deterministic and stable
  • Global Variable Descriptions (New Feature)
    Global variables now support a description field:

    • Descriptions can be set from scripting using SetVar()
    • Robot skills can provide descriptions when setting variables
    • Descriptions appear in the Global Variable list UI
    • Descriptions are optional and only applied when provided
    • All built-in ARC features and robot skills that set globals now include descriptions

Performance & Stability

JavaScript & Python Editor Improvements

  • Rendering performance improved by caching reusable objects
  • Fixed a memory/performance issue where keypress event subscriptions were not being unsubscribed during dispose

Robot Skill Config Save Reliability

  • Improved error handling when applying configuration values to robot skill settings
  • Prevents silent failures and makes bad config values easier to diagnose

Blockly Improvements

Control Command Block Enhancements

  • Control command block now includes all control commands instead of filtering the list
  • Utility section ControlCommand block has been upgraded:
    • Dropdown selects a command template from all robot skills
    • The command text is now editable after selection
    • Allows full customization while keeping templates as a starting point

Embedded Browser Parsing Fix

  • Fixed parsing issues with the latest embedded browser version used by Blockly

Control Command Quoting


Window Manager Overhaul (Big UX Upgrade)

ARC’s window manager received a major upgrade:

  • Modal popup windows are now glued to their parent window
  • Alt-tabbing keeps all ARC windows grouped correctly
  • Prevents modal dialogs from:
    • Getting lost behind other apps
    • Appearing as separate tasks in the Windows task manager

Impact:

  • Windows 11 users will notice this immediately (big improvement)
  • Windows 10 users likely won’t notice a visible change - but benefit from more robust behavior

Embedded Browser Debugging Enhancements

  • Added more detailed embedded browser error information to the Debug Log
  • Removed the toggle to enable embedded browser debugging
    • Debugging is now always enabled so ARC can track breaking changes from Microsoft updates
  • Added shortcut to open embedded browser dev tools:
    • Alt + Ctrl + F12
    • The embedded browser must be focused for the shortcut to work

Internal Improvements

  • Discussion and groundwork around cloning set objects
    (Internal safety and lifecycle improvements continue here)
  • Internal dialog management changes improve long-term stability and user experience

Bug Fixes Summary

  • Fixed embedded browser parsing issues in Blockly
  • Fixed ControlCommand quoting
  • Fixed event subscription cleanup in script editors
  • Improved error handling when applying robot skill config values
  • Fixed modal window ownership behavior on Windows 11

Upgrade Notes

This release is safe to upgrade to and includes no breaking API changes.
Robot skills, scripts, Blockly projects, and existing global variables will continue to work as-is.


Thanks

This release is about polish, reliability, and long-term stability - fewer surprises, fewer lost windows, and more predictable scripting behavior across the entire ARC ecosystem.

As always, feedback and bug reports help shape what comes next.


ARC Downloads

ARC

FREE
$0 always free
  • 1 third-party plugin skill per project
  • Trial cloud services
  • Personal, DIY & education use
  • Updated every 6–12 months
Recommended

ARC

PRO
$8.99 per month
  • Use on 2+ PCs simultaneously
  • Unlimited robot skills
  • Cloud backup & revision history
  • Weekly features & bug fixes
  • Business use permitted

ARC

RUNTIME
$0 always free
  • Load & run any ARC project
  • Read-only mode
  • Unlimited robot skills
  • Includes early access fixes & features
  • Minimum requirements: Windows 10 or higher, 2 GB RAM, 500 MB free disk space.
  • Recommended: Windows 10 or higher, 8 GB RAM, 1 GB free disk space.
  • Prices are in USD.
  • More about each edition: Download & install guide.
  • Latest changes: Release notes.

Compare Editions

Feature
ARC
FREE
ARC
PRO
Get ARC Free View Plans
Usage Personal · DIY · Education Personal · DIY · Education · Business
Early access to new features & fixes
Simultaneous microcontroller connections * 1 255
Robot skills * 20 Unlimited
Skill Store plugins * 1 Unlimited
Cognitive services usage ** 10 / day 6,000 / day
Auto-positions gait actions * 40 Unlimited
Speech recognition phrases * 10 Unlimited
Camera devices * 1 Unlimited
Vision resolution max 320×240 Unlimited
Interface builder * 2 Unlimited
Cloud project size 128 MB
Cloud project revision history
Create Exosphere requests 50 / month
Exosphere API access Contact Us
Volume license discounts Contact Us
Get ARC Free View Plans

* Per robot project

** 1,000 per cognitive type: vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech


ARC Pro

Upgrade to ARC Pro

ARC Pro will give you immediate updates and new features needed to unleash your robot's potential!

#1  

Yes! And as usual, the best keeps getting better. Thanks!

#2  

OK< this update fixed my missing ADC controls issues.

I was a little scared at first as once I got ARC started smoothly after the fix, I couldn't find my missing ADC controls. I feared I'd have to reinstall and configure them. However I finally found them all under some of my old skills and controls. Just had to move them back into view and resize them properly.

Thanks for the quick fix!