ARC 2026.02.14.01 (Pro, Runtime And Free)
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.
Highlights
Global Variables Got Smarter (and Safer)
Deep copy on SetVarObject
SetVarObjectnow 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
- Descriptions can be set from scripting using
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
- Fixed quoting in ControlCommand lists to prevent malformed commands
Window Manager Overhaul (Big UX Upgrade)
Modal Dialog Windows Are Now Properly Owned
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
Free
- Includes one free 3rd party plugin robot skill per project
- Trial cloud services
- Free with trial limitations
For schools, personal use & organizations. This edition is updated every 6-12 months.
ARC Pro
Only $8.99/mo
- 2 or more PCs simultaneously
- Includes unlimited skills
- Cloud backup
- And much more
Experience the latest features and bug fixes weekly. A Pro subscription is required to use this edition.
Runtime
Free
- Load and run any ARC project
- Operates in read-only mode
- Unlimited robot skills
- Early access fixes & features
Have you finished programming your robot? Use this to run existing ARC projects for free*.
- Minimum requirements are Windows 10 or higher with 2+gb ram and 500+MB free space.
- Recommended requirements are Windows 10 or higher with 8+gb ram and 1000+MB free space.
- Prices are in USD.
- ARC Free known-issues can be viewed by clicking here.
- Get more information about each ARC edition by clicking here.
- See what's new in the latest versions with Release notes.
Compare Editions
| Feature | ARC FREE |
ARC PRO |
|---|---|---|
| Get ARC for Free | View Plans | |
| Usage | Personal DIY Education |
Personal DIY Education Business |
| Early access to new features & fixes | Yes | |
| 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 recongition phrases* | 10 | Unlimited |
| Camera devices* | 1 | Unlimited |
| Vision resolution | max 320x240 | Unlimited |
| Interface builder* | 2 | Unlimited |
| Cloud project size | 128 MB | |
| Cloud project revision history | Yes | |
| Create Exosphere requests | 50/month | |
| Exosphere API access | Contact Us | |
| Volume license discounts | Contact Us | |
| Get ARC for Free | View Plans |
** 1,000 per cognitive type (vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech)
Upgrade to ARC Pro
Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.


Yes! And as usual, the best keeps getting better. Thanks!
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!