Kindly IDE v9.0.0
A major release with performance fixes, new panels, and comprehensive robot editing tools.
Downloads
| Platform | Download |
|----------|----------|
| macOS (Apple Silicon) |
Kindly-IDE-9.0.0-arm64.dmg || macOS (Intel) |
Kindly-IDE-9.0.0-x64.dmg || Windows |
Kindly-IDE-Setup-9.0.0.exe || Linux (AppImage) |
Kindly-IDE-9.0.0.AppImage || Linux (Debian) |
kindly-ide_9.0.0_amd64.deb |Highlights
Performance
- Fixed critical re-render bug — memoized physics worker controls, replaced bare Zustand store subscriptions with individual selectors across 4 components (viewport, chat, editor, file explorer)
- Added idempotency guard to physics worker
stopSimulation() - Guarded redundant null writes in viewport effects
New Panels
- Structure Tree — interactive kinematic chain viewer with physics validation badges, search/filter, and detail panel (Cmd+7)
- Joint Editor — full joint property editing (type, axis, limits, dynamics) with URDF
<dynamics>round-trip - Joint Testing & Diagnostics — position/velocity control, limit proximity bars, stress test mode, torque estimation
Robot Editing
- Custom Mesh Upload — assign STL/GLTF/OBJ/DAE files to links via drag-and-drop or file browser, with scale controls
- Physical Properties Editor — inertia tensor, friction, restitution, damping per link with material presets (Steel, Aluminum, ABS, Carbon Fiber, Rubber, Wood)
- Mirror Subtree — mirror link chains across X/Y/Z axis with intelligent name swapping (left↔right)
- Collision Geometry Editor — edit collision shapes independently from visual geometry
- Live 3D Part Preview — real-time R3F preview in Add Part dialog with orbit controls
Bug Fixes
- Physics
createColliderFromLink()now correctly uses collision geometry instead of visual geometry - Viewport navigation buttons no longer trigger unwanted panel switches
- Command palette (Cmd+Shift+P) with 26 commands and fuzzy search
- Progressive toolbar — 4 buttons with no robot, 17 when robot loaded
Test Coverage
- 100+ new tests across all features
- All existing tests passing
---
Installation
macOS: Download the
.dmg file, open it, and drag Kindly IDE to Applications.Windows: Download and run the installer
.exe file.Linux:
- AppImage: Make executable with
chmod +xand run - Debian/Ubuntu:
sudo dpkg -i kindly-ide_*.deb
---
Built with electron-builder. Auto-updates are enabled.